Search found 2 matches

by ralbix
Sat Oct 16, 2021 12:00 pm
Forum: ESP32 boards
Topic: Micropython on ESP32-C3
Replies: 36
Views: 245490

Re: Micropython on ESP32-C3

Hi hcet14, thanks for the suggestion, I checked that and: > esptool.py --chip esp32-c3 --port COM4 flash_id esptool.py v3.1 Serial port COM4 Connecting.... Chip is unknown ESP32-C3 (revision 3) Features: Wi-Fi Crystal is 40MHz MAC: 7c:df:a1:af:4f:f4 Uploading stub... Running stub... Stub running... ...
by ralbix
Thu Oct 14, 2021 9:51 am
Forum: ESP32 boards
Topic: Micropython on ESP32-C3
Replies: 36
Views: 245490

Re: Micropython on ESP32-C3

Hi guys, I did the firmware upload on a ESP32-C3-devkit02 without errors following your instructions and would like t verify the REPL interface through serial. Altough I can get some messages through the terminal, I'm not seeing a stable interface as expected. I'm using Termite 3.4 as suggested abov...