Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robamu/esp32-lightstrip
esp32-lightstrip
https://github.com/robamu/esp32-lightstrip
Last synced: 24 days ago
JSON representation
esp32-lightstrip
- Host: GitHub
- URL: https://github.com/robamu/esp32-lightstrip
- Owner: robamu
- License: apache-2.0
- Created: 2024-10-09T18:48:48.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-18T23:04:36.000Z (3 months ago)
- Last Synced: 2024-10-27T22:20:36.365Z (2 months ago)
- Language: Rust
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
ESP32 Lightstrip
=========Neopixel lightstrip control with an IR receiver and a relay.
Depending on which ESP32 is used, a different target might have to be select in
`.cargo/config.toml`.## Setting up Development Environment
- [esp-rs book](https://docs.esp-rs.org/book/)
## Elegoo Remote Keybindings
- 0: One Color
- 1: Pulse
- 2: Rainbow
- 3: Moving Rainbow
- 4: Disco Random
- 5: Disco- VOL+ : Increase brightness
- VOL- : Decrease brightness
- UP: Increase speed
- DOWN: Decrease speed
- Left: Previous color
- Right: Next color
- Play/Pause: Freeze current LED state## Build for Bedroom
1. `cargo run --features bedroom --release`
## Build for Tree
1. `cargo run --features tree --release`