Hello im wondering if is there any possibility to use raspberry as a controller for the led cube ?
Hello im wondering if is there any possibility to use raspberry as a controller for the led cube ?
When driving a lot of current with FPGA pins, you also may need to check the simultaneous switching specs. If you switch many high-current pins at the same time, you can get ground bounce which can affect the signals on other pins in the same bank. You can eliminate ground bounce in software by staggering when LEDs are switched on and off.
When I'm driving an LED matrix, I like to use external transistors for each column. That gives me lots of current without worrying about ground bounce and moves power dissipation away from the FPGA.
When driving a lot of current with FPGA pins, you also may need to check the simultaneous switching specs. If you switch many high-current pins at the same time, you can get ground bounce which can affect the signals on other pins in the same bank. You can eliminate ground bounce in software by staggering when LEDs are switched on and off.
When I'm driving an LED matrix, I like to use external transistors for each column. That gives me lots of current without worrying about ground bounce and moves power dissipation away from the FPGA.