Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harismalisevic/rgb-controller-picowifi
https://github.com/harismalisevic/rgb-controller-picowifi
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/harismalisevic/rgb-controller-picowifi
- Owner: HarisMalisevic
- Created: 2024-07-18T18:34:21.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-18T00:30:51.000Z (2 months ago)
- Last Synced: 2024-11-18T01:26:27.237Z (2 months ago)
- Language: Python
- Size: 1.35 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to use:
1. After cloning, set these parameters in config.json:
```json
{
"WIFI_SSID": "ssid",
"WIFI_PASSWORD": "password","MQTT_CLIENT_NAME": "RGB-Controller",
"MQTT_SERVER": "192.168.1.12",
"MQTT_TOPIC_GREEN": "RGB-Controller/green",
"MQTT_TOPIC_BLUE": "RGB-Controller/blue",
"MQTT_TOPIC_RGB": "RGB-Controller/RGB_set",
"MQTT_TOPIC_RED": "RGB-Controller/red"
}
```
2. Copy all files to Pico W - main.py will autorun on reboot# Wiring diagram is in progress!