ImperialSpaceSociety / LoRaMac-node

Reference implementation and documentation of a LoRa network node.
Other
6 stars 1 forks source link

No longer use Deep sleep for when waiting for GPS fix #439

Closed MedadRufus closed 2 years ago

MedadRufus commented 2 years ago

Its proving hard to program, and makes it hard to program the Hardware independent watchdog option byte(IWDG_SW). There is no avoiding the spikes due to processor turning on, so keep it on always. Only exception is when doing TX, then put processor in low power mode.