An open API service indexing awesome lists of open source software.

https://github.com/dauble/arduino__meteor_shower

Code for an Arduino UNO R3 to create meteor showers using a WS2811 LED strip and FastLED library.
https://github.com/dauble/arduino__meteor_shower

Last synced: 5 months ago
JSON representation

Code for an Arduino UNO R3 to create meteor showers using a WS2811 LED strip and FastLED library.

Awesome Lists containing this project

README

          

# arduino__meteor_shower
Code for an Arduino UNO R3 to create meteor showers using a WS2811 LED strip and FastLED library.

Code segments borrowed and modified from the following resources:
- [https://www.tweaking4all.com/hardware/arduino/adruino-led-strip-effects/](https://www.tweaking4all.com/hardware/arduino/adruino-led-strip-effects/)

## Getting Started
- Download the [Arduino IDE](https://www.arduino.cc/en/software), set your board to the Uno R3
- You may also need to download the Rosetta library if running Apple silicon chipset [Support Docs](https://support.arduino.cc/hc/en-us/articles/7765785712156-Error-bad-CPU-type-in-executable-on-macOS).
- Install the FastLED library
- Copy/paste what code you want, compile, and send to the Uno
- Enjoy!