![]() |
|
[RELEASE] Official XBMC boblight Addon - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Service Add-ons (/forumdisplay.php?fid=152) +---- Thread: [RELEASE] Official XBMC boblight Addon (/showthread.php?tid=116331) |
RE: [RELEASE] Official XBMC boblight Addon - lrusak - 2012-03-19 07:38 (2012-03-18 08:10)phil65 Wrote: i think you can, even when using openelec. some openelec addons have a sleep.d folder in their root, the boblightd addon seems to get it too I think ( https://github.com/OpenELEC/OpenELEC.tv/commit/dcfd68db5704d49c50f792397f39a96d3c9f77cf ) excellent, I'll update my build and see if it is included in the latest one. If not I'll just wait. Thanks for pointing this out RE: [RELEASE] Official XBMC boblight Addon - lrusak - 2012-03-19 08:42 (2012-03-19 07:38)lrusak Wrote:(2012-03-18 08:10)phil65 Wrote: i think you can, even when using openelec. some openelec addons have a sleep.d folder in their root, the boblightd addon seems to get it too I think ( https://github.com/OpenELEC/OpenELEC.tv/commit/dcfd68db5704d49c50f792397f39a96d3c9f77cf ) just updated to latest build "OpenELEC Version: devel-20120318030055-r10162" but it did not seem to solve my problem RE: [RELEASE] Official XBMC boblight Addon - Memphiz - 2012-03-19 11:32 Please don't go that far off-topic. I understand that build issues and OpenELEC stuff might be related to the addon, but the distance seems more and more to increase. RE: [RELEASE] Official XBMC boblight Addon - phil65 - 2012-03-19 12:51 sorry ![]() @Memphiz/Bobo1on1: do you have an idea for my problem? or can i cancel the project "boblightd on fritzbox"?
RE: [RELEASE] Official XBMC boblight Addon - beta-j - 2012-03-19 15:09 So after trying out pretty much every option imaginable I decided to ignore the tutorial completely and work my way from the ground up in order to try and identify the problem. I am using the simplest possible test setup: ![]() I simplified (in my view) the Arduino code to the following: Code: int red, green, blue;and my boblight.conf now looks like this: Code: [global]The end result is that boblight is now showing some signs of life and seems to be actually working. My only problem is that the red LED does not light up at all for some reason. It's not a hardware issue as I tested it with a direct +5V and it lit up fine. Any ideas what it might be? RE: [RELEASE] Official XBMC boblight Addon - phil65 - 2012-03-19 15:16 (2012-03-19 15:09)beta-j Wrote: So after trying out pretty much every option imaginable I decided to ignore the tutorial completely and work my way from the ground up in order to try and identify the problem. Does the red LED work on the other channels? Tried a smaller resistor? I wouldn´t change the arduino code because a) the one from bobo1on1 is proven and b)you probably won´t get support from the devs when using some modified software code
RE: [RELEASE] Official XBMC boblight Addon - beta-j - 2012-03-19 15:37 Quote:Does the red LED work on the other channels? Tried a smaller resistor? OK...fixed it...turns out it was a dead contact on my breadboard. I was referring the tutorial posted here: http://hackhappy.org/linux/build-your-own-ambilight-system-ubuntu-xbmc-boblight/ for some reason that arduino code and boblight.conf combination is not working for me. Anyway...everything's working now, so I'm happy...now I just need to scale up to an LED strip and 12V supply and try and make the light change sa bit more responsive. thanks for your help guys
RE: [RELEASE] Official XBMC boblight Addon - gsjosh - 2012-03-19 23:56 I'm trying to run the add-on on my Win7 HTPC running Eden. Code: 22:48:14 T:1836 NOTICE: Starting XBMC, Platform: Windows 7, 64-bit (WoW) Service Pack 1 build 7601. Built on Sep 6 2011 (Git:20110906-5e50c25, compiler 1600)I have installed boblight 1.3b1 which is also available on Windows and my strands flickered RED GREEN BLUE once after starting, meaning bonlighthd can find the strands. Now I've tried installing the add-on, which works fine, until it tries to download the library at first run. I get the simple error "Error, failed. script.xbmc.boblight). I checked the log and tried to install the .dll manually, but same problem. Code: 22:48:19 T:4860 NOTICE: boblight: Error loading C:\Users\HTPC\AppData\Roaming\XBMC\addons\script.xbmc.boblight\resources\lib\libboblight-win32.0.dll - only demo mode.What's going wrong here? I know the .zip containing the .dll is there (I downloaded it manually). RE: [RELEASE] Official XBMC boblight Addon - schumi2004 - 2012-03-20 00:11 @gsjosh 1.3b1 is incompatible you need to use kimp93's bin. http://forum.xbmc.org/showthread.php?pid=986377%23pid986377 I got it partially working for a friend of mine, it fails on the config now. Arduino is connected to COM4 but when i enter this in boblight.conf it can't be found. Entering COM4 as output device didn't work, any suggestions? RE: [RELEASE] Official XBMC boblight Addon - hotlobster - 2012-03-20 11:02 Hi I've just changed my Atmolight setup with some 2801 adressable strips using standard adalight arduin .pde + boblightd. Everything works really good so far, and cpu usage for 100 leds is just almost the same as before with my 4 standard rgb strips. Just a quick question, it seems boblight only handles 8 bit colors. Is it planned in a near future to make it works with 16M colors or at least 32k colors ? Colors should be more accurate that way. Regards. |