Step 72: Feedback
We love getting feedback on our projects! The 4x4x4 LED cube has received a ton of feedback, and many users have posted pictures and videos of their LED cubes.
If you follow this Instructable and make your own LED cube, please post pictures and video!
Oh, and don't forget to rate this Instructable if you liked it :)
As a token of gratitude for all the great feedback, here is a collage of some of the feedback on our 4x4x4 LED cube instructable:
Remove these ads by
Signing Up











































































































Visit Our Store »
Go Pro Today »




In my tests, the return wire was lowering the layer current by 400mA with all LEDs on.
My driver board has 2 40 pin connectors on it to go to the LED matrix, so I just doubled up the return wires (80 pins total...64 for each LED, and 16 for return rather than just 8...total, 80 wires)
thanks in advice (and sorry for my bad English)
i want to build a absolute perfect 8x8x8 Led-Cube. Perfect means with all special features you can imagine!! like IR-controll, Display, Music-visual, dimm complett cube with a poti, sd-card for more effects.......
Nice plan! but i have absolutely 0 knowledge about AVR-programming!!! ;)
so i started a few months ago to find my way in AVR-programming.
slowly, but it´s working!!;)
so i build the 4x4x4........works!!!
BUT:
1 please tell me how to use the rs232 connection, or: how to use it with my pc??
2 the s-status-led´s........have they any function??? ok, blinky blinky at startup, .....not more??
3 the Button on pin 3 of the avr..........function????
there is no function-or it works together with the rs232, then please explain it to me!!
thx
ps: if i did my XXL-Cube i will send you pic´s, vid´s, and schematics if you want to.
Thanks for a great manual.
http://youtu.be/z1q1GV5jKuw
Thank you very much !
My mail : bandi_2009@yahoo.com
Nokia snake would also be cool in 3D, maybe add a controller and counter and see who is the best 3D-Snake player. Have the head in 100% duty cycle(1/8) and the tale 25-50% duty cycle so is is better to see which direction it goes.
Thank you chr for the lovely tutorial, i learned a lot!
ustaicalik@gmail.com
http://www.file-upload.net/download-6760078/SNAKE3D.tar.gz.html
you have to install the "ncurses" libary and the program "beep" for sound.
sudo apt-get install ncurses beep
after that navigate into the Snake folder and type "make".
Have fun!
SimBil91
thanks a lot
azhdariomid@ymail.com
Can you tell me how to run the code?
First of all you need to flash code from chr on your Microcontroller.
2. Start the Cube in RS232 Mode
3. You have to use linux to compile Linux. This does not work on Windows.
install the packages i mentioned above, (you need avr-gcc as well, of course)
if "make" still doesn't work, post your error messages.
Enjoy,
SimBil91
Thanks for the great instructable, and thanks to Roel Mulder for the excellent PCBs!
Now I just have to figure out where to put it.
At the moment, it only runs the default animations as I didn't have time to programm new ones, but one of the future goals is to have winamp or vlc visualizations running on the cube.
Also I forgot to drill a hole for the RS232 mode btn, hence the cable coming out under the front.
Let me once again, thank you and the community for this great instructable and all the helpful comments.
gracias
mail: pkstyle9x@gmail.com
thank you
mail: thandlk33@gmail.com
The question is I want to set all the levels high without lighting all the LED's in a row, for setting letters and symbols etc. I have a beta code set for the 3x3x3 by manipulating delays quickly and it works but it just doesn't look as uniform as some of yours. I heard of something through the forums that mention setting the code in a byte format, and was wondering if there is any tutorials or example codes to decipher someone may know of that isn't popping up for me in search. my 3x3x3 is multiplexed and I'm sure the 8x8 will be too. Any information would be helpful, based on setting letters, and symbols that use many levels but not all LED's. I think I stated this clearly.
I've also hooked mine up to a wii nunchuck, I plan to make some sort of game:
http://www.youtube.com/watch?v=XgwEwKs-sSw
I just ordered all the parts to start with my cube.
I was wondering if you have thought about doing a cube with RGB lights.
I am new at this and don’t know how complicated it would be, but it definitely would be much better looking
To run it you will need an RS232 port (either real, or a USB-RS232 converter) and a Linux installation to run cube_pc. If you look through the comments in Step 64 you will find some information on running it in Windows, but it's not straightforward. Using a virtual Linux environment like Linux Mint is very easy. This just boots from CD, allows you to install the development tools (libc and gcc are all you need I think) and you can make and run the program from there.