![]() |
|
DIY Ambient Lighting - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Announcements, Info, and General Discussion (/forumdisplay.php?fid=85) +--- Forum: XBMC General Discussion (/forumdisplay.php?fid=6) +--- Thread: DIY Ambient Lighting (/showthread.php?tid=110852) |
- TerranQ - 2011-11-05 20:04 I'd be really interested in this, but I'd need step by step instructions. Anyone have an "explain it to me like I'm five" guide? - SolidCactus - 2011-11-06 00:52 Wow looks awesome! If you write a step by step it would be much appreciated! - N3MIS15 - 2011-11-06 02:25 I have started gathering/building everything i need to achieve this. just built my 'power board' for my leds baased on the Amblone arduino board. I am waiting for my led strips to come from china ($60 each is aus). I was able to test just a small section of the screen with a 10cm strip on boblight but it seems to react to the screen nicely. Here is my board. Im grabbing 12v from htpc Bottom headers are outputs to led Side headers are inputs from arduino mega Added a switch to turn light on and off Added a led to tell me if its on or off (because i can )BTW, i have no idea if im going about this the right way but from what ive been able to test it seems to work
- illiac4 - 2011-11-06 07:32 N3MIS15 Wrote:I have started gathering/building everything i need to achieve this. just built my 'power board' for my leds baased on the Amblone arduino board. I am waiting for my led strips to come from china ($60 each is aus). This one is the same as in my tutorial http://forum.xbmc.org/showthread.php?tid=101406&highlight=Ambilight Pictures of my board: http://www.flickr.com/photos/64262741@N03/ I assume that you will use Arduino Mega. Now this one is even easier to build because there is also a chip with transistors included so no need for too much soldering and even less soldering skills are required. It replaces transistors and resistors. There is the schema http://fritzing.org/projects/uln2003a-amblone/ The chip is ULN2003A and you need two for four channels. It is available on eBay. - N3MIS15 - 2011-11-06 07:45 yea, same design. i only have an arduino uno on hand, i have ordered a mega and waiting for it to come in the mail. I tested each output 1 by 1 and all seems good. Just waiting on my leds and arduino mega to arrive so i can get this thing running. - XELOR - 2011-11-06 15:15 That's insane! The sky really is the limit. - echoniner - 2011-11-07 21:29 bobo1on1 Wrote:The protocol described at https://github.com/adafruit/Adalight/blob/master/Arduino/LEDstream/LEDstream.pde#L42 might be compatible with boblightd, if a custom boblight.conf is used, and as long as you use boblight from http://code.google.com/p/boblight/ (the old boblight doesn't support a custom prefix). I can confirm this works. I wrote a boblight.conf to work with the arduino running adafruit's LEDstream.pde using a prefix nessesary for a 25 LED strand of WS2801. http://pastebin.com/W2N3PMAk *EDIT* Bob, to answer your question, the high and low byte is a count of the lowest LED to use (going to be 0 for just about everyone) and the highest is the total count, 25 (18 in hex). The bit after that is a checksum of the latter 2, so it will not change unless the LED count does. - aptalca - 2011-11-07 21:40 Great first post echoniner :-) - TheAstronaut - 2011-11-08 03:16 Does anyone know if there is a similar project that makes use of a photosensor or other similar component instead of the Boblight software? I'm looking for something that will work with my ATV2, and possibly my Popcorn Hour and satellite box. I've been searching online with no luck so far. Does anybody know of such a thing? - aptalca - 2011-11-08 03:39 TheAstronaut Wrote:Does anyone know if there is a similar project that makes use of a photosensor or other similar component instead of the Boblight software? I'm looking for something that will work with my ATV2, and possibly my Popcorn Hour and satellite box. I've been searching online with no luck so far. Does anybody know of such a thing? Set up a laptop with a webcam pointing at the tv. Set up boblight hooked up to the arduino. Display the webcam feed fullscreen. Voila, it will work with whatever is playing on the tv. Just don't walk through between the webcam and the tv |