very basic 3x3x3 led cube controlled by arduino
Loading...
8,051
Loading...
Uploader Comments (RobbeOfficial)
see all
All Comments (10)
-
el pwm no entendi esta el asemmbler o codigo c me puedes pasar el pwm porfavor
-
@amaralgustavo there is no scheme .. it's a matrix of 3 layers and 9 "columns". all cathodes of each layer are connected as well as all anodes of each column. wire these 3+9 = 12 connections to your arduino and you're done.
you can find details and the code here:
robbeofficial.blogspot.com/201
0/02/basic-3x3x3-led-cube.html cheers
robert
-
post a link to the scheme. NICE!
Loading...
How did you get the LED's to dim around 0:25?
sbonkosky 10 months ago
@sbonkosky its basically some sort of PWM (turn them on and off quickly)
RobbeOfficial 10 months ago
@RobbeOfficial Ohhhh, forgot that those pins are PWM pins as well. Awesome, thanks.
sbonkosky 9 months ago
@sbonkosky the PWM of the arduino is not used. it's done in software (check the code if you are interested)
RobbeOfficial 9 months ago
@RobbeOfficial i see what your doing there, but how come you chose to do it that way instead of using the PWM functionality of the board?
sbonkosky 9 months ago
@sbonkosky well i dont remember ... but i do remember is that i did it for some reason :)
RobbeOfficial 9 months ago