Difference between revisions of "Dynamic Led Hula Hoop"

From Makers Local 256
Jump to: navigation, search
m (Added links on howto make)
(= References: added bare bones arduino suggestion)
Line 21: Line 21:
 
** Ask Ratmandu about his LED strips
 
** Ask Ratmandu about his LED strips
 
* Look at Arduino Decimila board at shop
 
* Look at Arduino Decimila board at shop
 +
** I think we have a bare bones arduino in the shop, one of these would fit inside the tube :) 
 
* Accelerometer - http://www.sparkfun.com/commerce/product_info.php?products_id=252
 
* Accelerometer - http://www.sparkfun.com/commerce/product_info.php?products_id=252
  
 
[[Category:LED]]                                                  <!--MAKE AS MANY CATEGORIES AS YOU NEED-->
 
[[Category:LED]]                                                  <!--MAKE AS MANY CATEGORIES AS YOU NEED-->

Revision as of 09:45, 14 July 2009

Creator:
robotgeek
Status:
Planning
Born On:
00:47, 11 July 2009 (CDT)
Last Updated:
09:45, 14 July 2009 (CDT)

Overview

LED Hula Hoops are common and fairly straight forward to put together. A fresher take on this idea is to add an accelerometer and micro-controller to the setup. The micro-controller communicates with the accelerometer, gets the motion information and toggles the LEDs to produce interesting patterns.

TODO

  • Procure Parts - Electronic (Accelerometer, Microcontroller, LED, FETS, Resistors and batteries), Mechanical (Hula Hoop)
  • Micro-Controller & Accelerometer Communication
  • LED Circuit Control
  • Hula Hoop Construction
  • Hula Hoop Wiring
  • Testing and Debugging

= References