Search found 3 matches

by Ian James
Thu May 24, 2018 9:07 am
Forum: Hardware
Topic: EN and BOOT Buttons
Replies: 2
Views: 49288

Re: EN and BOOT Buttons

Thank you
by Ian James
Thu May 24, 2018 7:43 am
Forum: General Discussion
Topic: ESP32 devkit esp-idf UART1 examle not working
Replies: 10
Views: 26329

Re: ESP32 devkit esp-idf UART1 examle not working

Hi I have followed the example but changed the RX and TX pins to the following: #define ECHO_TEST_RXD (GPIO_NUM_33) #define ECHO_TEST_TXD (GPIO_NUM_13) #define ECHO_TEST_RTS (UART_PIN_NO_CHANGE) #define ECHO_TEST_CTS (UART_PIN_NO_CHANGE) Does anyone know a reason why this doesn't work - everything e...
by Ian James
Wed May 23, 2018 11:43 am
Forum: Hardware
Topic: EN and BOOT Buttons
Replies: 2
Views: 49288

EN and BOOT Buttons

Is it possible to use the EN and BOOT button on the WROVER KIT as general IO after powering on?

I wanted to test the gpio routines using one or both of those inputs