Replies: 3 comments 15 replies
-
Are you sure that this code resides as main.py on the board? What do you get when typing the below line at REPL:
|
Beta Was this translation helpful? Give feedback.
-
If I enter repl and press Ctrl-D, main.py starts, but it does not start, when the ESP32-C3 is powered up. The behavior is very different to ESP8266 and ESP32-WROOM where main.py is started when powering up. boot.py is not changed, it is the same as after flashing the ESP
|
Beta Was this translation helpful? Give feedback.
-
Yesterday i received 2 ESP32-C3 from a friend and his devices were fully functional. I'm now sure that my parts have a manufacturing defect. |
Beta Was this translation helpful? Give feedback.
-
I have a problem with Micropython (1.22.2) on ESP32-C3 Super Mini
The program runs without any problems when I enter it via the console (USB connection with terminal program or via rshell and repl).
However, if I save it via rshell as main.py in the ESP32-C3, it does not run: LED does not flash.
The version of Micropython does not matter. On ESP8266 or ESP32-WROOM it runs as main.py without any problems.
Beta Was this translation helpful? Give feedback.
All reactions