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 ...
Get notified when back in stock
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 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.
- 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.
- 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 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.
- 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.
- 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
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
Source Code
Open-source libraries, firmware & example projects for this product
The SparkFun IoT RedBoard is an ESP32 Development Board that includes everything but the kitchen sink! Espressif's ESP32 WROOM is a powerful WiFi and Bluetooth® MCU module that targets a wide variety of applications.
72e78f9
over 3 years ago
· 63 commits
- documents Updating datasheets per espressif over 3 years ago
- hardware Fix PROD_ID of new regulator about 4 years ago
- production Fix PROD_ID of new regulator about 4 years ago
- .gitignore Added initial schematic version. over 4 years ago
- License.md Create License.md over 4 years ago
- README.md Update README.md over 3 years ago
This repo houses all of the SFE Fritzing parts for use in diagrams in tutorials. If you create a new part in Fritzing that correlates to an SFE part, please add it here so others may use it and to avoid duplication.
71b17bb
almost 2 years ago
· 339 commits
- kits Include SparkFun Inventor's Kit V4.1 over 2 years ago
- parts Add Horizontal and Vertical Qwiic Connector and Cable to Breadboard Half (Top View) about 6 years ago
- products Update 13664_sfe_samd21_mini_breakout.fzpz almost 2 years ago
- templates Renamed about 11 years ago
- License.md Create License.md about 7 years ago
- README.md Update README.md over 7 years ago
- SparkFun Plus.fzbz First Pass on SparkFun Plus bin file over 6 years ago
- SparkFun_Plus.png Adding png for fzbz use over 6 years ago