Store

DFRobot

· MPN: DFR1237

$33.18 |
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...

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.
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 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.
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 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.
HMI
HMI stands for Human-Machine Interface, meaning the screen, buttons, or controls a person uses to interact with a device. For this product, it suggests the display is intended for control panels, dashboards, robot faces, or other user-facing interfaces.
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
An image signal processor is hardware that helps process raw camera data into usable images or video. It matters for vision projects because it can improve camera handling and reduce the processing load on the main CPU.
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 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.
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
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.
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.
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.