DFRobot
FireBeetle 2 ESP32-UE (N16R2) IoT Microcontroller (16MB Fl., 2MB PS., Supports Ext Antenna, Wi-Fi & Bluetooth)
FireBeetle 2 ESP32-UE (N16R2) is a powerful IoT microcontroller that supports external Bluetooth & WiFi antennas and features 16M Flash and 2M PSRAM. This pr...
Get notified when back in stock
- Equipped with ESP32-WROOM-32UE-N16R2 dual-core module
- Clock frequency up to 240MHz, with 16M Flash and 2M PSRAM for large memory capacity- Supports external Bluetooth & WiFi antennas
- Low-power development board, supporting dual-mode communication of WiFi and Bluetooth
- Onboard GDI display interface for quick connection to display screens
- Onboard charging circuit and PH2.0 lithium battery interface, supporting dual-power supply and automatic switching
- Supports various programming methods such as Arduino IDE, ESP-IDF, MicroPython, etc.
- Compact design with small size, suitable for IoT projects with limited space and embedded systems
- IoT project prototyping
- IoT remote control
- Remote robot control
- USB-C interface: 5V DC
- PH2.0 interface: 3.7V Li-ion
- VCC pin: 5V DC
- Processor: Tensilica LX6 dual-core processor (one core for high-speed connectivity, one core for independent application development)
- Clock Frequency: 240MHz
- SRAM: 520KB
- ROM: 448KB
- Flash: 16MB
- PSRAM: 2MB
- On-chip Clock: 40MHz crystal oscillator, 32.768KHz crystal oscillator
- Wi-Fi Standard: FCC/CE/TELEC/KCC
- Wi-Fi Protocol: 802.11 b/g/n/d/e/i/k/r (802.11n, up to 150 Mbps), A-MPDU and A-MSDU aggregation, supports 0.4us protection interval
- Wi-Fi Frequency Range: 2.4~2.5 GHz
- Bluetooth Protocol: Compliant with Bluetooth V4.2 BR/EDR and BLE standards
- Bluetooth Audio: CVSD and SBC audio
- Bluetooth Frequency Range: 2.4~2.5GHz
- Digital Pins × 17: IO0, IO1, IO2, IO3, IO4, IO12, IO13, IO14, IO15, IO17, IO18, IO19, IO21, IO22, IO23, IO25, IO26
- Analog Pins × 11: IO0, IO2, IO4, IO12, IO13, IO14, IO15, IO25, IO26, I34, I35
- UART Interfaces: ×3
- SPI Interface: ×1
- I2C Interface: ×1
- I2S Interface: ×1
- DAC Interface: ×2
- Touch Interfaces: ×7
- LED PWM Channels: ×16
- RGB_LED: WS2812
- Display Interface: GDI
- Interface Compatibility: FireBeetle V2 series compatible
- Module Size: 25.4mm × 60mm
- Weight: 23.4g
- Product wiki
- Pinout
- Dimension
- Getting Started (Use for the first time)
- Arduino Tutorials Esp32-wroom-32e/32ue datasheet
- Schematic
- 2D File
- STP File
- Shell stl file
- FireBeetle 2 ESP32-UE (N16R2) IoT Microcontroller x1
- 2.4GHz WiFi and Bluetooth antenna x1
- 18pin-2.54mm Pitch Pin x1
- 18pin-2.54mm Pitch Pin Female x1
- 14pin-2.54mm Pitch Pin x1
- 14pin-2.54mm Pitch Pin Female x1
Jargon buster
Plain-language definitions for the technical terms used above.
- 2.4GHz WiFi
- 2.4GHz WiFi is a common wireless networking band used by many routers and embedded devices, offering good range but more congestion than the 5GHz band. Devices on this band can join networks to transfer data or receive firmware updates.
- BLE
- BLE stands for Bluetooth Low Energy, a Bluetooth mode designed for low power use and broad compatibility with modern phones and computers. It connects well to battery-powered and mobile devices, including Apple hardware, though it behaves differently from Bluetooth Classic and its serial-style profiles.
- DAC
- A digital-to-analogue converter turns numbers from the microcontroller into a real analogue voltage. It matters if you want to generate simple waveforms, audio-style signals, or variable control voltages rather than just on/off outputs.
- 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.
- 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.
- 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.
- LVGL
- LVGL is an open-source graphics library for building buttons, menus, gauges and other user interfaces on small embedded displays. Support for LVGL matters if you want to create a polished touchscreen interface without drawing every screen element from scratch.
- 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.
- 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.
- PCB antenna
- A PCB antenna is an antenna pattern built directly into the circuit board rather than a separate metal antenna. It matters because placement, nearby metal and enclosure design can affect wireless range.
- 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.
- 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 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-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.
Find this product in
Supplier page — dfrobot.com
Supplier Description · 563.5 KB · Click any page to view full size
DFR1140 firebeetle 2 esp32 ue n16r2 iot board ce v1.0
Document · 877.9 KB · Click any page to view full size
DFR1140 firebeetle 2 esp32 ue n16r2 iot board rohs v1.0
Compliance · 526.0 KB · Click any page to view full size
DFR1140 firebeetle 2 esp32 ue n16r2 iot board dimension v1.0
Mechanical Drawings · 77.4 KB · Click any page to view full size
DFR1140 firebeetle 2 esp32 ue n16r2 iot board schematics v1.0
Schematic · 2.7 MB · Click any page to view full size
DFR1140 firebeetle 2 esp32 ue n16r2 iot board datasheet v1.0
Datasheet · 1018.9 KB · Click any page to view full size
DFR1140 firebeetle 2 esp32 ue n16r2 iot board doc v1.0
Pinout · 98.9 KB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more