How to "upload" code onto ESP32-C3 Super Mini? #16064
-
Hey, so, I have one project which I need to upload onto the ESP32-C3, but PyCharm doesn't support ESP32, as I know. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
I suggest you start with mpremote, in particular the sections about mip and fs / cp. |
Beta Was this translation helpful? Give feedback.
-
Can you write a tutorial on how to upload to esp32 supper mini with pycharm? I also use pychram but I can't figure it out. |
Beta Was this translation helpful? Give feedback.
-
More info: https://micropython.org/download/ESP32_GENERIC_C3/ PS: If you mean with uploading Code, not the Firmware, then it's different. Then use mpremote to put files on your controller. An alternative is Thonny, but it has its own quirks. |
Beta Was this translation helpful? Give feedback.
-
Now i try PyCharm Upload to Super Mini C3 is work can code on PyCharm ok |
Beta Was this translation helpful? Give feedback.
I suggest you start with mpremote, in particular the sections about mip and fs / cp.