4017 no output high (I didn't put that smile there...)

Thread Starter

magnet18

Joined Dec 22, 2010
1,227
OK, i need to know, is there a way to give a signal to a 4017 that will make all outputs low?
Will holding the reset high work??
 

luvv

Joined May 26, 2011
191
Yea something like a pnp on vin then just hold it high for off, should be about the same thing i would think.

Mind if i ask what you are up to?

I'm nosy :(
 

Thread Starter

magnet18

Joined Dec 22, 2010
1,227
trying to flash 12 red LED's, followed by 11 yellow, followed by 10 green
I have a 4017 for each set, but need no outputs high for some of the time.
I might just leave q0 unconnected, and use 9 outputs from each
(all outputs not driven by the 4017 get driven by a arduino)
 

luvv

Joined May 26, 2011
191
Nice just had a idea not sure if it work in your situation..

What about a flip flop triggered by the last stage of the 4017

Then when it hits the last light it trips the flip flop and powers down the ic and powers on the next.
 

Ron H

Joined Apr 14, 2005
7,063
Resetting leaves all outputs low except 0. Could you AND that output with /reset (the complement of reset)?
 

Thread Starter

magnet18

Joined Dec 22, 2010
1,227
I complexified the code to handle it.
however... I'm now out of output pins...
:p
I think I might need some more to reset the 2 EL wire units...
I'll think about it tomorrow :p
 

lightingman

Joined Apr 19, 2007
374
A reset will cause output zero to go high and the rest low. If you gate output "zero" with a 2 input and gate and control control the other input of the gate through an inverter from the rest input, all the outputs will go low whilst the reset is held high.

Dan.
 

Ron H

Joined Apr 14, 2005
7,063
A reset will cause output zero to go high and the rest low. If you gate output "zero" with a 2 input and gate and control control the other input of the gate through an inverter from the rest input, all the outputs will go low whilst the reset is held high.

Dan.
See post #7.
 
Top