ESP32_LoRaWAN icon indicating copy to clipboard operation
ESP32_LoRaWAN copied to clipboard

Is it possible to have the esp32 not go to sleep while waiting for the next send period?

Open charlesfayal opened this issue 5 years ago • 2 comments

I have an application where I don't want to put the device to sleep as it waits. But since a lot of the code is in assembler language I cannot figure how to not put it into sleep. If I just loop on a delay function, it never fires off another message.

charlesfayal avatar Jun 23 '20 23:06 charlesfayal

You can try to use CLASS_C

Xiao-H95 avatar Jul 03 '20 08:07 Xiao-H95

I also dont want the device to sleep. I would like to display sensor readings on the OLED while waiting to send. Did you get anywhere with the non-sleep?

grichfitz avatar Jul 14 '22 19:07 grichfitz