Single Pulse Generator

Thread Starter

Engr

Joined Mar 17, 2010
114
Hi Guys,

I need help designing a 3 single pulse generator. Each single pulse generator is connected to the gate of a mosfet. These pulse generator will turn on 2 mosfets together then turn on the 3rd mosfet when the 2nd mosfet turns off. the 2nd mosfet has a longer turn on time. See attached file for a detailed explanation
 

Attachments

rjenkins

Joined Nov 6, 2005
1,013
How about a 4017 counter IC with a clock oscillator.

Use one of the higher outputs to disable or gate off the clock input.

Outputs 2, 3 & 4 would be the outputs, using outputs 2 & 3 through diodes to give the longer pulse.

Activating and releasing the Reset pin would allow it to sequence through the outputs.

If you need different time combinations, you can use outputs in twos, threes or mixes (combined with diodes) to get the appropriate times.
 

SgtWookie

Joined Jul 17, 2007
22,230
If you want to control the times with a reasonable amount of precision, using a uC would be a good bet. Have the uC control MOSFET gate drivers to minimize your turn on/turn off times.
 

retched

Joined Dec 5, 2009
5,207
u is for MICRO
C is for Controller.

uS microSecond
uF microFarad
uC microController

Popular uCs for hobbyists are PICMicro from Microchip and AVR from AMTEL.

They both can be programmed with C, or Assembler. They also have compilers that allow you to code the chips in BASIC.
 
Top