Pytrack gps
-
I would like to know if there is a function that can be used to deactivate the gps then activate it.
-
@robert-hh I tested with the gps_standby function it turned off the board and stop the program. Is there any other function that will stop the gps receiver without shutting down the board.
-
@AM That looks like the intention of that API.
-
So I can just use Pytrack.gps_standby(enabled=True) to put the gps off then Pytrack.gps_standby(enabled=false) to re-start it right ?.
-
@AM There is an APIP called L76GNSS.write(), and with that you should be able to send commands to the device, as listed in e.g. https://www.quectel.com/UploadImage/Downlad/Quectel_L76_Series_GNSS_Protocol_Specification_V3.3.pdf
I do not know what your intention is, but "Standby" and the "start" commands of the various temperatures could be it.