Latch help with 4017

Thread Starter

Icanmakeit67

Joined Sep 23, 2018
210
I have a working circuit for a retro looking 4 segment incandescent turn signal working incrementally. I am in clear how to edit the circuit to take the first 4 outputs of a 4017 so they latch one adding at a time until all 4 are lighted then all go off to start again. I’m using an adjustable 555 for count, the 4017 turning on mosfets for the current required from an automotive incandescent lamp. I just want to understand how to change my one on at a time and the reset to one on that latches then 2-3-4 then all off.
Thanks for any help.
 

Ian0

Joined Aug 7, 2020
13,097
I have a working circuit for a retro looking 4 segment incandescent turn signal working incrementally. I am in clear how to edit the circuit to take the first 4 outputs of a 4017 so they latch one adding at a time until all 4 are lighted then all go off to start again. I’m using an adjustable 555 for count, the 4017 turning on mosfets for the current required from an automotive incandescent lamp. I just want to understand how to change my one on at a time and the reset to one on that latches then 2-3-4 then all off.
Thanks for any help.
You need some OR gates (4071).
Output 1 goes to MOSFET 1
Output 2 and Output1 go to the first OR gate. Gate output goes to MOSFET 2
Output 3 and OR Gate #1 output go to the 2nd OR gate. Gate output goes to MOSFET 3
Output 3 and OR Gate #2 output go to the 3rd OR gate. Gate output goes to MOSFET 4
Output 4 goes to RESET
 

sghioto

Joined Dec 31, 2017
8,633
Ian0 are you sure that's the correct arrangment?
I breadboarded the circuit and all 4 LEDs are ON immediately with the first pulse from the 555. Second pulse shuts OFF LED1, third pulse shuts OFF LED2 but so do LEDs 3 and 4 then repeats all ON and so forth.
Besides I believe the TS wanted to go in the opposite direction meaning all OFF when first activated then cycle 1 through 4 with latching.
 

eetech00

Joined Jun 8, 2013
4,704
Here's another circuit.
This uses a CD40174B HEX D-Type Flip flop chip.

TailLight Sequencer Circuit v2.gif
EDIT: Removed unnecessary passives.
 
Last edited:

Ian0

Joined Aug 7, 2020
13,097
Most shift registers and counters like nice sharp clock edges, slowing down the edge with R2/R3 (post #14) and R4/C4 (Post #11) is going to do more harm than good.
 

sghioto

Joined Dec 31, 2017
8,633
I would disagree with that as the clock speed is slow.
I have breadboarded the circuit and using R4/C4 removed some slight glitching.
In a proper built circuit those components may not be required
BTW you never responded to my post #9
 

MisterBill2

Joined Jan 23, 2018
27,164
The circuit shown in post #11 should work IFF the 4071 ICs are able to bias the mosfets into full conduction AND IFF all of the wiring is able to handle the current those bulbs require, which I am thinking is over an amp for each bulb. AND a big caution is that most automotive bulb sockets ground the outside directly.
 
Top