Page 1 of 1

UART Debugging Deep Sleep

Posted: Thu Aug 31, 2017 3:01 pm
by kilobyte_ch
Hello,

I have an CP2102 connected to the TX and RX of the ESP32. Whilst deep sleeping I turn the CP2102 off (No 5V, internal 3.3V regulator thus dead too). The ESP32 still "feeds" the CP2102 through the TX Line of the ESP32. How can I turn off the Debugging UART Peripherie?

I already tried to uart_driver_delete on all 3 UART peripheries.

Kilobyte

Re: UART Debugging Deep Sleep

Posted: Fri Sep 01, 2017 1:51 am
by ESP_Sprite
You should be able to use gpio_output_disable on the GPIO to make it a GPIO input.

Re: UART Debugging Deep Sleep

Posted: Fri Sep 01, 2017 10:49 am
by kilobyte_ch
Works, thanks!

Re: UART Debugging Deep Sleep

Posted: Thu Aug 30, 2018 10:07 am
by david@mandy
Is ur problem solved??
I also facing same problem with esp32......