Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

need to create 2 pulse output from one pulse input

wozzzzza

Member level 3
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 :

1731931950113.png



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 -

1731933526058.png


1731932439875.png


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: 0
Last edited:

LaTeX Commands Quick-Menu:

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top