No description
- Python 100%
| config.py | ||
| main.py | ||
| mqtt_as.py | ||
| README.md | ||
| Testkalle_Solder-Instruction.svg | ||
| wled.py | ||
Kalle Käseecke
Firmware
This is the firmware of kalle.
How to use
How to set your ciruits
You need:
- A Power Source. In the example we use a Batterie-Pack for 3 AA-Batteries (Yes 3, don't get irritated by the picture)
- A LES-Strip with WS2812-LEDs
- An ESP32, in this example we use an ESP32C3-SuperMini. Other ESP32s might work as well
How to connect:
- Connect the GND-Pins of your Power-Source, the LED-Strip and the ESP.
- Connect the 5V-Pin of your Power-Source, the LED-Strip and the ESP.
- Connect Pin 4 of your ESP with the DI-Pin of your LED-Strip. Take care you don't connect the ESP to the DO-Pin.
Change LED
Topic: 'kalle/led/LED_ID_HERE/color'
Message: '[RED_INT, GREEN_INT, BLUE_INT, WHITE_INT]' (you dont need to set the WHITE_INT)
Important: Send it with retail enabled!
Set effect
Käseparty
Topic: 'kalle/effects'
Message: '["party", TIME]' (you dont have to send the time, default = 10s)
Important: Send it without retail!!
Loading bar
Topic: 'kalle/effects'
Message: '["loading-bar", RED, GREEN, BLUE, WHITE, TIME]' (you dont have to send the time, default = 10s)
Important: Send it without retail!!