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.
- Host: GitHub
- URL: https://github.com/dauble/arduino__meteor_shower
- Owner: dauble
- Created: 2024-07-17T12:38:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T02:14:13.000Z (almost 2 years ago)
- Last Synced: 2025-10-10T11:57:53.142Z (8 months ago)
- Language: C++
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!