FFT LED Spectrum analyzer on PIC32

t06afre

Joined May 11, 2009
5,934
I have not followed this thread for a while. But to be general. A chip has maximum current for each IO pin. But also for the total current. So if you have a 40 pins PIC. It is no problem to control a few LEDs. But you will not be able to use all the ports to turn LEDs on at the same time. Say you will have 35 pins available as output pins. using 20 mA pr LED. Will give a total current of 0.7A to much for a PIC
 

Thread Starter

stefan646

Joined Dec 16, 2011
28
I understand that, but I have been advised to control the hole matrix by turning on only one led and surfing the matrix at very hight speed. In this case my logic says that I don't need transistors.

So how is easier to write the code to control the matrix? By turning only one led at a time or by turning on more led's?
 

Thread Starter

stefan646

Joined Dec 16, 2011
28
I finish all the led's connection and solder all the HC595 wire.
The problem is that if I want to light a led(simple, without the HC595) , in many cases other 1-7 will light as well(with a more week brightness of course ).
I measure with a multimeter and i have no surtcircuit.
What is then the problem or how I can detect it?

Sorry for the poor quality of the photo, I will make others on a better quality.
 

Attachments

Dmax

Joined Feb 28, 2015
2
did you ever get this project working ? , I think you should have started with fewer LEDs , I'm playing around with something like this right now
 

Attachments

MrChips

Joined Oct 2, 2009
30,795
The TS was last heard from three years ago. I don't think he is listening anymore.
Start a new thread if you want some follow up.
 
Last edited:
Top