The LoRa Developer Forum is now in read-only mode and new content will not be added.
Semtech, in its commitment to enhance user experience and streamline content, has successfully integrated the LoRa Developer Portal content into Semtech.com. As a result of this consolidation effort, the LoRa® Developer Portal Forum will be discontinued on May 1st. After this date, you will be automatically redirected to Semtech.com.
For any technical support related to LoRa, please feel free to reach out to our experts here. If you have sales inquiries, please contact us here.

FORUM

LoRaWan.sleep Problem

Hello,

I am having a problem with using lorawan.sleep. On reset entry I do some setup then call:
LoRaWAN.sleep(loraWanClass,debugLevel);
When I transition GPIO 13 from high to low the processor does not wakeup?
I assume its a problem with my setup or the sleep function. I traced into esp_lorawan.cpp and it looks like a call dealing with interrupts is called before the sleep function?
Any ideas on what I should try?
Using a Heltec Radio ESP32 V2 board and Arduino IDE.
Thanks.
JWS