Firmware, and resources for Sklite.
Sklite is a protocol for IoT lights, and firmware for different chips that implements the protocol.
This repo also has other resources, like
- software for controlling Sklites
- the documentation of the Sklite protocol
- and others
Currently, there are no official pre-made Sklites available for use, so you must build one yourself.
- One of the supported chips: ESP8266
- An LED chipset supported by FastLED
- A control method that you can use
Sklite doesn't support individual addressing for LED strips that enable it.
- Clone this repository.
git clone https://github.com/moriczgergo/sklite
- Open the code for your chip. (e.g. for
esp8266
, the folder would beSklite-esp8266
) - Copy
config-example.h
into that folder , rename it toconfig.h
, and customize the settings in there. - Change LED settings where a comment shows you to.
- Upload the code to the chip.
You can control the lights via these methods: