Difference between revisions of "PartyBox"
Lydia.reader (talk | contribs) (updated budget with acrylic sheet and glue) |
Lydia.reader (talk | contribs) (→Budget: added circuit board and button) |
||
Line 50: | Line 50: | ||
|Plastic Super Glue||2||2.99||0||[http://www.dickblick.com/items/23633-1603 link]||Will be shipped with acrylic sheet | |Plastic Super Glue||2||2.99||0||[http://www.dickblick.com/items/23633-1603 link]||Will be shipped with acrylic sheet | ||
|- | |- | ||
− | | || ||Total: ||$ | + | |Arduino push button||1||5.29||0||[https://www.amazon.com/6x6x6mm-Momentary-Push-Button-Switch/dp/B01GN79QF8/ref=sr_1_1?ie=UTF8&qid=1487437474&sr=8-1&keywords=arduino+push+button link]|| |
+ | |- | ||
+ | |Circuit board||1||5.17||0||[https://www.amazon.com/Double-side-Prototype-Universal-Printed-Circuit/dp/B0147YM3DG/ref=sr_1_1?ie=UTF8&qid=1487437284&sr=8-1&keywords=circuit+board link]|| | ||
+ | |- | ||
+ | | || ||Total: ||$126.61|| || | ||
|} | |} | ||
Revision as of 17:09, 18 February 2017
Creators: Sarah Chen, Lydia Reader, Graham Rubin, Nathan Schmetter (TA)
Overview
PartyBox is an easily portable and self-contained three dimensional cube of LEDs that creates a visual display in time to live music, so you can have a fun party anytime or anywhere. It's the perfect size for any tabletop, approximately 6" in each direction. The LEDs are dynamic and change color to provide an aesthetically pleasing light show that follows along to the rhythm and pitch of the music. There is an additional standby mode in which the LEDs will provide a slow gradient change of color in the absence of music.
PartyBox will be made up of 116 LEDs in a 5x5x5 cube-shaped array (including LEDs at the center). The LEDs will not take up the full bottom side of the cube to provide room for other circuit components. A small microphone will be built into the box that will read the analog sound signal. The Arduino will detect the occurrences of bass frequencies to clock the tempo of the music.The Arduino will also take incremental measurements of volume. The lights will be in an animated display in which the coloring of the LEDs is directed by the measured tempo, and the brightness directed by the measured volume. With the measurements, the Arduino will run through a library of pre-made color and brightness patterns that will be animated to the tempo of the music. The patterns will feature 25 1-by-5 vertical lines of LEDs, each one controlled by an individual digital output. Additionally, if the Arduino does not detect volume and rhythm for a pre-determined amount of time, it will automatically go into standby mode -- a simple, slow-changing color gradient.
Objectives
- Lighting of LEDs in time with music
- Varied library of complex visual displays rather than just flashing LEDs
- Functioning standby mode and transition between standby and music
- Easily portable and self-contained
- A finished box
Challenges
- Getting arduino to discern rhythm and volume of live music.
- Creating a substantial enough library of animations to keep users' interest in the cube
- Creating a 3D structure to suspend LEDs without interfering with their visibility.
- Avoiding overheating of LEDs and the subsequent safety hazard while being able to light all LEDs at once.
- Learning to read and convert sound to a digital signal.
- Making the Arduino able to tell the difference between background noise and music
Budget
Item | Quantity | Price | Shipping | Link | Notes |
Arduino | 1 | 0 | 0 | Provided by lab | |
RGB LEDs | 150 | 0.29 | 4.63 | link | |
30m of 20 Gauge Wire | 1 | 17.99 | 0 | link | |
100 x 270 Ohm Resistors | 1 | 3.68 | 0 | link | |
9V battery, 2pk | 1 | 6.98 | 0 | link | Pick up at Brentwood Home Depot |
Battery case w/ switch | 1 | 2.21 | 0 | link | |
Audio technica ATR 4650 Microphone | 1 | 6.99 | 0 | link | |
CD4017 Decade Counter | 2 | 0.39 | 0 | link | Can be shipped with LEDs. For multiplexing. Second is backup, because they are inexpensive except for shipping |
2N3904 Transistor | 20 | 0.09 | 0 | link | Ships with LEDs. CD4017 unable to ground LEDs alone. |
Acrylic sheet (12"x36"x0.125") | 1 | 12.99 | 10.10 | link | Will check if availabe at Dick Blick on Delmar |
Plastic Super Glue | 2 | 2.99 | 0 | link | Will be shipped with acrylic sheet |
Arduino push button | 1 | 5.29 | 0 | link | |
Circuit board | 1 | 5.17 | 0 | link | |
Total: | $126.61 |
We consulted this tutorial for specific items listed on the budget.