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: DFR1139

$27.80 |
Out of stock
No reviews yet

##Introduction The FireBeetle 2 ESP32-E (N16R2) IoT development board equipped with 16M Flash and 2M PSRAM. It is designed to provide superior performance fo...

Get notified when back in stock

Qty
Estimated Delivery
Arrives
Disclaimer
View Markdown
Secure checkout
##Introduction The FireBeetle 2 ESP32-E (N16R2) IoT development board equipped with 16M Flash and 2M PSRAM. It is designed to provide superior performance for applications such as the LVGL graphics library for interface design and interaction. Built on the foundation of Espressif's ESP32-WROOM-32E-N16R2 module, it boasts a 32-bit dual-core processor with a clock frequency of up to 240MHz. With support for WiFi and Bluetooth dual-mode communication, it is an ideal choice for IoT scenarios.Abundant peripheral interfacesIncluding 17 digital pins, 11 analog pins, 3 UART interfaces, 1 SPI interface, 1 I2C interface, 1 I2S interface, and 2 DAC interfaces, it can meet various hardware connection needs.Board Overview of FireBeetle 2 ESP32-E (N16R2) Development BoardDual power supply modesSupporting both USB and external 3.7V lithium battery power supply, it can automatically switch between power sources under dual power supply, and supports both USB and external DC charging modes.Support for multiple programming methodsIncluding Arduino IDE, ESP-IDF, Micro-Python, etc., catering to different developers' programming habits.Compact design, convenient for embeddingWith a size of only 25.4mm × 60mm, onboard WiFi and Bluetooth antennas, and using stamp hole design, it is convenient to embed or integrate into PCB prototypes.The difference between ESP32-WROOM-32E and ESP32-WROOM-32UETheESP32-WROOM-32E (this product) uses an onboard PCB antenna. This type of antenna is realized through PCB technology, does not require separate antenna assembly, is not easily damaged by touch, and is convenient for whole machine assembly. Onboard antennas can save space, reduce costs, and because they can be carefully positioned on the board, they can provide signal integrity. However, their gain may be lower than that of external antennas.The ESP32-WROOM-32UE, on the other hand, connects to an external antenna via a connector. External antennas can be installed on the outside of the device and include both omnidirectional and directional antenna types. The main advantage of external antennas is that they can provide higher gain, thereby enhancing the communication range of Bluetooth or WiFi. 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. ##Features Equipped with ESP32-WROOM-32E-N16R2 dual-core moduleClock frequency up to 240MHz, with 16M Flash and 2M PSRAM for large memory capacityLow-power development board, supporting dual-mode communication of WiFi and BluetoothOnboard GDI display interface for quick connection to display screensOnboard charging circuit and PH2.0 lithium battery interface, supporting dual power supply and automatic switchingSupports various programming methods such as Arduino IDE, ESP-IDF, Micro-PythonCompact design, small size, suitable for space-limited and embedded IoT projects ##Applications Home automation renovationRemote control of robotsEnvironmental data monitoringSmart lighting controlControl panel UI design ##Specification Power ParametersInput VoltageUSB-C interface: 5V DCPH2.0 interface: 3.7V Li-ionVCC pin: 5V DCMCU ParametersProcessor: Tensilica LX6 dual-core processor (one core for high-speed connectivity, one core for independent application development)Clock Frequency: 240MHzSRAM: 520KBROM: 448KBFlash: 16MBPSRAM: 2MBOn-chip Clock: 40MHz crystal oscillator, 32.768KHz crystal oscillatorWireless ParametersWi-Fi Standard: FCC/CE/TELEC/KCCWi-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 intervalWi-Fi Frequency Range: 2.4~2.5 GHzBluetooth Protocol: Compliant with Bluetooth V4.2 BR/EDR and BLE standardsBluetooth Audio: CVSD and SBC audioBluetooth Frequency Range: 2.4~2.5GHzPeripheral ParametersDigital Pins × 17: IO0, IO1, IO2, IO3, IO4, IO12, IO13, IO14, IO15, IO17, IO18, IO19, IO21, IO22, IO23, IO25, IO26Analog Pins × 11: IO0, IO2, IO4, IO12, IO13, IO14, IO15, IO25, IO26, I34, I35UART Interfaces: ×3SPI Interface: ×1I2C Interface: ×1I2S Interface: ×1DAC Interface: ×2Touch Interfaces: ×7LED PWM Channels: ×16RGB_LED: WS2812Display Interface: GDIOther ParametersInterface Compatibility: FireBeetle V2 series compatibleModule Size: 25.4mm × 60mmWeight: 23.4g ##Documents Product wikiPinoutDimensionGetting Started (Use for the first time)Arduino Tutorials DatasheetSchematic2D FileSTP FileShell stl file ##ShippingList FireBeetle 2 ESP32-E (N16R2) IoT Microcontroller x118pin-2.54mm Pitch Pin x118pin-2.54mm Pitch Pin Female x114pin-2.54mm Pitch Pin x114pin-2.54mm Pitch Pin Female x1

Jargon buster

Plain-language definitions for the technical terms used above.

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

Supplier page — dfrobot.com

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

Download PDF

DFR1139 firebeetle 2 esp32 e n16r8 ce v1.0

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

Download PDF

DFR1139 firebeetle 2 esp32 e n16r8 rohs v1.0

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

Download PDF

DFR1139 firebeetle 2 esp32 e n16r8 dimension v1.0

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

Download PDF

DFR1139 firebeetle 2 esp32 e n16r8 schematics v1.0

Schematic · 2.7 MB · Click any page to view full size

Download PDF

DFR1139 firebeetle 2 esp32 e n16r8 datasheet v1.0

Datasheet · 1018.9 KB · Click any page to view full size

Download PDF

DFR1139 firebeetle 2 esp32 e n16r8 doc V1.0

Pinout · 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.