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 21:16]
ladyada
tutorials:make:adalight:index.html [2016/01/28 18:05] (current)
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 47: Line 50:
  
  
-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 96: Line 99:
  
 <class center> <class center>
-{{youtube>gXynCu9nZaI}}+{{vimeo>30043456}}
 </​class>​ </​class>​
 ==== Doing more!  ==== ==== Doing more!  ====
/home/ladyada/public_html/wiki/data/attic/tutorials/make/adalight/index.html.1317762975.txt.gz · Last modified: 2016/01/28 18:05 (external edit)