Denis Govorkov
Denis Govorkov
Mm, here is some problem with naming ;) agps is downloading dictionary with satellite’s fresh coordinates. While lbs is getting location by cellular network. Agps is supported by a9g firmware,...
You can find schematic with accelerometer on a9g doc page
You can buy it on Alibaba, board with accel as well as any spi accel. You can try i2c but I couldn’t make it works.
Do you know that the official sdk is dead? I mean nobody supports it and it’s future is very foggy. If you are still interested - take any issue :)
Now it can be checked with nmea_data() method. Just check if gps has fix and fix quality. I reckon this issue should be closed
Thanks! [REDACTED] at gmail.com
I won’t share anything
I mean, I won’t share anything of your data :)
Recv returns the actual amount of reading bytes. (Depending on language and library it could work differently). And you could ( in theory) get less than one packet or even...
It's one of the possible approaches, it could be easily transformed into synchronous code for multithreading. https://github.com/bokolob/tracker/blob/44de2569aae00b01bd907fc4ea680c634c12219d/server/incoming.py#L113