Page 1 of 1

ESP-C3-32S-Kit ArduinoIDE Problems

Posted: Wed Dec 15, 2021 9:49 am
by macksi
Hello everyone
I'm currently trying to setup my esp with the arduino ide. I can select the "ESP32C3 Dev Module" under board manager. However, if i try to upload some basic code it fails uploading with the following message:

Code: Select all

Compilation complete.
esptool.py v3.1
Serial port /dev/cu.usbserial-110
Connecting....
Chip is unknown ESP32-C3 (revision 3)
Features: Wi-Fi
Crystal is 40MHz
MAC: 7c:df:a1:b6:9d:cc
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 921600
Changed.
Configuring flash size...
This is my Chip: https://www.waveshare.com/wiki/ESP-C3-32S-Kit

Thank you.