All Projects → Makuna → Neopixelbus

Makuna / Neopixelbus

Licence: lgpl-3.0
An Arduino NeoPixel support library supporting a large variety of individually addressable LEDs. Please refer to the Wiki for more details. Please use the gitter channel to ask questions as the GitHub Issues feature is used for bug tracking.

Projects that are alternatives of or similar to Neopixelbus

Huehue
A simple yet powerful open source LED controller for Windows and Arduino
Stars: ✭ 113 (-86.75%)
Mutual labels:  arduino, ws2812b
Esp8266 artnetnode v2
ESP8266 based WiFi ArtNet to DMX, RDM and LED Pixels
Stars: ✭ 400 (-53.11%)
Mutual labels:  arduino, ws2812b
Sonoff wifi switch
Прошивка для ESP8266 (Умный дом)-Firmware for ESP8266 (Smart Home)
Stars: ✭ 156 (-81.71%)
Mutual labels:  arduino, ws2812b
Neopixel Realistic Flickering Candle With Changing Color Palette
Arduino code for creating a realistic candle flicker using 8-neopixels, and the FastLED Library. This code is a modified version of the Fire2012 with Color Palette example that comes with FastLED and utilizes a button to cycle through different color palettes in real time.
Stars: ✭ 19 (-97.77%)
Mutual labels:  arduino, ws2812b
Adalight Fastled
Adalight with FastLED support
Stars: ✭ 232 (-72.8%)
Mutual labels:  arduino, ws2812b
Music Reactive Ws2812b Arduino
LED STRIP WS2812B reacting to music connected through your AUX 3.5mm Jack as seen on cine-light youtube
Stars: ✭ 26 (-96.95%)
Mutual labels:  arduino, ws2812b
Wordclock
Arduino nano code for a WS2812B/Neopixel Wordclock
Stars: ✭ 8 (-99.06%)
Mutual labels:  arduino
Firefly
RGB Firefly Jar with Capacitive Touch (WS2812, ATtiny85, Arduino, etc)
Stars: ✭ 8 (-99.06%)
Mutual labels:  arduino
Twiliopoweroutlet
Power Outlet Controlled by Twilio, Pusher, and Arduino
Stars: ✭ 7 (-99.18%)
Mutual labels:  arduino
Purr
hackathon project, anxiety bracelet
Stars: ✭ 7 (-99.18%)
Mutual labels:  arduino
Simpl
Serial Interpreted Microcontroller Programming Language
Stars: ✭ 9 (-98.94%)
Mutual labels:  arduino
Esp8266 Mqtt Pulsecounter
Simple pulse counter
Stars: ✭ 9 (-98.94%)
Mutual labels:  arduino
Ethernetshieldlist
List of Arduino Ethernet Shields
Stars: ✭ 8 (-99.06%)
Mutual labels:  arduino
Esp8266 Window
ESP8266-based motorized window shade Arduino sketch
Stars: ✭ 8 (-99.06%)
Mutual labels:  arduino
Firmware
The connection between the knitting machine and a computer
Stars: ✭ 8 (-99.06%)
Mutual labels:  arduino
Solarmonk
energy powered by the sun ☀️
Stars: ✭ 8 (-99.06%)
Mutual labels:  arduino
Sml2mqtt
Reads smartmeter SML and publish data to MQTT. (esp8266)
Stars: ✭ 9 (-98.94%)
Mutual labels:  arduino
Flora
FLORA and Pixel class examples
Stars: ✭ 7 (-99.18%)
Mutual labels:  arduino
Ac control
Bringing the internet to my air conditioner
Stars: ✭ 8 (-99.06%)
Mutual labels:  arduino
K66 ethernet
Experiments with K66 Ethernet
Stars: ✭ 9 (-98.94%)
Mutual labels:  arduino

NeoPixelBus

Donate

Arduino NeoPixel library

A library to control one wire protocol RGB and RGBW leds like APA106, SK6812, WS2811, WS2812 and WS2813 that are commonly refered to as NeoPixels and two wire protocol RGB like Lpd8806, APA102 and SK9822 commonly refered to as DotStars. Supports most Arduino platforms.

Please read this best practices link before connecting your NeoPixels, it will save you a lot of time and effort.
Adafruit NeoPixel Best Practices

For quick questions and support:

For bugs, make sure there isn't an active issue and then create one.

Why this library and not FastLED or some other library?

See Why this Library in the Wiki.

Documentation

See Wiki

Installing This Library (prefered, you just want to use it)

Open the Library Manager and search for "NeoPixelBus by Makuna" and install

Installing This Library From GitHub (advanced, you want to contribute)

Create a directory in your Arduino\Library folder named "NeoPixelBus" Clone (Git) this project into that folder.
It should now show up in the import list when you restart Arduino IDE.

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].