Skip to main content
Free Delivery  ·  COD Available  ·  15-Day Returns
Pricio
SparkFun DEV-18158 RedBoard Plus — image 1
Hover to zoom

1 / 3 · Click to enlarge

SparkFun

SparkFun DEV-18158 RedBoard Plus

21+ bought in past month
AI Summary
Boards Compatible with Arduino for everyday users

The SparkFun DEV-18158 RedBoard Plus by SparkFun is a mid-range boards compatible with arduino designed for everyday users. It features Item Type: Development Board and Board Type: RedBoard Plus.

₹2,184
Free Shipping💵 COD Available

Available Offers

Free Delivery on this order. No minimum order value.

15-Day Easy Returns — hassle-free return & full refund.

Secure Payment — 100% safe checkout with UPI, Cards & Net Banking.

Total: ₹2,184
Buying tip: A well-rounded choice at a fair price. Recommended for most buyers.
Estimated delivery: 17 Aug31 Aug
Free Shipping
Pan India delivery
15-Day Returns
Hassle-free policy
Secure Payment
Razorpay protected
Quality Assured
Vetted products only

Available Offers

💳

5% Cashback

Pay with UPI & get 5% cashback (up to ₹50) via Razorpay

🏦

No-Cost EMI

Available on select bank cards at checkout. 0% interest for 3 months.

📦

Free Shipping

Free delivery on all orders. No minimum order value.

💵

Cash on Delivery

COD available on orders up to ₹5,000 across India.

Quick Specs

Item Type: Development Board
Board Type: RedBoard Plus
Input Voltage (V): 7-15 V
Output Voltage: 5 V
USB: Type-C
Clock Speed: 16 MHz

Ideal For

Everyday convenience
Share:
SKU: robu-1037783Category: Boards Compatible with Arduino

About This Product

The SparkFun DEV-18158 RedBoard Plus by SparkFun is a mid-range boards compatible with arduino designed for everyday users. It delivers reliable performance at an accessible price.

Key Specifications

  • Item Type: Development Board
  • Board Type: RedBoard Plus
  • Input Voltage (V): 7-15 V — works with standard household power
  • Output Voltage: 5 V — works with standard household power
  • USB: Type-C
  • Clock Speed: 16 MHz — smooth, flicker-free operation
  • Flash Memory: 32K — effortless multitasking
  • Length (mm): 65.5

Why Buy from Pricio?

Pricio sources this product directly, cutting out multiple middlemen. Every order includes free shipping, a 15-day return policy, and secure payment via Razorpay.

SparkFun RedBoard Plus Development Board is an Arduino-compatible board that is similar to an Arduino Uno with many extra perks. This DEV-1858 development board utilizes a handy Qwiic Connect System that means no soldering or shields are required to connect it to the rest of the system. The RedBoard Plus board includes the hardware peripherals like 22x digital I/O pins with 6x PWM pins, 8x analog pins, UART, I2C, SPI, and external interrupts.

This board uses the LM1117 5V voltage regulator and AP2112 3.3V voltage regulator that provides up to 600mA to daisy chain multiple Qwiic boards and sensors. The RedBoard Plus board comes with an I/O voltage switch also known as the "Red Squirrel" switch. This Red Squirrel switch can easily select the GPIO voltage between 3.3V to 5V. RedBoard Plus can be programmed over a USB-C cable with 5V input voltage or through the barrel jack from 7V to 15V input voltage. This development board features 32kB flash memory, 16MHz clock speed, all SMD construction, R3 shield compatibility, and an improved reset button.


Data Download Link: https://github.com/sparkfun/RedBoard_Plus

Features:

  1. Built-in resettable PTC fuse 5V/2A
  2. All SMD construction
  3. Improved reset button
  4. ATmega328P microcontroller with Optiboot (UNO) Bootloader

Package Includes:

1 x SparkFun RedBoard Plus

Setup Guide

1
Identify the pins
Locate VCC (power), GND (ground), and data pins (SDA/SCL for I2C, MOSI/MISO for SPI, or TX/RX for UART). Refer to the pinout diagram on the product page.
2
Wire to your microcontroller
Connect VCC to 3.3V or 5V (check the module spec), GND to GND, and data pins to the appropriate GPIO pins on your Arduino or Raspberry Pi.
3
Install libraries
In Arduino IDE, go to Sketch → Include Library → Manage Libraries and search for the sensor library. Install the recommended version.
4
Upload example sketch
Open File → Examples → [library name] → Basic Example. Upload to your board and open Serial Monitor to view output.
5
Calibrate if needed
Some sensors (temperature, humidity, distance) may need a short warm-up period or calibration. Run the calibration sketch if provided.