This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
tutorials:make:adalight:index.html [2011/10/05 18:44] daigo [Introduction] |
tutorials:make:adalight:index.html [2016/01/28 18:05] (current) |
||
|---|---|---|---|
| Line 15: | Line 15: | ||
| <html> | <html> | ||
| <iframe src="http://player.vimeo.com/video/30043456?title=0&byline=0&portrait=0" width="400" height="265" frameborder="0" webkitAllowFullScreen allowFullScreen></iframe> | <iframe src="http://player.vimeo.com/video/30043456?title=0&byline=0&portrait=0" width="400" height="265" frameborder="0" webkitAllowFullScreen allowFullScreen></iframe> | ||
| - | </html> | + | </html> \\ |
| //This video isn't a Philips commercial! // | //This video isn't a Philips commercial! // | ||
| </class> | </class> | ||
| Line 26: | 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 48: | 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. |