Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/robamu/esp32-lightstrip

esp32-lightstrip
https://github.com/robamu/esp32-lightstrip

Last synced: 24 days ago
JSON representation

esp32-lightstrip

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`