DFRobot
FireBeetle 2 ESP32-C6 IoT Development Board for Smart Home Control System
· MPN: DFR1075
The FireBeetle 2 ESP32-C6 is a low-power IoT development board built around a 160MHz RISC-V single-core processor. It supports Wi-Fi 6 (802.11ax), Bluetooth ...
The FireBeetle 2 ESP32-C6 is a low-power IoT development board built around a 160MHz RISC-V single-core processor. It supports Wi-Fi 6 (802.11ax), Bluetooth 5, Zigbee 3.0, Thread 1.3, and the Matter smart home standard, making it one of the most connectivity-versatile ESP32 boards available.
With deep sleep consumption as low as 16µA and support for solar panel charging with integrated lithium battery management, the board is well-suited for remote and battery-powered IoT deployments. Wi-Fi 6 Target Wake Time (TWT) further extends battery life by negotiating wake-up schedules with the access point.
Key Features
- Multi-Protocol Wireless – Wi-Fi 6, Bluetooth 5, Zigbee 3.0, Thread 1.3, and Matter support
- Ultra-Low Power – 16µA deep sleep current (V1.0)
- Wi-Fi 6 TWT – Target Wake Time for optimised battery life
- Solar Charging – Integrated lithium battery management with solar panel input (4.5–6V)
- Battery Monitoring – Built-in battery level detection
- GDI Display Interface – Easy connection to compatible screens
- Arduino & MicroPython – Programmable via Arduino IDE or MicroPython
Specifications
- Processor – RISC-V single-core, 160MHz
- Memory – 512KB SRAM, 320KB ROM, 4MB Flash, 16KB RTC SRAM
- Operating Voltage – 3.3V
- Input Voltage – 5V DC (Type-C) or 4.5–6V solar panel
- Max Charging Current – 500mA
- USB – USB 2.0 CDC
- Wi-Fi – 802.11b/g/n/ax (2.4GHz, 20/40MHz bandwidth)
- Bluetooth – BLE 5.0 (125Kbps, 500Kbps, 1Mbps, 2Mbps)
- 802.15.4 – Thread 1.3 and Zigbee 3.0 (250Kbps)
- GPIO – 19× digital I/O
- PWM – 6 channels
- ADC – 12-bit SAR, 7 channels
- Interfaces – SPI ×1, UART ×3 (incl. LP UART), I2C ×2 (incl. LP I2C), I2S ×1
- IR Transceiver – 5 TX channels, 5 RX channels
- DMA – 3 TX channels, 3 RX channels
- Operating Temperature – -10°C to 60°C
- Dimensions – 25.4 × 60mm (1" × 2.36")
Ideal For
- Matter-compatible smart home devices
- Indoor air quality and environment monitoring
- Solar-powered outdoor weather stations
- Soil moisture and plant monitoring
- Thread border routers and Zigbee bridges
Package Contents
- 1× FireBeetle 2 Board ESP32-C6
- 2× 20-pin 2.54mm pin headers
Resources
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.
- GPIO
- General-purpose input/output pins are microcontroller pins you can set in software to read signals, switch devices on and off, or connect to peripherals. The number of GPIO pins matters because it limits how many buttons, LEDs, sensors, and other parts you can wire directly to the board.
- Headers
- Rows of metal pins used to plug a module into a breadboard or connect it with jumper wires. Pre-soldered headers make the module easier to use straight away without needing to solder the pins yourself.
- 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.
- IDE
- Short for Integrated Development Environment, a program used to write, run and manage code. It matters because some learners prefer a traditional coding workspace instead of a guided notebook-style lesson.
- 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.
- 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.
- MicroPython
- A version of the Python programming language made to run on microcontrollers. It matters because it lets beginners write readable code to control LEDs, sensors, motors and displays without needing to start with lower-level languages.
- 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.
- TWT
- Target Wake Time is a Wi-Fi 6 power-saving feature that lets devices schedule when they wake up to communicate. It matters for battery-powered projects because the radio can sleep for longer periods and use less energy.
- 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 · 611.8 KB · Click any page to view full size