Google Chat: zj734465502@gmail.com
+86-0755-88291180
sales01@spotpear.com
dragon_manager@163.com
services01@spotpear.com
manager01@spotpear.com
WhatsApp:13246739196
2.1. Click on tools
2.2. Click on board
2.3. Click on esp32 and select esp32-c3
#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