• sales

    +86-0755-88291180

ESP32 C3 0.42LCD WIFI

1. Open the arduino IDE

2. Select Chip

2.1. Click on tools

2.2. Click on board

2.3. Click on esp32 and select esp32-c3

3.Substitution code burning

#include<WiFi.h>

voidsetup()

{

WiFi.softAP("ESP32_AP_TEST");

}

voidloop()

{

}


3.1. Copy the code into the Arduino IDE

3.2. Use a type-c cable to connect the computer to the ESP 32-c3 development board. After successful connection, the serial port will be displayed in the computer management window

3.3Click on Tools in the Arduino IDE, then click on Port and select the serial port Adafruit QT ESP32-C3

3.4Click on Verify

3.5.Click on upload

3.6 The test results are as follows