Step 6It's done
and the 74HC595 shift register.
| « Previous Step | Download PDFView All Steps | Next Step » |
3 Simple Ways to
Share What You Make
With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.
Other ways to share:
Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.
Share your step-by-step photos with text instructions of what you made so others can do it too!
Share your how-to video. You'll need your embed code from a video site such as YouTube.



| « Previous Step | Download PDFView All Steps | Next Step » |
Make a 24X6 LED matrix
by
Syst3mX
Using a Dot Matrix LED with an Arduino and Shift Register
by
nevdull
GUI Controlled LED Matrix
by
Technochicken
LED Umbrella with Arduino
by
matth3w
Pong with 8x8 Led Matrix on Arduino
by
bsoares
Simple Transistor Switch
by
contrechoc
Infra Red Vest Code
by
contrechoc
49,598
views

Related: tech, avr, 8x10, led, matrix, marquee, arduino, transistor, LEDs_guide
Total Views: 49,598
Today Views: 12
Comments: 191
Rating: 5
© 2012 Instructables

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.












Thank you
The matrix uses 3 shift registers daisy chained so you can make out the connections there.
Good luck and congratz on your LED matrix.
please reply.. i need your help :))
You will need to rewrite the my code to fit the IDE you are using.
I think you will have to use only shift registers for this type of a matrix.
5 register should do it (3 for row control and 2 for scanning).
I can give you a better shift out function to will send data faster to the registers.
If i wanted to make it portable, how could it be programmed and run with arduino constantly there?
is this possible for batteries, etc...
http://www.arduino.cc/en/Main/Standalone
there you will see what every pin does. The middle pin is the base you need to connect it with a resistor to the output pin of the 4017. The left one is Collector you need to connect it to the negative pin of the LED's, and the right pin on the transistor is the Emitter and you should connect it to ground.
About the 4017, I have added (in step 3) a link to a good site to learn about it.
And here is a picture with the pins functions : http://www.instructables.com/file/FGHGATNFWMO2YYQ/
Hope I helped you.