SparkFun
SparkFun IoT RedBoard - ESP32 MicroPython Development Board - SparkFun Electronics
· MPN: WRL-28434
The SparkFun IoT RedBoard combines the powerful ESP32-D0WDQ6 microcontroller with MicroPython pre-installed, letting you start coding IoT projects right out ...
The SparkFun IoT RedBoard combines the powerful ESP32-D0WDQ6 microcontroller with MicroPython pre-installed, letting you start coding IoT projects right out of the box. No need for complex toolchains – just connect via USB and start writing Python code.
With built-in WiFi and Bluetooth, plus a full suite of GPIO, I2C, SPI, and analog inputs, this board is ideal for connected projects ranging from home automation to environmental monitoring.
Key Features
- MicroPython Ready – Pre-loaded and ready to code out of the box
- ESP32-D0WDQ6 – Dual-core processor with WiFi and Bluetooth
- USB-C Connectivity – Modern interface for programming and power
- Arduino Form Factor – Compatible with many shields
- Rich I/O – GPIO, ADC, I2C, SPI, and UART interfaces
Ideal For
- IoT and connected device projects
- Home automation systems
- Environmental monitoring
- Learning MicroPython programming
- Rapid prototyping with WiFi/Bluetooth
Specifications
- Microcontroller: ESP32-D0WDQ6 (dual-core)
- Wireless: WiFi 802.11 b/g/n, Bluetooth 4.2 BLE
- Programming: MicroPython (pre-installed)
- USB: USB-C
Package Contents
- 1× SparkFun IoT RedBoard (ESP32 MicroPython)
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.
- BLE
- BLE stands for Bluetooth Low Energy, a Bluetooth mode designed for lower power use and modern phone compatibility. It matters because BLE support can make the module easier to use with Apple devices and battery-powered projects, though it may behave differently from classic serial Bluetooth.
- 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.
- GPIO
- General-purpose input/output pins are microcontroller pins you can set in software to read signals, switch devices on and off, or connect to peripherals. The number of GPIO pins matters because it limits how many buttons, LEDs, sensors, and other parts you can wire directly to the board.
- 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.
- 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.
- microcontroller
- A microcontroller is a small computer on a chip that runs your program and controls connected inputs and outputs. For this product, it is the part that reads buttons and sensors, drives the display and speaker, and communicates over Bluetooth.
- 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.
- 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 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.
Find this product in
Brands
Connectivity
SparkFun IoT RedBoard ESP32 Schematic
Schematic · 929.0 KB · Click any page to view full size
Supplier page — sparkfun.com
Supplier Description · 941.2 KB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more