Lightberry requires Raspberry Pi to work. Only minimal set is required:
Next step is to prepare system for your Raspberry Pi.
Lightberry is a base for our system, it contains LEDs, power supply and converter. Base itself out of box work with remote signals and XBMC. You can expand its functionality with kits.
Lightberry set contains:
Now it's time to mount it!
Kits expand basic Lightberry set functionality with ability to work with signals external to Lightberry.
Read instructions appropriate to your Kit.
Let's now prepare a config file crafted for your hyperion setup.
Depending on your LEDs and converter type you need a specific device configuration settings
"device": { "name" : "MyPi", "type" : "lightberry", "output" : "/dev/spidev0.0", "rate" : 1000000, "colorOrder" : "rgb" },
"device": { "name" : "MyPi", "type" : "apa102", "output" : "/dev/spidev0.0", "rate" : 500000, "colorOrder" : "bgr" },
"device": { "type": "adalight", "name": "MyPi", "colorOrder": "rgb", "output": "/dev/ttyACM0" },
"device": { "colorOrder": "bgr", "rate": 500000, "type": "adalightapa102", "name": "MyPi", "output": "/dev/ttyACM0" },
If you have ANY of our kits and want to use it, you have to add this section to your file. Place it before endOfJson tag.
"grabber-v4l2" : { "device" : "/dev/video0", "input" : 0, "standard" : "PAL", "width" : 720, "height" : 576, "frameDecimation" : 2, "sizeDecimation" : 8, "priority" : 800, "mode" : "2D", "cropLeft" : 5, "cropRight" : 5, "cropTop" : 5, "cropBottom" : 5, "redSignalThreshold" : 0.2, "greenSignalThreshold" : 0.2, "blueSignalThreshold" : 0.2 },
"grabber-v4l2" : { "device" : "/dev/video0", "input" : 0, "standard" : "PAL", "width" : 240, "height" : 192, "frameDecimation" : 2, "sizeDecimation" : 2, "priority" : 800, "mode" : "2D", "cropLeft" : 0, "cropRight" : 0, "cropTop" : 0, "cropBottom" : 0, "redSignalThreshold" : 0.2, "greenSignalThreshold" : 0.2, "blueSignalThreshold" : 0.2 },
Power up! If all previous steps were taken correctly you should be running awesome Lightberry setup, great for you! However, if something it's not right head to our support site for answers.
Copyright 2015 | Made with by lightberry.eu