Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anarsoul/martin-light
Rust app to control LED over MQTT for ESP-C3
https://github.com/anarsoul/martin-light
Last synced: about 1 month ago
JSON representation
Rust app to control LED over MQTT for ESP-C3
- Host: GitHub
- URL: https://github.com/anarsoul/martin-light
- Owner: anarsoul
- License: mit
- Created: 2024-08-11T03:33:59.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-11T05:08:18.000Z (5 months ago)
- Last Synced: 2024-08-12T05:17:44.065Z (5 months ago)
- Language: Rust
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a simple Rust app for controlling RGB LED via MQTT
Create cfg.toml (see cfg.toml.example) to specify your credentials
Publish 'cycle', 'red', 'yellow', 'green', 'blue' at 'esp32/martin_light' topic
to change LED colorYou can use following command to publish to the MQTT topic:
mqttui -b mqtt://your.mqtt.broken.lan -u user --password password publish esp32/martin_light red