| View previous topic :: View next topic |
| Author |
Message |
ThePyroElectro PyroElectro Admin

Joined: 12 Nov 2007 Posts: 401 Location: Earth
|
Posted: Tue Mar 25, 2008 9:39 pm Post subject: The Music Equalizer Display |
|
|
The Music Equalizer Display Tutorial Write-up
| Quote: | If you've ever used a music playing utility on a pc you'll notice they always have a cool little display of either the audio frequency spectrum or the actual audio amplitude wave. The Music Equalizer Display created in this tutorial outputs the latter using a standard 10 LED bar.<
|
Questions & Comments? |
|
| Back to top |
|
 |
rverdeil Newbie Pyro
Joined: 25 Apr 2008 Posts: 1
|
Posted: Fri Apr 25, 2008 5:52 pm Post subject: how do i make this bigger? |
|
|
| i want to take the same concept and use a row of about 50 led lights as the visualizer. how and where do i start? |
|
| Back to top |
|
 |
ThePyroElectro PyroElectro Admin

Joined: 12 Nov 2007 Posts: 401 Location: Earth
|
Posted: Sat Apr 26, 2008 1:16 am Post subject: |
|
|
Hey Rverdeil,
The only real difference between lighting up 10 lights & 50 lights will be with the A/D's. The ADC is 10-bit so the highest value it can be is 1023.
So instead of divided 1023/10 and having 10 increments of 102.3 for the full scale of the ADC, you'd divide 1023/50 and each led would represent an increase of 20.46 in the ADC value.
Hopefully that makes sense. Just let me know if it doesn't. |
|
| Back to top |
|
 |
elrunethe2nd Newbie Pyro
Joined: 01 Jun 2010 Posts: 2
|
Posted: Tue Jun 01, 2010 6:06 pm Post subject: Equalizer Headphones |
|
|
This is going to seem like a bit of a necropost, but oh well.
I have a few questions from an electrical engineering newbie.
First, could this setup be powered from the same power that heads to the headphones? Is that a realistic idea? Even fullsize headphones?
My thought was about mounting a row of these to the sides of a pair of full size headphones so that you had an equalizer on the exterior. (In the image of a traditional equalizer similar to that on those shirts floating around). I'm sure that if required, fitting batteries wouldn't be too big a deal (you could maybe hide it in some of the soft lining near the edge?), but it would be easier without.
I realize this is pure eyecandy and probably a bit of a power hog, yet I am still intrigued by the idea.
Thanks in advance; any thoughts appreciated.
(I did this here as there are VERY few articles which discuss this, and yours does it the best!) |
|
| Back to top |
|
 |
ThePyroElectro PyroElectro Admin

Joined: 12 Nov 2007 Posts: 401 Location: Earth
|
Posted: Wed Jun 02, 2010 2:40 am Post subject: |
|
|
Hey,
The power coming out of any CD or MP3 player is not enough to really power multiple LEDs. An external power source would be necessary, these small button batteries could do the trick.
But your idea is definitely feasible. You will have to modify the headphones and use a smaller PIC so that the package isn't too big. |
|
| Back to top |
|
 |
elrunethe2nd Newbie Pyro
Joined: 01 Jun 2010 Posts: 2
|
Posted: Wed Jun 02, 2010 5:58 am Post subject: |
|
|
| ThePyroElectro wrote: | Hey,
The power coming out of any CD or MP3 player is not enough to really power multiple LEDs. An external power source would be necessary, these small could do the trick.
But your idea is definitely feasible. You will have to modify the headphones and use a smaller PIC so that the package isn't too big. |
Those batteries would be easy to conceal inside a pair of bulky enough headphones. That's great.
The PIC you've suggested initially is 5cm long according to the manufacturer. That isn't too bad, but it is on the large side as you said. What would you suggest for a smaller one? Would any PIC be suitable? (Eg: a PIC16F684?)
Also, if I wanted to have five of those LED's in a row to resemble a more traditional equalizer (all with the same output reading), would the power requirement be significantly higher? |
|
| Back to top |
|
 |
|