AI agents & screen readers: for a machine-readable, text-only catalogue, start at /llms.txt. Products are available as Markdown (/products.md, /products/{handle}.md) and JSON (/products.json, /products/{handle}.json).
Store

DFRobot

· MPN: DFR1237

$34.20 |
In stock at supplier
No reviews yet

Build edge AI, vision and interactive HMI projects around the ESP32-P4, a dual-core RISC-V processor with a single-precision FPU and hardware-accelerated H.2...

Stock availability

Available with leadtime
621 available
Estimated Delivery
Arrives
Disclaimer
View Markdown
Secure checkout

Build edge AI, vision and interactive HMI projects around the ESP32-P4, a dual-core RISC-V processor with a single-precision FPU and hardware-accelerated H.264 video encoding at 1080p@30fps. This kit is designed for applications such as AI cameras, smart displays, video doorbells, robot vision systems and other advanced multimedia projects.

The board provides MIPI camera and display connectivity, plus parallel camera/display interface support for flexible hardware setups. Wireless networking is handled by an onboard ESP32-C6 co-processor, adding Wi-Fi 6 and Bluetooth 5 (LE) while leaving the ESP32-P4 available for AI models, video processing and user interface tasks.

An IO Expansion Board is included to make prototyping cleaner and more reliable, with clearly labelled headers for connecting peripherals such as I2C sensors, motor drivers, UART devices and power-hungry modules. The kit includes the FireBeetle 2 Board ESP32-P4 Microcontroller x1, IO Expansion Board for FireBeetle 2 ESP32-P4 x1, and 20pin-2.54mm Pin Header x2.

This board uses the ESP32-P4 chip (v1.0) and is compatible with both Arduino IDE and ESP-IDF. Advanced MIPI-CSI and AI functions currently require ESP-IDF, while all other functions are fully supported in the Arduino IDE.

Features:

  • High-performance CPU: 360MHz dual-core RISC-V CPU for advanced HMI and video applications.
  • Floating point support: Single-precision FPU for computational workloads.
  • AI acceleration: AI instruction extensions for complex algorithms.
  • Multimedia engine: Professional-grade multimedia engine for 1080p video streams.
  • Camera/display flexibility: Supports video via MIPI-CSI/DSI and parallel camera/display interfaces.
  • H.264 encoding: Onboard hardware accelerator delivers real-time H.264 encoding at 1080p@30fps.
  • Integrated ISP: Integrated ISP for image processing workflows.
  • PPA: Integrated PPA for smooth, responsive GUI development.
  • 2D-DMA: Integrated 2D-DMA for smooth, responsive GUI development.
  • Capacitive touch: Native support for capacitive touch.
  • Speech recognition: Native support for speech recognition.
  • Wireless co-processor: Dedicated ESP32-C6 co-processor handles wireless tasks.
  • Wi-Fi 6: Provides high throughput and low latency for streaming processed 1080p video.
  • Bluetooth 5 (LE): Supports device commissioning via a smartphone app.
  • Bluetooth hub use: Can act as a hub for nearby Bluetooth sensors, smart locks or lights.
  • IO Expansion Board: Helps avoid messy wiring and unstable connections.
  • Clearly labelled hardware: Provides a clean, reliable and clearly labelled hardware foundation.
  • I2C prototyping: I2C gyroscopes and motor drivers can be plugged directly into the dedicated headers.
  • UART prototyping: Clearly marked UART headers support rapid connection of LiDAR sensors or other serial peripherals.
  • Power access: Ample power pins support simultaneous power for multiple sensors and a display.

Specifications:

  • HP Core: RISC-V 32-bit Dual-Core @ 360 MHz
  • LP Core: RISC-V 32-bit Single-Core @ 40 MHz
  • PSRAM: 32MB
  • Flash: 16MB
  • L2 Cache Memory: 768 KB
  • Wi-Fi Provided by: Onboard ESP32-C6 Co-processor
  • Wi-Fi Protocol: IEEE 802.11 b/g/n/ax (Wi-Fi 6)
  • Bluetooth Protocol: Bluetooth 5 (LE)
  • Display Interface: 1x MIPI-DSI (2-lane, Raspberry Pi compatible)
  • Camera Interface: 1x MIPI-CSI (2-lane, Raspberry Pi compatible)
  • USB: 1x High-Speed USB OTG 2.0 (Type-C), 1x USB CDC (Type-C)
  • Audio: 1x Onboard PDM Microphone
  • Storage: 1x TF Card Slot
  • Other: I2C, I3C, SPI, I2S, UART, SDIO, ADC, Touch, PWM, IR
  • Operating Voltage: 3.3V
  • Input Voltage: 5V DC (via Type-C or VCC)
  • Operating Temperature: -10°C to 60°C
  • Main Board Dimensions: 25.4 x 60 mm
  • Note: Peripheral functions are multiplexed. The numbers above represent the maximum available count for each type.

A strong choice for developers building AI-enabled network cameras, smart video doorbells, object tracking gimbals, robot vision systems, home automation control panels or multimedia displays.

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.
DC
DC means direct current, where electricity flows in one constant direction, as supplied by batteries, USB ports and many plug-pack power supplies. When a product specifies DC, it runs from a DC supply rather than mains AC, so you need to provide the correct voltage and polarity.
DSI
DSI stands for Display Serial Interface, a high-speed connection commonly used to send video data from a computer board to a display. It matters because DSI signals are not simple GPIO wires, so the cable, connector, and signal routing need to match the display interface.
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 low-cost microcontroller chips and modules from Espressif with built-in WiFi and Bluetooth. They support programmable firmware and over-the-air updates, and are commonly programmed with toolchains such as the Arduino core and ESP-IDF.
FPU
A floating-point unit is hardware inside a processor that speeds up calculations with decimal numbers. This helps when projects use maths-heavy tasks such as motion sensing, filtering sensor readings, or audio processing.
Headers
Rows of connector contacts on a fixed pitch (commonly 2.54 mm) used to link a board to a breadboard, jumper wires, or another board. They come as male pin headers and female socket headers; when a module ships with pre-soldered headers it can be used straight away, whereas bare pads require soldering the pins yourself.
HMI
HMI stands for Human-Machine Interface, meaning the screen, buttons or controls a person uses to interact with a device. Describing something as suited to HMI use suggests it is intended for user-facing applications such as control panels, dashboards or instrument displays.
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.
I3C
I3C is a newer two-wire communication bus designed as a faster, more capable successor to I2C for sensors and small peripherals. It matters because I3C devices may offer better speed and features, but they need compatible hardware and software support.
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.
ISP
In electronics, ISP usually means In-System Programming, a way to load firmware onto a microcontroller while it stays on the board (often via an ICSP header), or an Image Signal Processor, hardware that turns raw camera sensor data into usable images and offloads the main CPU. The surrounding context shows which meaning applies.
LiDAR
A sensing method that uses laser light to measure distance and build a 3D picture of the surroundings. It matters for robotics and autonomous systems because LiDAR data can help with mapping, navigation and obstacle detection.
microcontroller
A microcontroller is a small computer on a single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
MIPI
MIPI is a high-speed display and camera interface often used inside phones, tablets, and embedded devices. It matters because raw MIPI displays usually need special driver hardware or software support, unlike plug-and-play HDMI screens.
MIPI-CSI
A camera interface used on many embedded computer boards to connect compact camera modules directly to the processor. It matters for vision projects because it can handle high-resolution camera data with less overhead than a USB camera.
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
RISC-V is an open, royalty-free processor instruction-set architecture used in chips ranging from tiny microcontrollers to Linux-capable application processors. The choice of RISC-V determines which compilers, software tools, and performance or low-power features are available, separate from the more common Arm or x86 architectures.
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.
Type-C
USB Type-C (USB-C) is a small, reversible USB connector used for charging, power, and data transfer on many modern devices. A Type-C port or plug indicates the cable and charger connection needed to power, charge, or communicate with a device.
UART
UART is a simple asynchronous serial interface that sends data over separate transmit and receive wires, usually labelled TX and RX, with both ends set to the same baud rate. It is a common way for microcontrollers and other serial devices to exchange data.
VCC
VCC is the positive power-supply connection on a chip or module. Connecting it to the correct supply voltage is needed for the part to power on and helps avoid damaging the electronics.
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.

DFR1237 firebeetle 2 esp32 p4 kit dimension V1.0

Mechanical Drawings · 110.2 KB · Click any page to view full size

Download PDF

DFR1237 firebeetle 2 esp32 p4 kit ce V1.0

Document · 639.9 KB · Click any page to view full size

Download PDF

DFR1237 firebeetle 2 esp32 p4 kit rohs V1.0

Compliance · 475.9 KB · Click any page to view full size

Download PDF

DFR1237 firebeetle 2 esp32 p4 kit doc V1.0

Document · 98.9 KB · Click any page to view full size

Download PDF
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.