Thursday 15 June 2017

Best way to control 130 - 140 LEDS with Arduino Uno 32/64 bit led drivers?


I am new to electronic prototyping and had a few questions.


I need to control 132 LEDs individually. I want to make 3 rows ( 2 rows of 60 and 1 row of 12) I think i can matrix them but i would still need 63 outputs (3 high, 60 long).


I don't want to use 8 different shift registers. Are there any 32 bit or 64 bit led drivers(or shift registers, not really sure what there are called) And where can i buy them.


Any help is appreciated .




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...