Description
The ESP32-C3 Super Mini is an ultra-compact WiFi and Bluetooth development board built around the RISC-V single-core ESP32-C3 chip — delivering impressive wireless performance in one of the smallest form factors available. With its Type-C USB port, built-in antenna, and low power consumption, this tiny board punches well above its size for IoT projects, smart home devices, and wireless sensor nodes.
Designed for space-constrained builds where every millimetre counts — the ESP32-C3 Super Mini fits into enclosures, wearables, and PCB designs that a standard dev board simply cannot.
⭐ Key Features
RISC-V Single Core @ 160MHz
Modern RISC-V architecture — energy-efficient and capable for IoT tasks
WiFi + Bluetooth 5.0 LE
2.4GHz WiFi and BLE 5.0 — long range wireless with low power usage
Type-C USB Port
Modern Type-C for programming and power — no micro-USB needed
Ultra Compact Size
Super Mini form factor — fits into enclosures standard boards cannot
Low Power Consumption
Deep sleep modes for battery-powered IoT and sensor applications
Arduino IDE Compatible
Full Arduino IDE support — works with all standard ESP32 libraries
🚀 What Can You Build With the ESP32-C3 Super Mini?
🌐
IoT Sensor Nodes
Temperature, humidity and environment monitoring
🏠
Smart Home Devices
WiFi switches, relays and automation controllers
⌚
Wearable Projects
Compact enough for wearable and embedded builds
📡
BLE Applications
Bluetooth sensors, beacons and wireless data transfer
🔋
Battery-Powered Devices
Low power deep sleep projects running on battery
👤 Who Should Buy This?
🎓 Beginners
Who have basic soldering skills and want a compact WiFi + BLE board for their first IoT project
📚 Students
University IoT and embedded systems projects where a small form factor is required
⚙️ Engineers
Professionals who need a space-saving wireless MCU for embedded product design and prototyping
🛠️ Hobbyists
Makers building compact smart home gadgets, sensor nodes or wearable electronics projects
⚔️ ESP32-C3 Super Mini vs ESP32-S3 Super Mini vs ESP32-C6 Super Mini
All three are compact Super Mini boards — here is exactly how they differ so you can pick the right one
| Feature | THIS BOARD ESP32-C3 Super Mini | UPGRADE ESP32-S3 Super Mini | NEWEST ESP32-C6 Super Mini |
|---|---|---|---|
| CPU Architecture | RISC-V Single Core | Xtensa LX7 Dual Core | RISC-V Single Core |
| CPU Speed | 160MHz | 240MHz (Fastest) | 160MHz |
| Flash Memory | 4MB | 8MB | 4MB |
| WiFi | WiFi 4 (2.4GHz) | WiFi 4 (2.4GHz) | WiFi 6 (2.4GHz) ✨ |
| Bluetooth | BLE 5.0 | BLE 5.0 | BLE 5.3 + Thread/Zigbee |
| AI / ML Support | ❌ No | ✅ Vector instructions | ❌ No |
| USB OTG | ❌ No | ✅ Yes | ❌ No |
| Best For | IoT, BLE, low power builds | AI, heavy processing tasks | WiFi 6, smart home, Matter |
🔧 Features & Specifications
🔧 Driver & Board Setup Guide
The ESP32-C3 Super Mini uses a built-in USB serial interface via the ESP32-C3 chip itself. On most systems it is detected automatically, but if your PC does not recognise it you may need the CH343 or CP2102 driver depending on your board revision.
Install Driver (If COM Port Does Not Appear)
Plug in via Type-C and check Device Manager. If no COM port appears, download the CP210x driver from Silicon Labs (works for most versions).
Add ESP32 Board Package to Arduino IDE
Go to File → Preferences → Paste in Additional Boards Manager URLs:
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
Then Tools → Boards Manager → Search esp32 → Install esp32 by Espressif Systems (version 2.0.0 or higher).
Select Board & Port
Go to Tools → Board → ESP32 Arduino → ESP32C3 Dev Module. Then select the correct COM port under Tools → Port. You are ready to upload.
⚙️ Arduino IDE Settings — WiFi & Bluetooth Setup
💡 Bluetooth Tip: The ESP32-C3 supports BLE only — it does NOT support Classic Bluetooth Serial like the original ESP32. Use
BLEDevice.h library for all Bluetooth communication on this board.💻 Quick Start — Example Code
Example 1 — WiFi Connection
#include <WiFi.h> const char* ssid = "Your_WiFi_Name"; const char* password = "Your_WiFi_Password"; void setup() { Serial.begin(115200); WiFi.begin(ssid, password); Serial.print("Connecting"); while (WiFi.status() != WL_CONNECTED) { delay(500); Serial.print("."); } Serial.println("\n✅ Connected! IP: "); Serial.println(WiFi.localIP()); } void loop() {}
Open Serial Monitor at 115200 baud. Make sure your WiFi is 2.4GHz — C3 does not support 5GHz.
Example 2 — Bluetooth LE Advertise
#include <BLEDevice.h> #include <BLEAdvertising.h> void setup() { Serial.begin(115200); BLEDevice::init("Dream RC C3 Mini"); BLEAdvertising* pAd = BLEDevice::getAdvertising(); pAd->start(); Serial.println("✅ BLE Advertising!"); Serial.println("Find 'Dream RC C3 Mini' on nRF Connect"); } void loop() {}
⚠️ C3 supports BLE only — Classic Bluetooth Serial (BluetoothSerial.h) is NOT available on this board.
❓ Frequently Asked Questions
🔗 Also Available From Dream RC

ESP32 Type-C (30 Pins)
Need Classic Bluetooth Serial or more GPIOs? The ESP32 Type-C 30 Pin supports both Classic BT and BLE, runs at 240MHz dual-core, and comes with a full 30-pin layout — the reliable all-rounder for most projects.

ESP32-S3 WROOM-1 N16R8
Want maximum power? The ESP32-S3 N16R8 gives you a faster LX7 dual-core at 240MHz, 16MB Flash, 8MB PSRAM, AI/ML acceleration, and USB OTG — the top-tier choice for demanding projects.
📦 Package Includes
1 × ESP32-C3 Super Mini Development Board
⚠️ Pin headers included but not pre-soldered — solder yourself before use. USB cable not included.
💬 ESP32-C3 Super Mini Price in BD & Why Buy From Dream RC?
The ESP32-C3 Super Mini price in BD is 529 BDT. Buy this compact WiFi + BLE development board in Bangladesh from Dream RC — your trusted source for ESP32 boards and IoT components at the best price with fast nationwide delivery.
Genuine ESP32-C3 Super Mini with Type-C USB — perfect for space-constrained projects. Cash on Delivery available everywhere in Bangladesh.
Pay after receiving
Quick processing
69 BDT — 24 hrs
129 BDT — 24–72 hrs









Reviews
There are no reviews yet.