SparkFun
SparkFun RedStick
All Products
New Arrivals
SparkFun
Arduino
Brands and Manufacturers
Microcontrollers & Development Boards
Prototyping
Arduino Boards
Prototyping & Wiring
Microcontrollers
$39.27
|
Only 1 left
In 2015 we developed the BadgerStick as a fun and interactive way for people to learn about soldering and engage with SparkFun products at the multiple trade...
Estimated Delivery
Arrives
Disclaimer
Secure checkout
In 2015 we developed the BadgerStick as a fun and interactive way for people to learn about soldering and engage with SparkFun products at the multiple trade shows we appeared at. In 2016 we have refined the BadgerStick into what you see here, the SparkFun RedStick! The RedStick combines some of our favorite features like the Uno’s Optiboot bootloader, the FTDI, small size, and the ability to plug directly into a computer’s USB port (no FTDI board or USB cable required).
The RedStick can be programmed by just plugging the board into your computer using the Arduino IDE: Just plug in the board, select “Arduino UNO” from the board menu and you’re ready to upload code. The RedStick also has the hardware features you are used to: 14 Digital I/O pins with 6 PWM pins, 8 Analog Inputs, UART, SPI, I2C and external interrupts. This is all in a tiny package that can be plugged directly into your computer.
You can power the SparkFun RedStick over the USB plug or through the power input (which supports a JST connector for a single celled Lipo). The onboard boost circuit can regulate anything from 2-6V. While the board does not have a battery charger, it can be powered over a single celled Lipo or even 2 AA batteries. Check out or related products for batteries and battery cases.
Jargon buster
Plain-language definitions for the technical terms used above.
- 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.
- 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.
- LiPo
- A lithium polymer rechargeable battery commonly used in portable electronics projects. It matters because LiPo batteries need correct charging circuitry and care, and this board includes hardware intended for that battery type.
- 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.
- 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
Brands
Related Tutorials
Free guides on learn.littlebird.com.au