[Tutorial] Hyperion Ambilight on Linux and OpenELEC x64 - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Service Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=152) +---- Thread: [Tutorial] Hyperion Ambilight on Linux and OpenELEC x64 (/showthread.php?tid=180472) |
RE: [Tutorial] Hyperion Ambilight on Linux and OpenELEC x64 - Pheelip - 2016-06-23 I'm using 50 leds, and I have https://learn.adafruit.com/adalight-diy-ambient-tv-lighting/advanced-topics my leds powered just like in this tutorial, using a 5 volt 10 amp power supply. I'll post my most recent config later today. RE: [Tutorial] Hyperion Ambilight on Linux and OpenELEC x64 - meowmoo - 2016-06-24 My suggestion would be, Use the ws2801 sketch from here https://github.com/iLLiac4/Adalight_Hyperion/blob/master/Adalight_FastLED_WS2801_Arduino_Nano.ino You need the fastLED lib in you arduino software Change nr of LEDs to 50 and baudrate to 230400 Upload it to the uno Connect data to pin 11 and clock to pin 13 Download the last Hyperion https://hyperion-project.org/wiki/HyperCon-Information Read the wiki https://hyperion-project.org/wiki Create a config file and see if it works RE: [Tutorial] Hyperion Ambilight on Linux and OpenELEC x64 - Pheelip - 2016-06-25 Thanks for the new suggestions, I totally wasn't understanding that "nr" was short for number of led's. I'm going to see if my current arduino sketch has the correct number of leds; it still may be set for 25 not 50. If that doesn't work, I'll try the method you described. Fingers crossed!! Thanks again, hopefully I can sort this out. RE: [Tutorial] Hyperion Ambilight on Linux and OpenELEC x64 - meowmoo - 2016-06-26 Let me know how it worked out RE: [Tutorial] Hyperion Ambilight on Linux and OpenELEC x64 - Pheelip - 2016-06-28 It worked!! I just uploaded the other sketch you suggested to the arduino, and no more flickering! Thanks so much.It looks great now. I wasn't sure if I had to have a certain type of LED in order to run that sketch, but whatever it was it worked. I also don't get any slowdown at all during movies which is great. Thanks for the help! RE: [Tutorial] Hyperion Ambilight on Linux and OpenELEC x64 - meowmoo - 2016-06-29 Glad it worked out |