ARDUINO ESP-C3-12F Kit User Guide

June 9, 2024
ARDUINO

ARDUINO-LOGO

ARDUINO ESP-C3-12F Kit

This guide explains how to setup the Arduino IDE to program the NodeMCU-ESP-C3 -12F-Kit.

Supplies

Configure

  1. Step 1: Configure the Arduino IDE – References

  2. Step 2: Configure the Arduino IDE – Board Manager

    • Click [Tools] – [Board: xxxxx] – [Board manager].
    • In the search-box, enter “esp32”.
    • Click on the [Install] button for the esp32 from Espressif Systems.
    • Restart the Arduino IDE.ARDUINO-ESP-C3-12F-Kit- \(2\)
  3. Step 3: Configure the Arduino IDE – Select Board

    • Click [Tools] – [Board: xxxx] – [Arduino ESP32] and select “ESP32C3 Dev Module”.
    • Click [Tools] – [Port: COMx] and select the communication port belonging to the module.
    • Click [Tools] – [Upload Speed: 921600] and change to 115200.
    • Leave the other settings as they are.ARDUINO-ESP-C3-12F-Kit- \(3\)

Serial Monitor

Starting the monitor will result in the board to be unresponsive. This is due to the CTS and RTS levels of the serial interface. Disabling the control lines prevents the board to become unresponsive. Edit the file “boards.txt” from the definition of the board. The file is located in the following directory, where xxxxx is the user name: “C:\Users\xxxxx\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.2”
To get to this location, click on the “Preferences” to open the file explorer, then click trough to the above location.
Change the following lines (lines 35 and 36):

  • esp32c3.serial.disableDTR=false

  • esp32c3.serial.disableRTS=false
    to

  • esp32c3.serial.disableDTR=true

  • esp32c3.serial.disableRTS=true

ARDUINO-ESP-C3-12F-Kit- \(4\)

Load/create a Sketch

Create a new sketch, or select a sketch from the examples: Click [File] – [Examples] – [WiFi] – [WiFiScan].ARDUINO-ESP-C3-12F-Kit-
\(5\) ARDUINO-ESP-C3-12F-Kit- \(6\)

Upload the Sketch

Before the upload starts, push the “Boot” button and keep it down. Push and hold the “Reset” button. Release the “Boot” button. Release the “Reset” button. This sets the board in programming mode. Check for the board to be ready from the serial monitor: the message “waiting for download” should be displayed.
Click [Sketch] – [Upload] to upload the sketch.

ARDUINO-ESP-C3-12F-Kit- \(7\) ARDUINO-ESP-C3-12F-
Kit- \(8\)

References

Read User Manual Online (PDF format)

Loading......

Download This Manual (PDF format)

Download this manual  >>

ARDUINO User Manuals

Related Manuals