need to create 2 pulse output from one pulse input

wozzzzza

Member level 3
Joined
Dec 10, 2008
Messages
59
Helped
0
Reputation
0
Reaction score
2
Trophy points
1,288
Activity points
1,642
trying to make a small circuit that when a high input pulse of around 200ms is received it will output 2 high pulses of around 200ms with 200ms gap
anyone assist how to do it? having problems finding answer.
 

Quik and dirty way using Arduino Nano or ATTINY85 :




Basically you drag and drop blocks to configure/program the Nano or ATTINY85 using mBlock. mBlock
generates Arduino C/C++ code from your block configuration, and using Arduino IDE programs the Nano
or ATTINY85 chip. Note Nano board ~ $3, Arduino IDE directly programs the Nano, whereas if using
ATTINY85 the Nano board is used to program it. Nano board has advantage its xtal controlled timing,
so quite accurate, over T and V. Using ATTINY85 w/o xtal ~ 10% timing error.

Note pulses generated when input pulse terminates. Easy to change to once 200 mS in is met 2 pulses
are generated and no more until input pulse terminates. Also if your input pulse comes from mechanical
contacts then that has to be debounced and affects your timing considerations. But easy to do with
mBlock coding.

mBlock is free. Nano, ATTINY85 -





Here is a sophisticated timer/pulse gen, just to show what can be done with Nano/mBlock -



mBlock project attached.


Regards, Dana.
 

Attachments

  • Two Pulse Triggered Generator.zip
    55.3 KB · Views: 1
Last edited:

Cookies are required to use this site. You must accept them to continue using the site. Learn more…