Search found 2 matches
- Sat Jun 19, 2021 7:40 am
- Forum: General Discussion
- Topic: ESP32-S2 Flashing issue from ESP32PROG
- Replies: 0
- Views: 1366
ESP32-S2 Flashing issue from ESP32PROG
Dear all , I am using ESP32-S2 WROOM development board in one of the project. I used to do flashing through the on board usb earlier. But now I want to use the ESP32Prog for the flashing Purpose. But I am getting the error as Chip sync error. Please note following connection which I have made. ESP32...
- Thu Jan 07, 2021 6:26 am
- Forum: ESP-IDF
- Topic: How to use GPIO Interrupts using ESP32-S2?
- Replies: 1
- Views: 1924
How to use GPIO Interrupts using ESP32-S2?
Dear All. I want to measure a frequency using ESP32-S2 WROOM development board. I want to use GPIO interrupts for measuring the frequency coming on the GPIO pin from external source. I got success in this by using esp32-12e using Arduino. In Arduino I have used attatchinterrupt function. I want to u...