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

FireBeetle 2 ESP32-S3 (N4) Dual-core IoT Microcontroller (No Cam, 4MB Fl., 512KB SR., Supports AI Acceleration)

· MPN: DFR1145

$19.45 |
In stock
No reviews yet

The FireBeetle 2 ESP32-S3 (N4) is a main control board based on the Espressif ESP32-S3-WROOM-1-N4 module. It features a 32-bit dual-core processor, 4M FLASH ...

Stock availability

Ready to ship from Sydney
1 in stock
Available with leadtime
1 available
Estimated Delivery
Arrives
Disclaimer
View Markdown
Secure checkout
The FireBeetle 2 ESP32-S3 (N4) is a main control board based on the Espressif ESP32-S3-WROOM-1-N4 module. It features a 32-bit dual-core processor, 4M FLASH memory, and supports WiFi and Bluetooth 5.0 communication. The board is equipped with AI acceleration capability, making it suitable for low-computational AI edge computing tasks. It offers rich peripheral interfaces, dual power supply modes, and supports various programming methods. With its compact design, it is ideal for IoT and AIoT projects.

Rich peripheral interfaces
It includes 26 digital pins, 20 ADC channels, 3 UART interfaces, 2 SPI interfaces, 2 I2C interfaces, 2 I2S interfaces, 10 infrared transceivers, and 10 DMA controller channels. Additionally, it provides an onboard GDI display interface to meet various hardware connection requirements.


Dual power supply modes
It supports both USB and external lithium battery power supply and can automatically switch between power sources in dual power supply mode. Furthermore, it supports both USB and external DC charging modes and allows hardware to control power on/off settings.
Support for multiple programming methods
Including Arduino IDE, ESP-IDF, MicroPython, C language, and Python, catering to the programming preferences of different developers.

Compact design, convenient for embedding
With dimensions of only 25.4mm × 60mm, it has onboard WIFI and Bluetooth antennas and adopts a stamp hole design, making it easy to embed or integrate into PCB prototypes.
Wide range of application scenarios
It is suitable for various scenarios such as home automation renovation, IoT device prototyping, IoT remote monitoring, and remote robot control. Additionally, it is also applicable to low-computational AI edge computing, voice command recognition, text recognition, and sensor data recognition applications.
Furthermore, this product is one of the low-power IoT development boards in the FireBeetle series. If it does not meet your requirements, you can refer to the FireBeetle Series Selection Guide to choose a more suitable model.
Note: This product does not come with a camera interface.
FEATURES
  • Equipped with ESP32-S3-WROOM-1-N4 dual-core module, supporting AI acceleration.
  • Clock frequency up to 240MHz, with built-in 512KB SRAM and 4M Flash.
  • Supports dual-mode communication of Wi-Fi and Bluetooth 5 (LE).
  • Integrated power management, supporting lithium battery charging and hardware power on/off.
  • Onboard independent GDI display interface, enabling quick connection to display screens.
  • Supports various programming methods such as Arduino IDE, ESP-IDF, and MicroPython.
  • Compact design with small size, suitable for IoT and AIoT projects with limited space and embedded systems.
SPECIFICATION
Basic Parameters
  • Input Voltage
    USB-C interface: 5V DC
    PH2.0 interface: 3.7V Li-ion
    VCC pin: 5V DC
  • Interface: FireBeetle V2 series compatible
  • Module Size: 25.4mm × 60mm
  • Weight: 23.4g
Hardware Information
  • Processor: Xtensa® dual-core 32-bit LX7 microprocessor
  • Clock Frequency: 240 MHz
  • SRAM: 512KB
  • ROM: 384KB
  • Flash: 4MB
  • RTC SRAM: 16KB
  • USB: USB 2.0 OTG full-speed interface
WIFI
  • WIFI Protocol: IEEE 802.11b/g/n
  • WIFI Bandwidth: 2.4 GHz band supports 20 MHz and 40 MHz bandwidth
  • WIFI Modes: Station mode, SoftAP mode, SoftAP+Station mode, and mixed mode
  • WIFI Frequency: 2.4GHz
  • Frame Aggregation: TX/RX A-MPDU, TX/RX A-MSDU
Bluetooth
  • Bluetooth Protocol: Bluetooth 5, Bluetooth mesh
  • Bluetooth Frequency: 125 Kbps, 500 Kbps, 1 Mbps, 2 Mbps
Interface Pins
  • Digital I/O x26
  • SPI x2
  • UART x3
  • I2C x2
  • I2S x2
  • LED PWM controller with 8 channels
  • Infrared transceiver: 5 transmission channels, 5 reception channels
  • 2 × 12-bit SAR ADC, 20 channels
  • DMA controller, 5 reception channels, and 5 transmission channels
DOCUMENTS

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.
edge computing
Edge computing means processing data close to where it is collected, such as on the device itself, rather than sending everything to the cloud. This can reduce delays, internet dependence, and privacy concerns in sensor, camera, and robotics 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 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.
Flash memory
Flash memory is non-volatile memory that retains stored data even when power is removed, and can be erased and rewritten in blocks. It lets data such as firmware, settings or saved records persist across power cycles.
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 (LED) is a small electronic component that emits light when current flows through it in the correct direction. Because it only conducts one way, its polarity matters, and a through-hole LED must be soldered the correct way around to light up.
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.
PCB
A printed circuit board (PCB) is a board, usually rigid, with etched copper tracks that connect electronic components together without loose wiring. Components are mounted on the board and signals route between them through the copper layout.
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.
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.
RX
RX means receive, usually showing data being received by the board. An RX indicator LED can help with troubleshooting USB or serial communication.
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.
TX
TX means transmit, usually showing data being sent from the board. A TX indicator LED can help you see when the board is communicating or uploading code.
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.
USB 2.0
USB 2.0 is a widely used wired standard for carrying both data and power between a device and a computer or other compatible host, with data rates up to 480 Mbps. It indicates the kind of port a device uses and that it should work with most modern and many older computers.
USB-C
USB-C is a small, reversible USB connector that can carry power, data and, on some devices, video over a single cable. The same connector can range from charging only to high-speed data, so the functions a given port actually supports vary.
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.

Supplier page — dfrobot.com

Supplier Description · 500.7 KB · Click any page to view full size

Download PDF

DFR1145 firebeetle 2 esp32 s3 n4 ce V1.0

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

Download PDF

DFR1145 firebeetle 2 esp32 s3 n4 rohs V1.0

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

Download PDF

DFR1145 firebeetle 2 esp32 s3 n4 dimension V1.0

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

Download PDF

DFR1145 firebeetle 2 esp32 s3 n4 doc v1.0

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

Download PDF

Source Code

Open-source libraries, firmware & example projects for this product

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.