Pytrack Power selector
-
On the pytrack datasheet, there's mention of a power selector on page 5. There looks to be an "off" selection.
https://docs.pycom.io/gitbook/assets/PyTrack2X_specsheet.pdfIs there any way to use this to turn the Pytrack off without disconnecting the battery?
-
Yes, You should be able to use the
py.reset_cmd()
from thepycoproc.py
library (the one you also use for the sensors) to hard-reset the module power
This method of turning off the power is also used in thepy.go_to_sleep()
deepsleep optionGijs