Search found 2 matches

by sajadgh
Thu Sep 05, 2019 8:07 am
Forum: ESP-IDF
Topic: Keep Coaps DTLS session during deep sleep
Replies: 4
Views: 4822

Re: Keep Coaps DTLS session during deep sleep

Please refer to https://docs.espressif.com/projects/esp-idf/en/latest/api-reference/system/sleep_modes.html In deep sleep mode, CPUs, most of the RAM, and all the digital peripherals which are clocked from APB_CLK are powered off. The only parts of the chip which can still be powered on are: RTC co...
by sajadgh
Wed Sep 04, 2019 12:53 pm
Forum: ESP-IDF
Topic: Keep Coaps DTLS session during deep sleep
Replies: 4
Views: 4822

Keep Coaps DTLS session during deep sleep

Hi, I'm trying to use coaps protocol, I want esp32 goes to deep sleep without closing the current DTLS session. I have no idea if it is possible in deep sleep mode or not? I have to say that I succeeded keeping the DTLS session alive during light sleep and it works as expected. can any one guide me ...