Store

DFRobot

· MPN: DFR1236

$21.24 |
In stock at supplier
No reviews yet

This development kit combines the FireBeetle 2 ESP32-C5 microcontroller board with a dedicated solderless IO expansion shield, giving you a practical platfor...

Estimated Delivery
Arrives
Disclaimer
View Markdown
Secure checkout

This development kit combines the FireBeetle 2 ESP32-C5 microcontroller board with a dedicated solderless IO expansion shield, giving you a practical platform for smart home and IoT prototypes.

The ESP32-C5 brings dual-band Wi-Fi 6 on 2.4 GHz and 5 GHz, plus Bluetooth 5, Thread and Zigbee support. It is suited to Home Assistant sensor nodes, MQTT devices, Matter experiments and multi-protocol smart home projects.

Power options include USB Type-C, 5V DC input and direct solar panel input for charging a lithium battery. The board also provides battery level monitoring and a controllable 3.3V output so external sensors can be powered down during idle periods.

The included IO expansion board breaks out the FireBeetle 2 ESP32-C5 IO pins to clearly partitioned headers for fast, solderless connection to sensors, displays and peripherals. Documentation includes a product wiki, ESP-IDF resources and a Home Assistant MQTT tutorial.

Features:

  • Dual-band Wi-Fi 6: Supports both 2.4 GHz and 5 GHz bands for stable, responsive wireless connections.
  • Multi-protocol smart home support: Supports Wi-Fi, Bluetooth 5, Thread and Zigbee.
  • Matter-ready development: Can be used to create Matter end-devices over Wi-Fi or Thread.
  • Home Assistant friendly: Suitable for MQTT clients, custom sensor nodes, Zigbee devices and Thread/Matter integrations.
  • Flexible power management: Supports Type-C, 5V DC and direct solar panel input for lithium battery charging.
  • Solar charging: Integrated solar power management IC for outdoor or power-constrained deployments.
  • Low-power operation: Ultra-low 21 μA deep sleep current when battery powered.
  • Solderless prototyping: Dedicated IO expansion board breaks out pins to convenient headers.
  • Sensor power control: Controllable 3.3V output can de-energise external sensors during idle periods.
  • Battery monitoring: Onboard battery level monitoring is provided.

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: Compatible with IEEE 802.15.4-2015 protocol
  • Frequency Band: 2.4 GHz
  • Data Rate: 250 Kbps
  • Thread and Zigbee 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
  • 1x 12-bit SAR ADC: with 7 channels
  • DMA Controller: with 3 receiving channels and 3 transmitting channels
  • IO Expansion Board IO: x11
  • IO Expansion Board I2C: x3
  • IO Expansion Board UART: x1
  • IO Expansion Board SPI: x1
  • IO Expansion Board RST: x1
  • IO Expansion Board VIN: 5V x1
  • IO Expansion Board VOUT: 3V3_C x1

Typical applications include Matter smart devices, off-grid weather stations, high-speed low-latency robot controllers, multi-protocol IoT gateway prototypes, interactive art and wearables. The shipping list includes FireBeetle 2 ESP32-C5 IO Expansion Kit x1.

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.
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.
ESP-IDF
ESP-IDF is Espressif’s official software development framework for ESP32-family chips. It gives more direct control over the hardware than beginner-style environments, which can help with advanced features like Wi-Fi, Bluetooth, audio and power management.
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.
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.
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.
microcontroller
A microcontroller is a small computer on a chip that runs your program and controls connected inputs and outputs. For this product, it is the part that reads buttons and sensors, drives the display and speaker, and communicates over Bluetooth.
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.
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.
RST
Short for reset, a control pin used to restart or initialise a device from a microcontroller. It matters because this sensor requires the RST pin to be connected for some communication setups.
Shield
An add-on board that plugs into a main controller board to give it extra features such as sensing, motor control or communication. Knowing a product supports shields helps you judge whether it can connect neatly into an existing maker-board setup.
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.
USB Type-C
A reversible USB connector used for power and data on many modern devices. On this kit it indicates an alternate 5V power input, which may be useful for setup or charging without the solar panel.
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.