Search found 2 matches
- Tue Jul 16, 2024 4:09 pm
- Forum: General Discussion
- Topic: A problem about wake up SOC with ULP (with C marco I_WAKE)
- Replies: 2
- Views: 814
Re: A problem about wake up SOC with ULP (with C marco I_WAKE)
Hello aliarifat794, yes,I am also aware of your link. In fact, I can use ULP to read ADC and output it to the serial monitor, but when I enable I_ ADC, I_WAKE does not work. I have seen many successful examples online, and I have tried but none have been successful. By the way, The ESP32 Library I a...
- Tue Jul 16, 2024 6:19 am
- Forum: General Discussion
- Topic: A problem about wake up SOC with ULP (with C marco I_WAKE)
- Replies: 2
- Views: 814
A problem about wake up SOC with ULP (with C marco I_WAKE)
Hello Every, I am recently work on an Arduino project on ESP32, this is my code, this code can wake up soc every 5 seconds, but if I uncomment “ I_ADC (R1, 0, 6), ”, it can‘t wake up anymore, Does anyone know the reason for this? Thank you in advance. void setup() { // put your setup code here, to r...