Search found 4 matches

by GooseGoose
Tue Apr 16, 2024 7:17 am
Forum: General Discussion
Topic: Wake up for a specific time after deep sleep
Replies: 6
Views: 932

Re: Wake up for a specific time after deep sleep

When I was figuring out a way to try and delay the deep sleep I used the delay function and it caused the ESP32 to only turn on and not execute code. However I now see that using delay would only cause problems more so if I try to implement it inside my loop because I have multiple other LORA sensor...
by GooseGoose
Tue Apr 16, 2024 6:58 am
Forum: General Discussion
Topic: Wake up for a specific time after deep sleep
Replies: 6
Views: 932

Re: Wake up for a specific time after deep sleep

All I want to know is if there is a way to keep the esp32 awake for a certain time just like setting a timer for it's sleep?
by GooseGoose
Tue Apr 16, 2024 6:44 am
Forum: General Discussion
Topic: Wake up for a specific time after deep sleep
Replies: 6
Views: 932

Re: Wake up for a specific time after deep sleep

I have looked it up but found nothing that can help me
by GooseGoose
Mon Apr 15, 2024 1:43 pm
Forum: General Discussion
Topic: Wake up for a specific time after deep sleep
Replies: 6
Views: 932

Wake up for a specific time after deep sleep

Good day everyone, I am using Arduino for my ESP32 and have implemented a deep sleep and want to wake it up for a specific amount of time (20 seconds) to receive and read data from two other ESP32's. I have used the delay function almost everywhere I can think of being applicable but when I do it do...