Skip to content

ESP32-S3-DevKitC-1 tutorial with esp-idf #264

Discussion options

You must be logged in to vote

I tried today again the same steps and it looks like it is working now. It is strange, because I did the same as described in the original post (build bin, convert bin to uf2 with uf2conv.py and copy resulting uf2 to the boot partition) ...

I also managed to implement the double press button for uf2, using GPIO 4 (with a small capacitor between the pin and ground for hardware debouncing) and the system reset reason procedure. It was a bit tricky (at least for me) because I'm using the light sleep and the interrupts can only be defined for high/low levels, but not edges. If anyone needs that code (esp-idf !!!), give me a sign.
Anyway, for me this feature is not really needed, since it is r…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Bogdan-Vasile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant