Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.32 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.32 KB

Sklite

Firmware, and resources for Sklite.

What is 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

Building a Sklite

Currently, there are no official pre-made Sklites available for use, so you must build one yourself.

Requirements

Notes

Sklite doesn't support individual addressing for LED strips that enable it.

Setup

  1. Clone this repository. git clone https://github.com/moriczgergo/sklite
  2. Open the code for your chip. (e.g. for esp8266, the folder would be Sklite-esp8266)
  3. Copy config-example.h into that folder , rename it to config.h, and customize the settings in there.
  4. Change LED settings where a comment shows you to.
  5. Upload the code to the chip.

Control

You can control the lights via these methods: