SparkFun
SparkFun MicroMod WiFi Function Board - ESP32
The SparkFun MicroMod ESP32 Function Board adds additional wireless options to MicroMod Processor Boards that do not have that capability. This special funct...
Get notified when back in stock
- Input Voltage Range
- 2.5V to 6.0V
- Typ. 5V via Main Board's USB Connector
- Typ. ~3.7V to 4.2V via Main Board's LiPo Battery Connector
- 2.5V to 6.0V
- I/O Voltage
- 3.3V
- USB Type C Connector
- CP2102 USB-to-Serial Converter
- AP2112 3.3V Voltage Regulator (Rated 600mA)
-
ESP32-WROOM-32E Module1
- Xtensa® dual-core 32-bit LX6 microprocessor
- Up to 240MHz clock frequency
- 16MB of flash storage
- 520kB internal SRAM
- Integrated 802.11 b/g/n WiFi transceiver
- Integrated dual-mode Bluetooth® (classic and BLE)
- Hardware accelerated encryption (AES, SHA2, ECC, RSA-4096)
- 2.5 µA deep sleep current
- Buttons
- Reset
- Boot
- Power LED
- I2C Pull-Up Resistors
- Jumpers
- PWR LED
- I2C Pull-Up Resistors
- Schematic
- Board Files
- Board Dimensions
- Hookup Guide
- Silicon Labs CP210X Drivers
- Datasheet (ESP32-WROOM-32E)
- ReadTheDocs: ESP32 AT Command Set
- GitHub Hardware Repo
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.
- deep sleep
- Deep sleep is a low-power mode where the microcontroller turns off most functions while keeping just enough circuitry active to wake up later. It is important for battery-powered projects because it can greatly extend how long the device runs between charges.
- 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.
- 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.
- LiPo
- A LiPo (lithium polymer) battery is a rechargeable lithium battery widely used in portable projects because it is light and compact. LiPo cells need correct charging circuitry and careful handling to stay safe, so equipment that supports LiPo generally includes charging or protection hardware suited to that battery type.
- M.2
- M.2 is a compact edge-connector standard for plugging small modules - such as SSDs, wireless cards or microcontroller modules - into a host board without soldering. The same slot shape can carry different interfaces (for example PCIe, SATA or USB), so keying and the supported module type need to be checked.
- 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.
- MicroMod
- MicroMod is a modular board system where a small processor board plugs into a separate carrier board (via an M.2 connector) that provides connectors, power, and peripherals. Within the MicroMod system, a board is either a processor board or a carrier board, and you need a matching pair of both before you can run project code.
- 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.
Find this product in
Brands
Connectivity
AP2112 Voltage Regulator Datasheet
Datasheet · 737.6 KB · Click any page to view full size
MicroMod WiFi Function Board ESP32 Schematic
Schematic · 207.6 KB · Click any page to view full size
ESP32‑WROOM‑32E/32UE Module Datasheet
Datasheet · 1018.9 KB · Click any page to view full size
Supplier page — sparkfun.com
Supplier Description · 602.0 KB · Click any page to view full size
esp at en latest esp32
Document · 8.9 MB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
MicroMod WiFi Function Board ESP32 Board Files
Schematic · ZIP · 169.3 KB
EAGLE design files for the SparkFun MicroMod WiFi Function Board - ESP32
CP210x Windows USB Driver
Driver · ZIP · 821.8 KB
USB-to-UART bridge driver for Windows systems using the CP210x interface
CP210x Mac OSX USB Driver
Driver · ZIP · 1.6 MB
USB-to-UART bridge driver for macOS systems using the CP210x interface
flash download tool
Firmware · ZIP · 24.7 MB
Source Code
Open-source libraries, firmware & example projects for this product
a929447
over 4 years ago
· 11 commits
- Hardware Updates the design to use the Micromod-function device in the official SFE Eagle Libs over 4 years ago
- Production Moves production files to correct location almost 5 years ago
- .gitignore Initial commit (post-prototype, pre-finalized-for-REDs) almost 5 years ago
- LICENSE.md Create LICENSE.md over 4 years ago
- README.md Update README.md over 4 years ago