Posts: 751
Joined: Jul 2013
Reputation:
48
Try disable the add-on and use the x11 file maby it works
Posts: 38
Joined: Jan 2009
Reputation:
0
I'm a noob and I'm confused! I want to create a Ambilight clone which can be used with my media center (I dont need other sources) and I would like to use as little extra devices as possible (no extra USB TV grabber, HDMI splitter, HDMI converter etc.).
I currently have a Intel NUC currently running OpenElec 6.0.0 64 bits. I also have a Raspberry Pi 2b laying around which I was planning for this setup. I thought my setup would have to be something like this:
Intel NUC ---> HDMI ---> A/V Receiver (for playing the media on the TV)
Intel NUC ---> USB ---> Raspberry Pi
Raspberry Pi ---> GPIO ---> Level converter (to convert the 3V to 5V for the APA102 LED strip)
Level Converter ---> RGB wires ---> LED strip
As to my knowledge I would need to install Hyperion on the Intel NUC using the build from iLLiac4 in this thread to act as grabber and the Kodi/XBMC Hyperion Add-on to send the signal to a Hyperion server. On the Raspberry Pi I would install Hyperion to act as server to actually control the LED strip. So two Hyperion installs, one as grabber and one as server for controlling the LED strip.
After having read most of this topic and a lot of other stuff I'm not sure about these assumptions. Most information is about the software configuration and not how to set up the hardware. Could someone tell me how to set up the hardware in the most simplest way which still allows me to use Kodi on my Intel NUC as media center.
Posts: 5
Joined: May 2016
Reputation:
0
2016-05-20, 03:15
(This post was last modified: 2016-05-20, 03:48 by jjbull.)
Wonder if you guys can help me I've built an ambi light using ws2812b and an arduino for my htpc which is an Asrock n3150 using libreelec
I've uploaded the sketch made a config file which seemed to have worked but I only get the startup swirl and nothing else I can control the effects from my phone but get nothing in the menu or when I play a video
Can anyone help point me in the right direction please
Posts: 5
Joined: May 2016
Reputation:
0
I followed the instructions but it's says libreelec doesn't support installation through hypercon and to use the libreelec repo
Posts: 5
Joined: May 2016
Reputation:
0
I ssh into the box to see which ports are open and 9090 which Hyperion uses doesn't seem to be active, all the options for web server etc are active in the services menu
Posts: 5
Joined: May 2016
Reputation:
0
ive made some progress not sure how exactly but ive got lights when files play but not in the menus how do i go about rectifying this
Posts: 751
Joined: Jul 2013
Reputation:
48
You need to usr the x11 grabber
/storage/hyperion/bin/hyperiond.sh /storage/hyperion/config/hyperion.config.json > /storage/logfiles/hyperion.log 2>&1 &
DISPLAY=:0.0 LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/storage/hyperion/bin /storage/hyperion/bin/hyperion-x11 </dev/null >/storage/logfiles/hyperion.log 2>&1 &
Posts: 751
Joined: Jul 2013
Reputation:
48
How many LEDs are on your ambielight ?
I have 95 for example.
Do you have enough power for the LEDs?
Post ur sketch here pls.
I'm no expert also, if we can't figure it out try ur luck in the Hyperion forum, link in my signatur