low power example but with LORAWAN TTN code?
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?