DFRobot
Beetle ESP32 C6 Mini Development Board for Wireless Smart Wearable Device
All Products
ESP32 & IoT
New Arrivals
Circuitry & IOT
ESP32 Development Boards
Microcontrollers & Development Boards
IoT Development Boards
ESP32
DFRobot
Digital Technologies
Wireless & Connectivity
Connectivity
Microcontrollers
$8.57
|
In stock at supplier
Introducing the Beetle ESP32 C6 Mini Development Board - the perfect solution for your wireless smart wearable device needs. This compact Arduino board is ba...
Estimated Delivery
Arrives
Disclaimer
Secure checkout
Introducing the Beetle ESP32 C6 Mini Development Board - the perfect solution for your wireless smart wearable device needs. This compact Arduino board is based on the powerful ESP32-C6 chip and boasts a sleek design with dimensions as small as a coin (25*20.5mm).
With its high-performance 160MHz RISC-V 32-bit processor, the Beetle ESP32-C6 is capable of supporting a variety of communication protocols, including Wi-Fi 6, Bluetooth 5, Zigbee 3.0, and Thread 1.3. This makes it the perfect choice for connecting to different IoT networks, making it an ideal terminal device for the upcoming Matter standard.
But that's not all - this development board also features lithium battery charging management, eliminating the need for external modules. This not only makes it more convenient, but also allows for a more compact project size, making it perfect for wearable applications. Plus, with battery voltage monitoring, you can ensure continuous device operation by staying on top of low battery levels.
With its highly integrated and ultra-compact design, the Beetle ESP32-C6 offers up to 13 IO ports, so you never have to worry about running out of ports during your project development. Don't let its small size fool you - this development board packs a powerful punch and is ready to take your wireless smart wearable device to the next level. Upgrade to the Beetle ESP32 C6 Mini Development Board today and experience the future of IoT.
FEATURES
With its high-performance 160MHz RISC-V 32-bit processor, the Beetle ESP32-C6 is capable of supporting a variety of communication protocols, including Wi-Fi 6, Bluetooth 5, Zigbee 3.0, and Thread 1.3. This makes it the perfect choice for connecting to different IoT networks, making it an ideal terminal device for the upcoming Matter standard.
But that's not all - this development board also features lithium battery charging management, eliminating the need for external modules. This not only makes it more convenient, but also allows for a more compact project size, making it perfect for wearable applications. Plus, with battery voltage monitoring, you can ensure continuous device operation by staying on top of low battery levels.
With its highly integrated and ultra-compact design, the Beetle ESP32-C6 offers up to 13 IO ports, so you never have to worry about running out of ports during your project development. Don't let its small size fool you - this development board packs a powerful punch and is ready to take your wireless smart wearable device to the next level. Upgrade to the Beetle ESP32 C6 Mini Development Board today and experience the future of IoT.
FEATURES
Ultra-compact size, measuring only 25*20.5mm.
Equipped with the ESP32-C6 chip, it supports communication protocols including Wi-Fi, BLE, Zigbee, and Thread.
Supports Wi-Fi 6 protocol for lower latency and lower power consumption.
Ultra-low power consumption with deep sleep at 14uA.
Integrated lithium battery charging functionality.
Supports battery voltage detection, providing insights into device power levels.
APPLICATIONS
Electronic Badge
Backpack Charm
Pet Tracker
Electronic Watch
Smart Button
Smart Lighting
Human-Interactive Device
SPECIFICATION
SPECIFICATION
Basic Parameters
Operating Voltage: 3.3V
Type-C Input Voltage: 5V DC
VIN Input Voltage: 5V DC
Max Charging Current: 0.5A
Sleep current: 14uA (in deep sleep mode, powered by battery)
Operating Temperature: -10~60℃
Dimension: 25x20.5mm/0.98x0.81”
Hardware Information
Processor: RISC-V single-core processor
Main Frequency: 160 MHz
SRAM: 512KB
ROM: 320KB
Flash: 4MB
RTC SRAM: 16KB
USB: USB 2.0 CDC
WIFI
WIFI Protocol: IEEE 802.11b/g/n
IEEE 802.11ax (20 MHz-only non-AP mode)
IEEE 802.11ax (20 MHz-only non-AP mode)
Bandwidth: Support 20 MHz and 40 MHz at 2.4 GHz band
WIFI Mode: Station, SoftAP, SoftAP+Station combined mode
WIFI Frequency: 2.4GHz
Frame Aggregation: TX/RX A-MPDU, TX/RX A-MSDU
Bluetooth
Bluetooth Protocol: Bluetooth 5, Bluetooth mesh
Bluetooth Frequency: 125 Kbps, 500 Kbps, 1 Mbps, 2 Mbps
IEEE 802.15.4
Compatible with IEEE 802.15.4-2015 protocol
Frequency band: 2.4GHz
Data rate: 250Kbps
Supports Thread 1.3 and Zigbee 3.0
Ports
Digital I/O x13
LED PWM 6 Channel
SPI x1
UART x3 (LP UART x1)
I2C x2 (LP I2C x1)
I2S x1
IR Transceiver: transmit channel x5, receive channel x5
1 × 12-bit SAR ADC, 7 Channel
DMA Controller: transmit channel x3, receive channel x3
Jargon buster
Plain-language definitions for the technical terms used above.
- ADC
- An analogue-to-digital converter reads a changing voltage and turns it into a number the microcontroller can use. It matters when connecting analogue sensors such as light, sound, or variable-resistor sensors.
- BLE
- BLE stands for Bluetooth Low Energy, a Bluetooth mode designed for lower power use and modern phone compatibility. It matters because BLE support can make the module easier to use with Apple devices and battery-powered projects, though it may behave differently from classic serial Bluetooth.
- deep sleep
- Deep sleep is a low-power mode where the microcontroller turns off most functions while keeping just enough circuitry active to wake up later. It is important for battery-powered projects because it can greatly extend how long the device runs between charges.
- ESP32
- ESP32 is a family of microcontroller modules with built-in wireless features such as Bluetooth and WiFi. Knowing this product uses an ESP32-based module helps explain how it provides wireless serial communication and firmware update features.
- I2C
- I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
- I2S
- I2S is a digital audio interface used to send sound data between chips, such as from a microcontroller to an audio amplifier or DAC. It matters if your project needs cleaner digital audio output than a basic buzzer or PWM signal can provide.
- IoT
- Short for Internet of Things, meaning physical devices that connect to networks or the internet to send data or be controlled remotely. It matters if you want projects such as connected sensors, remote controls or classroom data-logging activities.
- LED
- A light-emitting diode is a small electronic component that lights up when current flows through it in the correct direction. In this kit, LEDs create the flashing effect, so polarity and correct soldering matter for the project to work.
- Matter
- A smart home connectivity standard designed to let devices work across different ecosystems. It matters if you want a project to integrate more easily with platforms such as Apple Home, Google Home, or other Matter-compatible systems.
- PWM
- Pulse Width Modulation is a way for a digital pin to simulate variable output power by switching on and off very quickly. It matters for controlling things like LED brightness, motor speed, or servo-style signals from a microcontroller pin.
- RISC-V
- An open processor architecture used inside some modern microcontroller chips. It matters because it affects the software tools, performance, and low-power features available for developing projects on the board.
- RTC
- A Real-Time Clock keeps track of time even when the main processor is asleep or powered down, usually with a small backup battery. It matters for data logging and tracking projects that need accurate timestamps.
- SPI
- A fast serial communication bus often used for displays, memory cards, and sensors. It matters because SPI devices need specific pins for clock and data, plus a separate chip-select line for each device.
- SRAM
- Fast temporary memory used by a processor while a program is running. More SRAM helps with projects that handle larger data buffers, networking, displays, or more complex code.
- Thread
- A low-power wireless mesh networking standard designed for smart home and IoT devices. It matters because Thread devices can relay messages through each other, helping build reliable networks for sensors and controllers.
- UART
- UART is a simple serial connection that sends data over separate transmit and receive wires, often labelled TX and RX. It matters because this module is designed to replace a wired UART cable with a wireless link while keeping the same serial data format.
- Wi-Fi 6
- A newer Wi-Fi standard that can improve speed, range, and efficiency compared with older Wi-Fi versions. It matters for projects that need reliable wireless networking, especially where many devices share the same network.
- Zigbee
- A low-power wireless standard commonly used by smart home sensors, switches, and lights. It matters if you want the board to communicate with Zigbee devices or act as part of a home automation network.
Find this product in
Connectivity
Supplier page — dfrobot.com
Supplier Description · 591.8 KB · Click any page to view full size