Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 717 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 717 Bytes

mauzr-esp32-sk6812

This is a satellite driver for mauzr to drive SK6812 LEDs. Mauzr is normally running on SOCs that are not realtime, which is a problem since the LEDs need to be set with nanosecond precision. While it is still possible to do that on SOCs the correct way to do so varies dramatically depending on chip and distribution.

To circument that a esp32 application has been written that reads color channels via UART and sets an SK6812 pixel strip after all channels have been transmitted. This also works with WS2812 and all the other 1-Wire LEDs

Licence

This project is released under GNU Affero General Public License v3.0, see LICENCE file in this repo for more info.