Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

LED Sequencer Q's

Status
Not open for further replies.

WilliamN

New Member
I am building a LED sign. I have serries paralleled the LEDs to form letters. What I am trying to accomplish is drive each letter one at a time, then latch it. Ie if I had my name "BILL" laid out in a LED pattern. I want "B" to light up then latch(stay on) then "I" and then "L" and so on. Then once the name has been completley lit up have the whole thing flashes a few times, then resets. I am sure there is an easy way to achieve this, I just can think of one. I dont think i can use a 4017, since the previous pin goes low when the next goes high. Any pointers? I will use npn transistors to switch all the segments. Thanks for the help!
William
 
You could easily make up a sequential logic circuit with flip-flops, having states turning on each letter, then keeping it on while lighting up the next one. The last states would flash the whole thing... I dunno what r ur restrictions though, if u're allowed 2 use flip-flops or so...
 
In order to accomplish that design all you really need is a logic circuit to control the switching of each of the displays (each letter being a seperate display in it's own right), and then some form of output circuit to power each letter.

Are you familiar with simple logic design?

Brian
 
A little, thats why I am working on this project to help learn more.
Thanks for all the info! Any more ideas as to how I can accomplish this.
thanks again
William
 
Here is a circuit I developed a couple of years ago for my girl friend. I drew the schematic on the computer today.
I flashes the individual letters in sequence fairly slow. When S1 is depressed the letters start to flash. After about 5 sequences it turns itself off. If you wanted the letters to flash all the time you could eleminate U1 and ground pin 12 of U2 and delete the 2N3906 transistor with a jumper between the emitter and collector terminals.
The one I built also played a melody for the same time. I didnot draw the melody circuit, as the melody generators by Holtek are no longer available.
 

Attachments

  • name_box.jpg
    name_box.jpg
    54.7 KB · Views: 726
WilliamN said:
I am building a LED sign. I have serries paralleled the LEDs to form letters. What I am trying to accomplish is drive each letter one at a time, then latch it. Ie if I had my name "BILL" laid out in a LED pattern. I want "B" to light up then latch(stay on) then "I" and then "L" and so on. Then once the name has been completley lit up have the whole thing flashes a few times, then resets. I am sure there is an easy way to achieve this, I just can think of one. I dont think i can use a 4017, since the previous pin goes low when the next goes high. Any pointers? I will use npn transistors to switch all the segments. Thanks for the help!
William

From wat i thought, pic controller is the easiest way you can use. You just need a mosfet to drive every series of your led character. A typical pic 16f628a can give u 10+ characters chain. If you are looking at a more complicated or lengthy words with more control, i will suggest using DMX interface. DMX is a good interface for leds control. You can make a good search by just typing DMX in any search engine.
 
Status
Not open for further replies.

New Articles From Microcontroller Tips

Back
Top