Step 4: Construct the cube
My solution to this was to solder a 100 ohm resistor to each LED. (Follow picture instruction on how to do it.) Everything is done in the same way only now you solder all the resistors to the column which is a piece of Ethernet wire. (See picture)
Remove these ads by
Signing Up







































Visit Our Store »
Go Pro Today »




how cmoe you connect 4 different wires to it, please answer.
To set a pin to GND:
pinMode(pin,OUTPUT);
digitalWrite(pin,LOW);
i thought the same thing at first but then someone helped me so.
Thanks
Mike
as far as i know, those pins can supply V out but not gnd, in confused.
Do you understand me??? can you explain me how these work??
The i/o pins are very universal in use i begin to love my arduino more and more every day!!
Mike
also, I think that the resistor is not to protect the arduino, but the LEDs, since they are normally 3v and the Arduino is 5.
good explanations and also yu do not need to put resistors on each led just the coloms.
ill be making an 8x8x8 soon (hopefully)
and the resistor is like a 2 way protection:
led --> arduino protects arduino
arduino --> led protects the led from burning out
hope this mekes it easier :-)
thanks
hopefully will have it soon
My leds will just blink as random and not in order when I use the code. 'Cause I wired them up just randomly. Which ports should I be using?
There is something I do wrong, but I don't know what. Please help!