Search found 3 matches
- Thu May 24, 2018 9:07 am
- Forum: Hardware
- Topic: EN and BOOT Buttons
- Replies: 2
- Views: 51759
Re: EN and BOOT Buttons
Thank you
- Thu May 24, 2018 7:43 am
- Forum: General Discussion
- Topic: ESP32 devkit esp-idf UART1 examle not working
- Replies: 10
- Views: 26897
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...
- Wed May 23, 2018 11:43 am
- Forum: Hardware
- Topic: EN and BOOT Buttons
- Replies: 2
- Views: 51759
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
I wanted to test the gpio routines using one or both of those inputs