All Projects → technobly → Neopixel Knightrider

technobly / Neopixel Knightrider

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

Labels

Projects that are alternatives of or similar to Neopixel Knightrider

Arduino Glass
My DIY Arduino Glass.
Stars: ✭ 55 (-12.7%)
Mutual labels:  arduino
Parse Sdk Arduino
The Arduino SDK for the Parse Platform
Stars: ✭ 59 (-6.35%)
Mutual labels:  arduino
Devkit Sdk
Arduino library and package for the MXChip IoT DevKit
Stars: ✭ 62 (-1.59%)
Mutual labels:  arduino
Esp8266 deauther
Affordable WiFi hacking platform for testing and learning
Stars: ✭ 9,312 (+14680.95%)
Mutual labels:  arduino
Deepsleepscheduler
DeepSleepScheduler is a lightweight, cooperative task scheduler library with configurable sleep and task supervision.
Stars: ✭ 59 (-6.35%)
Mutual labels:  arduino
Tm16xx
Arduino TM16xx library for LED & KEY and LED Matrix modules based on TM1638, TM1637, TM1640 and similar chips. Simply use print() on 7-segment and use Adafruit GFX on matrix.
Stars: ✭ 61 (-3.17%)
Mutual labels:  arduino
Segacontroller
Arduino library to read Sega Genesis (Mega Drive) and Master System (Mark III) controllers.
Stars: ✭ 55 (-12.7%)
Mutual labels:  arduino
Koduino
Arduino code for STM32 microcontrollers
Stars: ✭ 63 (+0%)
Mutual labels:  arduino
Bb82 public
BB8 Version 2!
Stars: ✭ 59 (-6.35%)
Mutual labels:  arduino
Arduino Irrigation
A GSM-based Arduino remote controller for an irrigation system.
Stars: ✭ 61 (-3.17%)
Mutual labels:  arduino
Cape
String encryption for Arduino, limited microcontrollers and other embedded systems.
Stars: ✭ 58 (-7.94%)
Mutual labels:  arduino
Sous viduino
Sous-vide powered by Arduino - The SousViduino!
Stars: ✭ 58 (-7.94%)
Mutual labels:  arduino
Esp8266 Deauth2
Deauthentication attack with two ESP8266 modules
Stars: ✭ 61 (-3.17%)
Mutual labels:  arduino
Esp Now Tests
Stars: ✭ 56 (-11.11%)
Mutual labels:  arduino
Usbdriveby
USBdriveby exploits the trust of USB devices by emulating an HID keyboard and mouse, installing a cross-platform firewall-evading backdoor, and rerouting DNS within seconds of plugging it in.
Stars: ✭ 1,126 (+1687.3%)
Mutual labels:  arduino
Esp8266 Rf Mqtt Bridge
A MQTT to 433/315Mhz RF bridge build on the ESP8266 for home automation
Stars: ✭ 55 (-12.7%)
Mutual labels:  arduino
Platform Kendryte210
Kendryte K210: development platform for PlatformIO
Stars: ✭ 60 (-4.76%)
Mutual labels:  arduino
Arduino Nrf24l01 Ble
Example of using an Arduino and a nRF24L01+ to fake BLE advertisement
Stars: ✭ 63 (+0%)
Mutual labels:  arduino
Ai demos esp8266
Example code for using ESP8266 Development Boards with various electronic and mechanical components.
Stars: ✭ 63 (+0%)
Mutual labels:  arduino
Ws2812fx
WS2812 FX Library for Arduino and ESP8266
Stars: ✭ 1,113 (+1666.67%)
Mutual labels:  arduino

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].