Jump to content
43oh

4x4x4 LED cube, using 3 pins of MSP430 launchpad


Recommended Posts

308568_528695570521735_828323113_n.jpg

 

This is my 4x4x4 led cube project, done with MSP430, using only 3 pins of MSP, the circuit diagram is shown in the photos, the hardware consists of 3 shift registers, 74595, and 4 NPN transistors...

post-32560-0-22404500-1368248976_thumb.jpg

post-32560-0-93711600-1368248999_thumb.jpg

post-32560-0-00050300-1368249019_thumb.jpg

post-32560-0-72214900-1368249058_thumb.jpg

post-32560-0-36063200-1368249069_thumb.jpg

 

you can learn how to make a 4x4x4 LED cube by instructables or youtube or some other sites, its easy to make...
but make sure that you make exact same connections as shown in the cicuit diagrams... or else this code won't work in the new hardware...

post-32560-0-31737700-1368249038_thumb.jpg

post-32560-0-84038200-1368249027_thumb.png

post-32560-0-09939500-1368249025_thumb.png
the hardware can be built as shown in the circuit diagram...

the code is given below, you can changes it and make your own animation with it....

main.c

 

this is what i have done with the cube...

post-32560-0-31668500-1368248941_thumb.jpg

post-32560-0-16359300-1368249048_thumb.jpg

post-32560-0-44430400-1368249087_thumb.png

Link to post
Share on other sites

rebeltaz

  if you are familier with the circuitry, than dont make a mistake that i made...

the connections of the LEDS in a floor are like :-

 

look at the sequence carefully....[its bit number is on the place of leds, (after '08',   '09' is the 1st bit of the 2nd shift register)]

 

01   02   03   04

08   07   06   05

09   10   11   12

16   15   14   13

 

you must build a design with connections like this :-

 

01   02   03   04

05   06   07   08

09   10   11   12

13   14   15   16

 

although my code will not work on this hardware, but if you can develop a code [it will not be hard to modify mine] to use this sequence then you will have more flexitbity on the code as you could use the leds as they are on 3d, XYZ-axis... :)

 

i hope you enjoy well as i did :)

Link to post
Share on other sites
  • 1 year later...

Hi !

I have some questions about 4x4x4 LED cube with msp430 !

What's your msp 430 model??

I want to make the same LED cube but mine is msp430 g2553.

Is the same one?

If it's a different model then what should i have to do ?

I want to make a same LED cube with my lunchpad

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...