SparkFun
RedBoard Plus Arduino-Compatible Development Board
· MPN: DEV-18158
This Arduino-compatible development board keeps the familiar Uno-style layout while adding a few genuinely handy upgrades for modern projects. Built around t...
This Arduino-compatible development board keeps the familiar Uno-style layout while adding a few genuinely handy upgrades for modern projects. Built around the ATmega328P, it works with the Arduino IDE and fits the Uno R3 footprint, so it is a straightforward choice if you want broad compatibility with shields, libraries and existing example sketches.
One of the biggest improvements is the built-in Qwiic connector, which makes it easy to add compatible I2C sensors, actuators and other boards without soldering or extra shields. The board also breaks out SDA, SCL and IOREF for better R3 shield compatibility, and includes the extra analogue pins A6 and A7 for a bit more flexibility than a standard Uno-style board.
USB-to-serial is handled by a CH340G over a reversible USB-C connector, and power can come from USB-C or the barrel jack. For mixed-voltage projects, SparkFun has added a switch to select 3.3V or 5V GPIO logic levels. There are also A4/A5 jumpers for disconnecting the logic level converters from the I2C pins, clearly labelled plated through-hole pads for more permanent wiring, and bottom-side D+/D- pads if you want to embed the board into a finished build.
To get started, connect a USB-C cable, open the Arduino IDE, select Arduino UNO from the board menu, and upload your sketch. It is a solid option for prototyping, education, and projects that want classic Arduino compatibility with easier Qwiic expansion.
Features:
- Arduino IDE support: Program over USB-C by selecting Arduino UNO from the board menu
- Qwiic connectivity: Connect compatible I2C-based Qwiic products without soldering or shields
- USB-C connector: Reversible USB-C connector with through hole anchoring
- Selectable GPIO voltage: Easily select the GPIO voltage between 3.3V or 5V
- Uno R3 compatibility: SDA, SCL and IOREF are broken out on the Arduino Uno R3 footprint for future shield compatibility
- A4/A5 jumpers: Can be used to disconnect the logic level converters from the pins tied directly to the I2C bus
- Prototyping-friendly layout: Clearly labeled PTH holes alongside the standard female headers
- Embedded USB access: Solder pads on the bottom of the board for USB data pins D+/D- allow an external USB connection
Specifications:
- Microcontroller: ATmega328P microcontroller with Optiboot (UNO) Bootloader
- Input voltage: 7V to 15V via barrel jack
- Input voltage: 5V via USB-C
- Voltage regulators: LM1117 adjusted to 5V
- Voltage regulators: AP2112 for 3.3V
- PTC fuse: Built-in Resettable PTC Fuse 5V/2A
- USB converter: CH340G Serial-to-USB Converter
- Logic level switch: 3.3V to 5V Logic Level Switch
- Digital I/O: 22x Digital I/O Pins (6x PWM Outputs, 8x Analog Inputs, 1x UART, 1x I2C, 1x SPI)
- Qwiic connector: 1x Qwiic Connector
- Jumpers: A4/A5 Jumpers
- ISP header: 2x3 ISP Header
- Flash memory: 32kB Flash Memory
- Clock speed: 16MHz Clock Speed
- Construction: All SMD Construction
- Shield compatibility: R3 Shield Compatible
- Reset button: Improved Reset Button
If you are already using the Qwiic ecosystem, this board makes a neat bridge between classic Arduino development and fast, solder-free I2C expansion.
Jargon buster
Plain-language definitions for the technical terms used above.
- ATmega328P
- An 8-bit microcontroller chip used on many Arduino Uno-compatible boards. Knowing the controller uses an ATmega328P helps you understand its memory, speed, pin compatibility, and the Arduino sketches it can run.
- Bootloader
- Small starter software on a microcontroller that lets new code be uploaded before the main program runs. Knowing how to enter bootloader mode matters when you need to program the board or recover it after a faulty sketch.
- Flash memory
- Non-volatile memory that keeps stored data even when power is removed. In this sensor, it matters because enrolled fingerprint templates can remain saved after the project is turned off.
- 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.
- Headers
- Rows of metal pins used to plug a module into a breadboard or connect it with jumper wires. Pre-soldered headers make the module easier to use straight away without needing to solder the pins yourself.
- 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.
- 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.
- ISP
- An image signal processor is hardware that helps process raw camera data into usable images or video. It matters for vision projects because it can improve camera handling and reduce the processing load on the main CPU.
- 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.
- PTC fuse
- A resettable fuse that increases its resistance when too much current flows, helping protect the board from short circuits or overloads. It matters because it can recover after a fault instead of needing replacement like a traditional fuse.
- PTH
- Plated through-hole means the pin holes are metal-lined so solder connects the pad on both sides of the board. It is useful for connectors and headers that need a strong mechanical and electrical connection.
- 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.
- Qwiic
- Qwiic is a plug-in connector system for I2C devices that uses small 4-pin cables, so you can connect compatible sensors without soldering. It matters because your controller or adapter also needs Qwiic, or you will need a cable or breakout to wire it up.
- Shield
- An add-on board that plugs into a main controller board to give it extra features such as sensing, motor control or communication. Knowing a product supports shields helps you judge whether it can connect neatly into an existing maker-board setup.
- 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
RedBoard Plus Schematic
Schematic · 232.3 KB · Click any page to view full size
RedBoard Plus Graphical Datasheet
Datasheet · 1.2 MB · Click any page to view full size
Supplier page — sparkfun.com
Supplier Description · 865.6 KB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
Related Tutorials
Free guides on learn.littlebird.com.au