michahirsch / hawkbit-pi-ledstripe-controller

Controlling WS2812 LED-Stripe via hawkBit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hawkbit-pi-ledstripe-controller

Controlling WS2812 LED-Stripe via hawkBit

This controller is based on the Pi-WS2812 Project which is working with a Raspberry Pi V1 with the GPIO PWM port #18.

Each LED of a stripe represents a connected hawkBit device which can be assigned software-modules to it containing a file with JSON content defining the RGB values of the LED.

{
 "r" : 0,
 "g" : 0,
 "b" : 128
}

About

Controlling WS2812 LED-Stripe via hawkBit


Languages

Language:Java 65.0%Language:Shell 19.7%Language:Batchfile 15.2%