SparkFun
SparkFun RedBoard Qwiic
The SparkFun RedBoard Qwiic is an Arduino-compatible development board in the UNO R3 form factor with a built-in Qwiic connector for solderless I2C hookup. I...
The SparkFun RedBoard Qwiic is an Arduino-compatible development board in the UNO R3 form factor with a built-in Qwiic connector for solderless I2C hookup. It programs over USB Micro-B using the Arduino IDE — select "Arduino UNO" from the board menu and you're ready to go.
Key improvements over the original RedBoard include an AP2112 voltage regulator (sourcing up to 600 mA at 3.3V for daisy-chaining Qwiic boards), a CH340C USB-serial converter with automatic driver installation on modern operating systems, and solder jumpers for disconnecting I2C logic-level converters or switching between 3.3V and 5V operation.
Key Features
- Arduino UNO R3 Compatible – Same form factor, same shield compatibility
- Qwiic Connector – Solderless I2C connections to sensors and breakouts
- AP2112 Regulator – 600 mA at 3.3V for powering multiple Qwiic boards
- CH340C USB-Serial – Micro-B connector with automatic driver support
- 20 Digital I/O Pins – 6 PWM, plus UART, SPI, and external interrupts
- SDA/SCL/IOREF Breakout – R3-compatible header layout
- Voltage Jumpers – Switch between 3.3V and 5V operation
- 7–15V DC Input – Barrel jack or USB power
Ideal For
- Arduino projects with I2C sensors and displays
- Rapid prototyping with Qwiic plug-and-play modules
- Learning electronics with Arduino IDE
Package Contents
- 1× SparkFun RedBoard Qwiic
Resources
Jargon buster
Plain-language definitions for the technical terms used above.
- breakout
- A breakout is a small circuit board that makes a tiny or hard-to-solder component easier to connect to with standard pins. It matters because this OLED module can be wired into a microcontroller project without needing to solder directly to the display’s fine contacts.
- 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.
- 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.
- SDA/SCL
- SDA and SCL are the two signal lines used by an I2C bus: data and clock. Seeing these names helps you identify the correct connections when wiring I2C devices, even though Qwiic cables usually hide that wiring for you.
- 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.
Find this product in
RedBoard Qwiic Schematic
Schematic · 94.8 KB · Click any page to view full size
Supplier page — sparkfun.com
Supplier Description · 705.3 KB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
Related Tutorials
Free guides on learn.littlebird.com.au