Store

DFRobot

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

· MPN: DFR1145

$18.86 |
Only 1 left
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 ...

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.
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 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.
Flash memory
Non-volatile memory that keeps stored data even when power is removed. In this sensor, it matters because enrolled fingerprint templates can remain saved after the project is turned off.
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.
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 is a rigid board with copper tracks that connect electronic parts without loose wires. For this kit, the PCBs also form the airplane shape, so they are both the circuit base and part of the finished model.
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.
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.
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-C
A modern reversible USB connector used for power and data connections. On this product it matters because it can connect directly to a computer as well as to a microcontroller project.

Supplier page — dfrobot.com

Supplier Description · 500.7 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.