Problem
ESP32 becomes completely frozen and unresponsive when the external 32kHz crystal stops oscillating, even with GPIO EXT0 interrupt configured as alternate wakeup. The device cannot complete boot until the crystal resumes functioning.
Hardware Setup
MCU: ESP32 WROOM-32 (16MB flash)
RTC Clock ...
Search found 20 matches
- Sun Feb 08, 2026 11:53 pm
- Forum: Hardware
- Topic: ESP32 Deep Sleep Frozen When External 32kHz Crystal Fails - EXT0 GPIO Wakeup Doesn't Complete Boot
- Replies: 0
- Views: 133
- Sat Dec 02, 2023 5:26 pm
- Forum: Hardware
- Topic: esp32 s2 + ble:lightsleep is possible?
- Replies: 0
- Views: 7565
esp32 s2 + ble:lightsleep is possible?
I tried to search the forum about this:
Is it now possible using esp32 s2, put the the cpu in light sleep while keeping the BLE connection alive?
From my understanding that is true for the wi-fi connection so i wonder if the same can be done with BLE.
Thanks
Is it now possible using esp32 s2, put the the cpu in light sleep while keeping the BLE connection alive?
From my understanding that is true for the wi-fi connection so i wonder if the same can be done with BLE.
Thanks
- Sat Dec 02, 2023 3:33 pm
- Forum: ESP32 Arduino
- Topic: ESP32 S2 BLE and lightsleep
- Replies: 1
- Views: 23543
Re: ESP32 S2 BLE and lightsleep
Nobody can contribute on this? or stupid question?
- Fri Dec 01, 2023 1:15 pm
- Forum: ESP32 Arduino
- Topic: ESP32 S2 BLE and lightsleep
- Replies: 1
- Views: 23543
ESP32 S2 BLE and lightsleep
I tried to search the forum about this:
Is it now possible using esp32 s2, put the the cpu in light sleep while keeping the BLE connection alive?
From my understanding that is true for the wi-fi connection so i wonder if the same can be done with BLE.
Thanks
Is it now possible using esp32 s2, put the the cpu in light sleep while keeping the BLE connection alive?
From my understanding that is true for the wi-fi connection so i wonder if the same can be done with BLE.
Thanks
- Sat May 29, 2021 7:23 pm
- Forum: ESP32 Arduino
- Topic: BLE power consumption and modem sleep
- Replies: 5
- Views: 9342
Re: BLE power consumption and modem sleep
Did you have any success?
- Sat Apr 17, 2021 9:38 pm
- Forum: General Discussion
- Topic: FCC RF certification costs
- Replies: 6
- Views: 12384
Re: FCC RF certification costs
Thank you Wifive for the answer. The part number i am using is ESP32-WROOM-32E(M113EH3200PH3Q0) . this is the module with pcb antenna . The certification have to be done in the USA , and there are the labs where i get the quotes. So if i understand correctly your answer : i don't need any additional ...
- Sat Apr 17, 2021 7:23 pm
- Forum: General Discussion
- Topic: FCC RF certification costs
- Replies: 6
- Views: 12384
FCC RF certification costs
Hi,
i am close to the end of a product based on the Esp32 wroom 32E module (with its own pcb antenna).
This product has to be produced in large quantities. One of the reason because i choose the esp32 was that it is a preapproved module , with a large amount of certification available. My projet ...
i am close to the end of a product based on the Esp32 wroom 32E module (with its own pcb antenna).
This product has to be produced in large quantities. One of the reason because i choose the esp32 was that it is a preapproved module , with a large amount of certification available. My projet ...
- Tue Apr 06, 2021 8:39 am
- Forum: Hardware
- Topic: Access to RTC fast memory from core 1
- Replies: 3
- Views: 4187
Re: Access to RTC fast memory from core 1
Thank you ESP- sprite-. I found a work around without using the rtc functions from arduino loop. If you want to post an example here , of a function to make the rtc functions available to core one , all the other users can benefit of this .It Is something that i have not found during my extended ...
- Mon Apr 05, 2021 9:59 am
- Forum: Hardware
- Topic: Access to RTC fast memory from core 1
- Replies: 3
- Views: 4187
Re: Access to RTC fast memory from core 1
Please let me know if my question is stupid or too difficult or not so interesting or out of theme. So i can improve my contribution to this forum. My goal is always to find and share my solutions. Thank you.
- Sun Apr 04, 2021 5:30 pm
- Forum: Hardware
- Topic: Access to RTC fast memory from core 1
- Replies: 3
- Views: 4187
Access to RTC fast memory from core 1
Hi All!
Here is the scenario:
I am using ESp32 wroom 32E with platformio and arduino framework.
In my code the most of the time the CPU is in deep sleep state.
When the wake up is triggered , it executes a customized wakeup stub that i wrote and that works perfectly. All the code and the variables ...
Here is the scenario:
I am using ESp32 wroom 32E with platformio and arduino framework.
In my code the most of the time the CPU is in deep sleep state.
When the wake up is triggered , it executes a customized wakeup stub that i wrote and that works perfectly. All the code and the variables ...