I recently posted the circuit description on another thread on this forum.the end goal is to activate one button or another, either by sending 12 to the buttons switched wire or with a relay between the buttons wires. the activation must be momentary. The source I want to use is the buzzer on a different product. When it beeps twice in quick succession i want to activate button 1, when it only beeps once I want to activate button two. How might I do this without making things too complicated or spending too much money? I could probably just get an Arduino but they are $20 ish and Ide rather not spend that much. This is also in my car and i would rather something that won't drain my car battery if I'm not careful and can run on 12v. Any help is appreciated.
(12 - 10)/.021 = 476 ohms, approximately, use closest value.resistor calculation would be R= (12v-10v)/(1mA+20mA)=0.000021? does that sound right?
When you choose zener its spec sheet will give you nominal and worst case.wait Is 10v the Vz(max) or the Vz(min)?
Just add an external diode. 1N4002/3/4 any would do.I dont think this has a flyback diode, but what would i look for if i were to get a seperate one?
Would you mind linking that post or summarizing how to build it here?I recently posted the circuit description on another thread on this forum.
The circuit is called a "Tri-flop"
I regularly use c# and Java, is it anything like those or completely different?take a look at block
GUI programming languages
OK, in short, there is a cascade of two "D" flipflops, with the resets tied to a dely capacitor, and when each is toggled to a high output, a high value resistor slowly charges the reset line until the FFs reset. So really it is justa string of two "flop-shots", which I did not invent. But it works very well.Would you mind linking that post or summarizing how to build it here?
I regularly use c# and Java, is it anything like those or completely different?
also, I believe that is most if not all of the info needed, thanks so much!
ill double check when I get home and start ordering parts
Thanks, I'll look into it before ordering parts and let you guys know how it worked out.OK, in short, there is a cascade of two "D" flipflops, with the resets tied to a dely capacitor, and when each is toggled to a high output, a high value resistor slowly charges the reset line until the FFs reset. So really it is justa string of two "flop-shots", which I did not invent. But it works very well.
My design uses a CD4013 ff and 1N914 diodes. You will need to calculate the time constant that you want.Thanks, I'll look into it before ordering parts and let you guys know how it worked out.
That doesn’t look like the page from the link that I gave you !View attachment 201056View attachment 201057
thats where i got that idea, am i wrong?
perfect, i can just use an existing one
thanks
