User Tools

Site Tools


tutorials:make:adalight:index.html

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tutorials:make:adalight:index.html [2011/10/04 19:39]
daigo [Computer Software]
tutorials:make:adalight:index.html [2016/01/28 18:05] (current)
Line 3: Line 3:
  
 <class noteimportant>​ <class noteimportant>​
-Hi everybody, this is Ladyada speaking! So far, I've been writing pretty much all the tutorials on the site but I'd like to introduce someone who is going to be doing some really really awesome LED projects and tutorials. First off is a simple but comprehensive "​Ambient Light" project for your computer using digital RGB pixels to simplify wiring. \\ Take it away, [[http://​www.paintyourdragon.com|Phil ​B]]!+Hi everybody, this is Ladyada speaking! So far, I've been writing pretty much all the tutorials on the site but I'd like to introduce someone who is going to be doing some really really awesome LED projects and tutorials. First off is a simple but comprehensive "​Ambient Light" project for your computer using digital RGB pixels to simplify wiring. \\ Take it away, [[http://​www.paintyourdragon.com|Phil ​Burgess]]!
 </​class>​ </​class>​
  
Line 12: Line 12:
  
 As a first demonstration,​ we’ll build a simple "​[[http://​en.wikipedia.org/​wiki/​Ambilight|Ambilight]]"​ clone. //​[[http://​en.wikipedia.org/​wiki/​Ambilight|Ambilight]]//​ is a [[http://​www.seductionbylight.com/​|feature of some Philips televisions that projects colored light  onto the wall behind the display]], synchronized with the content on the  screen to create an immersive effect. The authentic Philips system is  well-integrated into the TV and works from any video source. Our  facsimile, being computer-driven,​ works specifically with media content ​ from your PC. This means its perfect for watching Youtube, TV or Movies on your PC or playing games! As a first demonstration,​ we’ll build a simple "​[[http://​en.wikipedia.org/​wiki/​Ambilight|Ambilight]]"​ clone. //​[[http://​en.wikipedia.org/​wiki/​Ambilight|Ambilight]]//​ is a [[http://​www.seductionbylight.com/​|feature of some Philips televisions that projects colored light  onto the wall behind the display]], synchronized with the content on the  screen to create an immersive effect. The authentic Philips system is  well-integrated into the TV and works from any video source. Our  facsimile, being computer-driven,​ works specifically with media content ​ from your PC. This means its perfect for watching Youtube, TV or Movies on your PC or playing games!
- 
 <class center> <class center>
-{{youtube>gXynCu9nZaI}}+<html> 
 +<iframe src="​http://​player.vimeo.com/​video/​30043456?​title=0&​amp;​byline=0&​amp;​portrait=0"​ width="​400"​ height="​265"​ frameborder="​0"​ webkitAllowFullScreen allowFullScreen></​iframe>​ 
 +</​html>​ \\
 //This video isn't a Philips commercial! ​   //  //This video isn't a Philips commercial! ​   // 
 </​class>​ </​class>​
Line 25: Line 26:
 That's for the 'main body' of the display - **[[http://​www.adafruit.com/​products/​461|we have this available as a discounted project pack!]]** That's for the 'main body' of the display - **[[http://​www.adafruit.com/​products/​461|we have this available as a discounted project pack!]]**
  
 +<class notewarning>​ 
 +Triple check that your power supply is a 5V supply! Any higher than that could damage the LEDs and Arduino! Even if you got a pack (one person accidentally received a 9V supply) **CHECK IT AGAIN BEFORE USING** 
 +</​class>​
  
 You'll also need: You'll also need:
Line 43: Line 46:
  
  
-The wire colors for these LEDs have changed over time, so use this  photo for mechanical reference only, not necessarily for wire colors. ​ The [[http://​www.ladyada.net/​products/​rgbledpixel/​|Adafruit RGB LED tutorial]] explains how to identify the function of each wire leading to the LED  strand. And make sure you’re connecting everything to the LED strand’s ​ **INPUT** side! From October 2011+, Red should be +5V, Black is Ground, Clock is , and Data is .+The wire colors for these LEDs have changed over time, so use this  photo for mechanical reference only, not necessarily for wire colors. ​ The [[http://​www.ladyada.net/​products/​rgbledpixel/​|Adafruit RGB LED tutorial]] explains how to identify the function of each wire leading to the LED  strand. And make sure you’re connecting everything to the LED strand’s ​ **INPUT** side! From October 2011+, Red should be +5V, Black is Ground, Clock is Green, and Data is Yellow.
  
  
  
-The three jumper wires then connect to **ground**, **clock** and **data** pins on  the Arduino. If using a “traditional” Arduino board (Uno, etc.), use  Digital pin **13** for clock and **11** for data. For the ATmega 32u4 or Teensy ​ boards, use B1 for clock and B2 for data. The ground wire can connect to  any GND pin on the Arduino.+The three jumper wires then connect to **ground**, **clock** and **data** pins on  the Arduino. If using a “traditional” Arduino board (Uno, etc.), use  Digital pin **13** for clock and **11** for data. For the ATmega 32u4 or Teensy ​ boards, use **B1** for clock and **B2** for data. For Arduino Mega, use pin **52** for clock and **51** ​for data. The ground wire can connect to any GND pin on the Arduino.
  
  
Line 95: Line 98:
 {{  http://​www.ladyada.net/​images/​adalight/​5-sampling.jpg?​nolink&​600x400 ​ |}} {{  http://​www.ladyada.net/​images/​adalight/​5-sampling.jpg?​nolink&​600x400 ​ |}}
  
- +<class center> 
-{{youtube>gXynCu9nZaI}}+{{vimeo>30043456}} 
 +</​class>​
 ==== Doing more!  ==== ==== Doing more!  ====
  
/home/ladyada/public_html/wiki/data/attic/tutorials/make/adalight/index.html.1317757164.txt.gz · Last modified: 2016/01/28 18:05 (external edit)