This instructable has been removed by the author.
93
comments
|
Add Comment
|
| 1-50 of 93 | next » |
sure, a graphical equalizer display can be made using a PIC... check out these links:
http://www.brolinembedded.se/projects/led_matrix/
-this guy uses bi-color LEDs
http://forums.winamp.com/showthread.php?s=f91c4285986a19f55d3bca1159edffe4&postid=2005731
1 x MIC2981 - drivers, or any other high current, high voltage drivers (8 bit), this will drive the LEDs, connect this to the positive side of the LED's
3 x 74HC595 - shift registers (8 bits from MIC2981 x 8 bits from 74HC595) x 3 74HC595's = 192 LEDs, these will sink the LED's, connect these to the negative sides of the LED's
what you're trying to achieve is this:
| this is where the MIC2981 connects to the LEDs.. all LEDs in row 1 have the
| positive pin connected together
\/
rows
1+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
2+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
3+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
4+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
5+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
6+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
7+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
8+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
1 2 3 4 5 6 7 8 910111213................................24 columns
|
| this is where the 74HC595's connect to the LEDs, all LEDs in column 1
| have the negative pin of the LEDs connected together.
| columns 1-8 = first 74HC595
| columns 9-16 = second 74HC595
| columns 17-24 = third 74HC595
you would assign one LED per note, or whatever the unit is... and turn them ON/OFF accordingly. you will also have to find out how to communicate with the PIC... possibly serial communication... you'll find lots of examples on the net.
Nice Instructable!
Original PNG
Heres a clip on you tube.
http://uk.youtube.com/watch?v=G7noAIb5gJ0
| 1-50 of 93 | next » |
![]() |





























