https://github.com/harmon25/roygbiv_node
platformio project for wemos_d2 mini or other esp8266 based microcontrollers to controller an RGB LED strip over an HTTP API
https://github.com/harmon25/roygbiv_node
Last synced: 25 days ago
JSON representation
platformio project for wemos_d2 mini or other esp8266 based microcontrollers to controller an RGB LED strip over an HTTP API
- Host: GitHub
- URL: https://github.com/harmon25/roygbiv_node
- Owner: harmon25
- License: mit
- Created: 2017-01-16T02:09:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-05T02:12:08.000Z (over 9 years ago)
- Last Synced: 2025-12-28T15:00:00.368Z (6 months ago)
- Language: C++
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# roygbiv_node
platformio project for WeMos d1_mini or other esp8266 based MCUs to controll an RGB LED strip over an HTTP API
roygbiv_controller is an Elixr project used to control the state of multiple roygbiv_nodes
# OTA UPDATES!
1. Configure a custom password used when uploading OTA in `platformio.ini`
- `upload_flags = --auth led_strip`
3. Place node in in OTA mode by making an HTTP GET to `http://IP_ADDRESS/ota`
2. Run the following command replacing `IP_ADDRESS` with the IP of your node to be updated
- `pio run -e d1_mini -t upload --upload-port IP_ADDRESS`