Converted from the VuePress Markdown source in `/nologo-en-vuepress-clone`. This page is a DokuWiki-style sample to verify image rendering, section hierarchy, code blocks, and purchase CTA layout.
ESP32C3 SuperMini is a compact IoT development board based on the Espressif ESP32-C3 WiFi and Bluetooth dual-mode chip. It uses a 32-bit RISC-V single-core CPU, supports IEEE 802.11 b/g/n WiFi and Bluetooth 5 (LE), and is designed for low-power wireless applications.
The board has a small footprint, onboard wireless capability, and a practical set of interfaces for embedded development, prototyping, and wearable or space-constrained projects.
If external power is needed, connect the positive terminal to 5V and the negative terminal to GND. The board supports approximately 3.3V to 6V input.
When using external power, do not connect USB at the same time. Use only one power source at a time.
During soldering, avoid short-circuiting the positive and negative terminals. A short may damage both the battery and the board.
You need the following:
Some USB Type-C cables only provide power and do not carry data. If the board is not detected by your computer, test with another cable first.
Connect the ESP32C3 SuperMini to your computer with a USB Type-C data cable:
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
Board package installation:
Board selection:
Copy the following code into Arduino IDE:
int led = 8; void setup() { pinMode(led, OUTPUT); } void loop() { digitalWrite(led, HIGH); delay(1000); digitalWrite(led, LOW); delay(1000); }
After upload, the onboard LED will blink once per second.
Enter download mode:
Press the RESET button once after a successful upload.
Set USB CDC On Boot to Enabled in the Arduino tools menu.
Buy direct from our standalone store
Best for direct orders, support, and bulk inquiries.
Buy through AliExpress marketplace
Best for marketplace checkout, coupons, and flexible shipping.