[RELEASE] Official XBMC boblight Addon

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Memphiz Offline
Team-XBMC Developer
Posts: 7,665
Joined: Feb 2011
Reputation: 91
Location: germany
Post: #281
Beside that i would try to get it working with boblight-constant at first try and then go over to XBMC when that works ...

AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for XBMC: Wiki NFS
HowTo configure avahi (zeroconf): Wiki Avahi
READ THE IOS FAQ!: iOS FAQ
find quote
lrusak Offline
Fan
Posts: 384
Joined: Sep 2011
Reputation: 3
Location: Canada
Post: #282
(2012-03-22 08:40)FocalFury Wrote:  
(2012-03-22 07:24)lrusak Wrote:  
(2012-03-22 02:18)FocalFury Wrote:  Hey everyone.
Wondering if I can get some brainstorming to figure out the next step in my setup here.
bobo1on1 has been kind enough to give me some advice along the way.

Right now I am using 4 http://www.sparkfun.com/products/10312 of these led strips
the type with the ws2801 chip in between each on the strip.

I accomplished my goal today of being able to at least get the lights to respond in a way.
I've followed this guide to the T
http://www.ladyada.net/make/adalight/

The LED's only on the top work and sometimes only 25 of them
I'm sticking with this boblight.conf file right now just to get some stability as anything else I do like using the calculator and plugging it into the boblight.conf file makes the LED's do random things and still only the top strand
D A N N Y
http://code.google.com/p/boblight/source...light.conf

using an arduino uno r3

I've gotten a bit over my head unfortunately and am stumped as to where I need to go next as all of my attempts only get the top to turn on (they all are connected together and getting power)
I really appreciate any help someone could offer

-----------EDIT-------------
I've adjusted the boblight.conf to use the calculator settings here
http://sanya.tarhelyszolgaltato.eu/index...37&comb=40
As of right now when I compile and upload the adalight file to the arduino per the adalight instructions i referenced above.....all 4 strips turn on....but only the top and the right flash, red then green then blue as seems to be indicating a proper startup.
the other 2 just turn on white and stay white.
When I start XBMC boblight connects and does its red green blue cycle again but the bottom and left side just remain white
When I play media however only the top 25 LED's light up....the rest of the top strip and the right strip is dark while the bottom and left strip remain white.
The 25 are changing colors but it mostly stays at whites and lite blues, even on pitch black they remain a bright white or blue....makes me feel like all of the data for the whole boblight.conf is going to those 25

ThoughtsConfused lol I'm lost here



D A N

How do you have the strands connected? Are they all daisy chained into one long strip?

Have you tried it with out the reorder start option on?

perhaps try something like this

http://sanya.tarhelyszolgaltato.eu/index...37&comb=40

They are all connected and one set of connections on the arduino...one clock wire one data and one to a ground
I just tried your calculator setup and it did the same thing only top First 25 lite up
26th led occasionally lights up
The 25 leds though don't seem to know what they should be doing lol

I started watchmen and in the beginning its just black studio logos on yellow orange background.....the 25 leds reflected this color
Once live action though the leds sometimes flicker but are mostly bright light blues and greens and white.
If I had to guess like I said...I'd say that these 25 leds are being assigned multiple points in the boblight conf.

This is the arduino code I uploaded to the uno r3
https://github.com/adafruit/Adalight/blo...stream.pde

as per the instructions here...http://www.ladyada.net/make/adalight/

maybe the problem is there....maybe a better solution

do you have the boblight debug log turned on? could you post it?

Could you post your boblight config?

"PPC is too slow, your CPU has no balls to handle HD content." ~ davilla

[Image: watched-clearlogo.jpg]
find quote
FocalFury Offline
Junior Member
Posts: 23
Joined: Feb 2012
Reputation: 0
Post: #283
(2012-03-22 11:28)hotlobster Wrote:  @Focalfury

I use the same ws2801 and everything works ok here.
How do you wire the power on your strips ?
You need a separated 5v input , using 4x32 leds strips, you should have a 7Amp PSU ( each strip can eat 1.8A when full bright ). Do not use arduino 5V output, it only handles 500ma max.
According to the specs on sparkfun, you should only chain 2 strips max for the power.
Well I have a 6Amp power supply...it will need updating so prevent overloading but it should work temporarily to get us working.
I think that 2strips per max is that the circuitboard can only handle 2 meters on one board, but i'm E-Mailing them though to confirm.

(2012-03-22 16:02)Memphiz Wrote:  Beside that i would try to get it working with boblight-constant at first try and then go over to XBMC when that works ...
I'm unsure how to do that, can you elaborate.

Quote:do you have the boblight debug log turned on? could you post it?

Could you post your boblight config?
Ya let me jump to the HTPC and get the conf file....
boblight.conf http://pastebin.com/vk9KfC50

the log keeps infinitely making this
http://dl.dropbox.com/u/1545535/log1.png
(This post was last modified: 2012-03-22 20:30 by FocalFury.)
find quote
FocalFury Offline
Junior Member
Posts: 23
Joined: Feb 2012
Reputation: 0
Post: #284
(2012-03-22 11:28)hotlobster Wrote:  @Focalfury

I use the same ws2801 and everything works ok here. .........

any chance I could get your arduino pde file you use and boblight.conf

maybe then I can addapt it to my needs.
I have a feeling its my adalight.pde that isn't set up right....although when i do compile it the arduino uno the right and top both do its red/green/blue flash signifying it correctly is working
find quote
lrusak Offline
Fan
Posts: 384
Joined: Sep 2011
Reputation: 3
Location: Canada
Post: #285
(2012-03-22 20:23)FocalFury Wrote:  
Quote:do you have the boblight debug log turned on? could you post it?

Could you post your boblight config?
Ya let me jump to the HTPC and get the conf file....
boblight.conf http://pastebin.com/vk9KfC50

the log keeps infinitely making this
http://dl.dropbox.com/u/1545535/log1.png

a couple things, firstly turn the debug option on in the config file. secondly are you sure it's /dev/com3 ? have you verified this in any way?

Thirdly, I had problems when mine was set to 127.0.0.1, I changed it to 0.0.0.0 and it worked, but this can be seen after you enable the debug option

"PPC is too slow, your CPU has no balls to handle HD content." ~ davilla

[Image: watched-clearlogo.jpg]
find quote
FocalFury Offline
Junior Member
Posts: 23
Joined: Feb 2012
Reputation: 0
Post: #286
(2012-03-22 20:37)lrusak Wrote:  
(2012-03-22 20:23)FocalFury Wrote:  
Quote:do you have the boblight debug log turned on? could you post it?

Could you post your boblight config?
Ya let me jump to the HTPC and get the conf file....
boblight.conf http://pastebin.com/vk9KfC50

the log keeps infinitely making this
http://dl.dropbox.com/u/1545535/log1.png

a couple things, firstly turn the debug option on in the config file. secondly are you sure it's /dev/com3 ? have you verified this in any way?

Thirdly, I had problems when mine was set to 127.0.0.1, I changed it to 0.0.0.0 and it worked, but this can be seen after you enable the debug option

I actually turned the debug back on so i could take the screenshot.....i don't know what the dev stands for but it IS on com3, figured it out when i installed the drivers manually for the arduino...
same type of results when i do the 0.0.0.0
find quote
Memphiz Offline
Team-XBMC Developer
Posts: 7,665
Joined: Feb 2011
Reputation: 91
Location: germany
Post: #287
using boblight-constant is as easy as doing

boblight-constant FF0000

this would turn all leds RED ... 00FF00 all green, 0000FF all blue.

Just start boblightd and instead of using XBMC start boblight-constant with the wanted parameters on a commandline.

AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for XBMC: Wiki NFS
HowTo configure avahi (zeroconf): Wiki Avahi
READ THE IOS FAQ!: iOS FAQ
find quote
phil65 Online
Skilled Skinner
Posts: 4,456
Joined: Mar 2009
Reputation: 56
Location: Cologne, Germany
Post: #288
(2012-03-19 12:51)phil65 Wrote:  sorry Tongue
@Memphiz/Bobo1on1: do you have an idea for my problem? or can i cancel the project "boblightd on fritzbox"? Big Grin
find quote
Memphiz Offline
Team-XBMC Developer
Posts: 7,665
Joined: Feb 2011
Reputation: 91
Location: germany
Post: #289
you want my opinion? Fritzbox sucks as a plattform for geeks...

AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for XBMC: Wiki NFS
HowTo configure avahi (zeroconf): Wiki Avahi
READ THE IOS FAQ!: iOS FAQ
find quote
phil65 Online
Skilled Skinner
Posts: 4,456
Joined: Mar 2009
Reputation: 56
Location: Cologne, Germany
Post: #290
i´d also prefer a different router, it was a present from my provider...
find quote
Post Reply