Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.62 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.62 KB

NeoPixel-KnightRider

A highly configurable Knight Rider (larson display) routine for your AdaFruit NeoPixel (WS2812 RGB LED) using the Arduino.

trail effect

Youtube Demo Video

Requirements

  1. An Arduino Development board.
  2. (2x) AdaFruit NeoPixel Stick (or other NeoPixel products)
  3. Adafruit NeoPixel library

Instructions

  1. Install Adafruit NeoPixel library
  2. Connect the NeoPixel to ground and power. Power requirements here: AdaFruit NeoPixel
  3. Connect the NeoPixel DIN to Analog Input #5 of the Arduino (we are using this A5 pin as a digital output). A5 is nice because it's on the same side of the Arduino as the 5V and GND connections. Connect NeoPixel ground to the ground of the Arduino (if not done already). Reference image
  4. Upload NeoPixel-KnightRider sketch to the board and run it. You'll see a collection of demos, the first one is the default Knight Rider display ;-)

Credit

Inspiration from: Arduino Knight Rider Tutorial and Doug Diego's KnightRiderNeoPixel Repo and of course the Knight Rider TV Series Intro.

License

See attached MIT License