Store

DFRobot

· MPN: DFR1222

$16.47 |
In stock at supplier
No reviews yet

Built around Espressif's ESP32-C5, this compact FireBeetle board is designed for smart home, robotics and wider IoT projects that need strong wireless perfor...

Estimated Delivery
Arrives
Disclaimer
View Markdown
Secure checkout

Built around Espressif's ESP32-C5, this compact FireBeetle board is designed for smart home, robotics and wider IoT projects that need strong wireless performance with low power use. It combines a 240 MHz RISC-V processor with dual-band 2.4 GHz and 5 GHz Wi-Fi 6, BLE, Zigbee and Thread support.

Power is a major focus: the board can run from Type-C, 5V DC, a PH2.0 lithium battery connection, or a suitable solar panel via its integrated solar charging management. Deep sleep current is specified at just 21 μA, and the controllable 3.3V output can cut power to external sensors when your project is asleep.

For rapid prototyping, the onboard GDI connector supports solder-free connection to compatible DFRobot displays, and the board fits neatly into the Gravity and Fermion sensor ecosystems. It can be programmed with C/C++ in the Arduino IDE or with MicroPython, and DFRobot provides a product wiki plus a tutorial for connecting to Home Assistant with MQTT.

Included in the package are one FireBeetle 2 ESP32-C5 IoT Development Board and two 20pin-2.54mm pitch pin headers.

Features:

  • Dual-band Wi-Fi 6: Accesses both 2.4 GHz and 5 GHz bands for higher transmission rates, lower latency and reduced interference.
  • High-throughput data streaming: Suitable for custom IP cameras, FPV drones or local servers.
  • Low-latency control: Supports responsive robotics, real-time interactive systems and industrial controllers.
  • OFDMA: Improves network efficiency and multi-device performance.
  • TWT: Helps reduce device power consumption and extend battery life.
  • Multiple power inputs: Supports Type-C, 5V DC and a PH2.0 lithium battery interface.
  • Integrated charge and discharge management: Provides seamless operation with a lithium battery connection.
  • Integrated solar charging: Allows direct connection to a 4.5V~6V solar panel.
  • Intelligent power saving: Uses an ultra-low deep-sleep current of 21 μA.
  • Controllable 3.3V power output: VCC_EN can cut power to external sensors and peripherals.
  • Multi-protocol hub: Supports Wi-Fi, Bluetooth 5 (BLE), Thread 1.3 and Zigbee 3.0.
  • Matter-ready: Can be used to develop Matter Wi-Fi or Matter Thread end devices.
  • Advanced gateway functionality: Can act as a Wi-Fi MQTT client, native Zigbee device, or Thread/Matter node for Home Assistant projects.
  • Onboard GDI for displays: Provides easy, solder-free connection to a range of DFRobot screens.
  • Convenient peripherals: Includes a PH2.0 battery interface for secure battery connection.
  • DFRobot ecosystem compatibility: Works with Gravity and Fermion series sensors and modules.
  • Multi-platform software support: Supports C/C++ with Arduino IDE and MicroPython.

Specifications:

  • Operating Voltage: 3.3V
  • Type-C Input Voltage: 5V DC
  • VIN Input Voltage: 5V DC or 4.5-6V solar panel
  • Maximum Charging Current: 0.5A
  • Sleep Current: 21 μA (deep sleep mode, battery powered)
  • Module Size: 25.4 x 60 mm
  • Processor: RISC-V single-core processor
  • Clock Frequency: 240 MHz
  • SRAM: 384 KB
  • ROM: 320 KB
  • Flash: 4 MB
  • LP SRAM: 16 KB
  • Wi-Fi Frequency Bands: 2.4 GHz and 5 GHz, 1T1R
  • Wi-Fi Protocols: IEEE 802.11a/b/g/n/ac/ax
  • IEEE 802.11a/b/g/n: data rate up to 150 Mbps
  • IEEE 802.11ax: 20 MHz-only non-AP mode
  • Wi-Fi Modes: Station mode, SoftAP mode, SoftAP+Station mode and Promiscuous mode
  • Bluetooth Protocols: Bluetooth 5, Bluetooth mesh
  • Bluetooth Frequencies: 125 Kbps, 500 Kbps, 1 Mbps, 2 Mbps
  • IEEE 802.15.4 Compatibility: Compatible with IEEE 802.15.4-2015 protocol
  • Frequency Band: 2.4 GHz
  • Data Rate: 250 Kbps
  • Protocol Support: Supports Thread 1.3, Zigbee 3.0
  • Digital I/O: x18
  • LED PWM Controller: with 6 channels
  • SPI: x1
  • UART: x3 (LP UART x1)
  • I2C: x2 (LP I2C x1)
  • I2S: x1
  • Infrared Transceiver: 5 transmitting channels, 5 receiving channels
  • SAR ADC: 1x 12-bit SAR ADC with 7 channels
  • DMA Controller: with 3 receiving channels and 3 transmitting channels

Useful project fits include balcony plant soil monitoring, indoor air quality logging, Home Assistant hubs, and low-latency FPV or robotics control.

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.
dual-band Wi-Fi
Wi-Fi that can use both the 2.4 GHz and 5 GHz radio bands. This matters because 2.4 GHz often reaches farther while 5 GHz can be faster and less crowded, giving more flexibility for wireless projects.
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.
Gravity
Gravity is DFRobot’s plug-in connector system for sensors, motors and modules, using standard cables to reduce loose jumper wiring. It matters because Gravity-compatible parts can connect directly to these ports, while non-Gravity parts may need adapters or manual wiring.
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.
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.
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.
MQTT
A lightweight messaging protocol often used for IoT devices to publish and receive data through a server called a broker. It matters for home automation and sensor networks because it is simple, efficient, and widely supported.
OFDMA
A Wi-Fi 6 feature that lets a router divide a wireless channel so multiple devices can send or receive data more efficiently. It matters in busy networks because it can reduce waiting time when many devices are connected.
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.
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.
VCC_EN
A control signal used to enable or disable a board’s power output to connected parts. It matters for battery or solar projects because turning off external sensors can greatly reduce power use when the device is sleeping.
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.
Stella
Stella Expert

Ask me anything about this product

Maddy, co-founder of Little Bird

Need help? We're here for you!

Hi, I'm Maddy. My team and I are ready to help with your order or any questions.