Help me please: ESP32 stuck in deep sleep (on T-Pico C3) #9829
-
Hi I was testing the deep sleep feature of the ESP32. I planned to wake it up from the RP2040 with a signal on GPIO4.
It goes into deep sleep and wakes up on receiving a signal on the GPIO4 (rts pin of the UART). Then it would send a message to the RP2040 to tell it's awake. To run it automatically, I saved it as 'Sleep_ESP32.py' and run it using the main.py: On the RP2040 side, I run the following sketch:
It wakes for 2 seconds then sends a signal on the RTS pin (10), which is supposedly connected to the RTS pin (4) of the ESP32. If it receives a message from the UART, it lits the red led. When I run it, with the ESP32 part automatically running also, I see the red led. So I guess the ESP32 is awaken. It seems stuck in deep sleep. How can I access the ESP32 again. Is there a safe boot mode? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
OK, I erased the flash and uploaded the firmware again |
Beta Was this translation helpful? Give feedback.
OK, I erased the flash and uploaded the firmware again