transportkollektiv/feuchtraumabzweigdose-testing

Light sleep while waiting for GPS fix

Closed this issue · 1 comments

Currently, the tracker waits actively for the GPS to acquire a fix. This usually takes between 20 to 120 seconds, in which the µC idles at full power. There should be quite some power saving potential in putting the ESP in light sleep mode and either periodically poll for a valid fix, or only wake up by the PPS signal as an external wakeup source.

Solved by 4ecdd41

I chose the polling option since connecting the PPS pin to the PCB does not seem to be intended.