Hi, I have google around but could not find the answer for the following question :
I have a ESP32C3 super mini module
Can I use all GPIO pins for detecting changes and use interrupt to handle ?
regards
Sjors
Search found 4 matches
- Fri Jan 05, 2024 8:03 pm
- Forum: General Discussion
- Topic: esp32c3 interrupt pins
- Replies: 0
- Views: 9125
- Sat Dec 30, 2023 12:17 pm
- Forum: General Discussion
- Topic: esp32-c3 super mini and esp32-c2 xiao destroyed using serial1
- Replies: 3
- Views: 2110
Re: esp32-c3 super mini and esp32-c2 xiao destroyed using serial1
Hi, it loaded the program using Serial1, it loaded and ran and next windows did not recognise the device anymore.
I holded down boot, pressed reset and could load snother program again.
Thanks for the answer.
Best regards.
I holded down boot, pressed reset and could load snother program again.
Thanks for the answer.
Best regards.
- Sat Dec 30, 2023 11:56 am
- Forum: General Discussion
- Topic: esp32-c3 super mini and esp32-c2 xiao destroyed using serial1
- Replies: 3
- Views: 2110
Re: esp32-c3 super mini and esp32-c2 xiao destroyed using serial1
Hi thanks for response, I will give it a try and let the result know.
- Thu Dec 28, 2023 9:08 pm
- Forum: General Discussion
- Topic: esp32-c3 super mini and esp32-c2 xiao destroyed using serial1
- Replies: 3
- Views: 2110
esp32-c3 super mini and esp32-c2 xiao destroyed using serial1
Hi when I load and run the code below in a ESP32-c3 super mini or in a ESP32-c3 XIAO then it destroys the device : the device is not recognised by windows any more : "the device last connected caused an error" : the usb is not recognised anymore. It is caused by the line : #define GpsSerial Serial1 ...