Heltec_ESP32 icon indicating copy to clipboard operation
Heltec_ESP32 copied to clipboard

low power example but with LORAWAN TTN code?

Open nixinator opened this issue 5 years ago • 0 comments

Hi, I can get low power mode working well. However, I can’t get the LoRaWAN example to go to the same low power state.

Here’s the low power example that gets the board down to less than 30uA: . https://github.com/HelTecAutomation/Heltec_ESP32/blob/master/examples/Low_Power/Low_Power.ino

Here’s the LoRaWAN example with deep sleep, but it does not sleep at 30uA, but much higher. . https://github.com/HelTecAutomation/ESP32_LoRaWAN/blob/master/examples/OTAA_Battery_power/OTAA_Battery_power.ino

Is there another LoRaWAN compatible sketch that deep sleeps at 30uA and has all the necessary bits to work with TheThingsNetwork etc? Or do I have to port some of the sleep and wake library calls from the ‘Low Power’ example to the ‘LoRaWAN’ example?

nixinator avatar Jan 28 '21 13:01 nixinator