Kodi Community Forum
[RELEASE] Official XBMC boblight Addon - 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: [RELEASE] Official XBMC boblight Addon (/showthread.php?tid=116331)



RE: [RELEASE] Official XBMC boblight Addon - azuradragon - 2015-04-07

hello,

I build a new ambilight for my LCD TV with this components:

Arduino uno r3
RGB LED WS2801
AC 110/220V DC 5V 10A 50W
Breadboard Jumper Cable Wires


when my HTPC is power on all light is blue, green, red and then all light is turn-off.

I install boblight server he working good and the KODI addon xmbcboblight working and connect to the server.

but when I play a movie all the light goo to white and change there colour to the right colour on the screen, but the effect flashing(dancing) light,

what you guy's think I can do with this prob ?

Huh


RE: [RELEASE] Official XBMC boblight Addon - tzahi34 - 2015-04-09

there isn't away to diable boblight on a spesific addon ?
the settings dosen't cover all options.


RE: [RELEASE] Official XBMC boblight Addon - freebs - 2015-04-09

Is anyone running a G-Box MX2 with Openelec (5.03) and a lightpack? (boblight)

I have it kind of running but it doesn't seem to want to do anything but stay static when video is playing.
It will go on and off with the video, or I can set a static light as well.

I have it successfully tested on windows and have it running on linux on my HTPC, just can't seem to get this box working properly.

Any help would be appreciated!


RE: [RELEASE] Official XBMC boblight Addon - neo3010 - 2015-04-29

(2015-04-09, 22:32)freebs Wrote: Is anyone running a G-Box MX2 with Openelec (5.03) and a lightpack? (boblight)

I have it kind of running but it doesn't seem to want to do anything but stay static when video is playing.
It will go on and off with the video, or I can set a static light as well.

I have it successfully tested on windows and have it running on linux on my HTPC, just can't seem to get this box working properly.

Any help would be appreciated!


I am having the same problem. Mine is statically orange, any input would be greatly appreciated.


RE: [RELEASE] Official XBMC boblight Addon - cfnovais - 2015-04-30

I've installed boblight with 64leds ws2801. After some struggle I made the boblight work but theres still a small problem! On the boblight definitions when I activate the static background light the LEDs continue with the colours of the menu and not with the color defined by me! Is there a way to solve this? Thanks


RE: [RELEASE] Official XBMC boblight Addon - otxio - 2015-05-01

Hi guys!
I have installed boblight with Helix version in a Ubuntu Pc but it doesn't works, appear a message with "you need to have the correct binary addons installed for this to work"
Someone knows where Can I download the binary addons?

Before I had installed in Frodo version and works fine, I dont understand why doesn't works in Helix.

Thanks in advance


RE: [RELEASE] Official XBMC boblight Addon - Kowy - 2015-05-02

Hi. Can someone help me to setup boblight on my raspberry pi 2 with openelec.


RE: [RELEASE] Official XBMC boblight Addon - bitrip - 2015-05-09

Hi,

I'm running Boblight on a OpenElec version of Kodi. I have the problem that most often my leds are still on at shutdown/suspend.
This is probably due to the fact that Boblightd is killed before command is sent to shutdown leds.
Due to this, you see in a flash "Boblight connection failed" at shutdown and the leds are still on.

How can I prevent boblightd for being killed before the shutdown leds commands are given?

Or is there a way to send a bash command to the serial port of my Arduino (/dev/ACM0) so it shuts down the leds straight to Arduino.

Thanks in advance.

BiTRiP


RE: [RELEASE] Official XBMC boblight Addon - meowmoo - 2015-05-11

Hi there,

Is there a way to change the brightness of the static background color?


RE: [RELEASE] Official XBMC boblight Addon - Memphiz - 2015-05-11

Yes just decrease all sliders by the same amount. (red, green, blue)


RE: [RELEASE] Official XBMC boblight Addon - meowmoo - 2015-05-11

make sense, silly me, thanks


RE: [RELEASE] Official XBMC boblight Addon - Dark-Sider - 2015-05-12

Hallo Memphiz,

since Memphiz' has disabled the PM-function I have to reply to this thread. Maybe also some other members might be able pionpoint me into the right direction.

I found out, that Kodi's boblight addon uses a win32 boblight dll. I want to write a small c# boblight client for some idle-animations when kodi is not running. I'm also planning to add support for grabbing the Windows Desktop and visualize the colors via boblight.

I searched around the web for the boblight dll but couldn't find anything useful (except the dll which ships with Kodi's addon).Maybe someone could pinpoint me in the right direction for easy access to a boblight client for windows or do I need to port the Linux code myself (which I'm perfectly able to do, but time might be invested more useful in other features...)

bye,

Darky


RE: [RELEASE] Official XBMC boblight Addon - Memphiz - 2015-05-13

libboblight is build from the boblight source:

http://code.google.com/p/boblight/source/browse/#svn%2Ftrunk%2Fsrc%2Flib

This is the header with prototypes:

http://code.google.com/p/boblight/source/browse/trunk/src/lib/boblight-functions.h

Not sure what you are looking for as it isn't really clear from your post.


RE: [RELEASE] Official XBMC boblight Addon - Dark-Sider - 2015-05-13

Thanks for your reply, I didn't realize that libboblight was compiled from the original boblight source. I'll take a look and see what dependencies it actually needs to be built with Visual Studio.


[RELEASE] Official XBMC boblight Addon - Memphiz - 2015-05-14

i think i compiled it with mingw - similar like you would do it on linux. Getting it to compile with visual studio would be a different story i guess.