Leuchknoten is an interactive LED controller to create beautiful node based patterns on an esp32.
Leuchtknoten uses a node based editor to allow users to interactively create and modify patterns for addressable LEDs (e.g. ws2812). It ships an react based frontend Leuchtknoten-ui on port 80, that communicates with the rest API.
- Just open the project in visual code with the platformio extension installed.
- Copy, adjust and move
config_example.json
todata/config.json
- Build and upload the filesystem image
- Build and upload the program
- Navigate to the local IP of your esp32 and start building beautiful pattern
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.