Sometimes it is cheaper in small quantities to have someone make your parts vs building your machines to do the job. Plasma cutters do not make clean enough cuts as needed for control panels. Anyway...
no gate driver needed for occasional intermittent switch... the rise and fall times are where there is power dissipated in the mosfet...... do a calculation of the power dissipated in that 30 micro...
.
usually, all the gate drive circuits mostly have to do with the frequency the mosfet is engineered to operate. That is where high frequencies matter and the rise and fall times of the mosfet...
Published on - 2nd July 2010 16:12
Number of Views: 11903
I have been thinking for a while, how to put togeter a simple microstepper controller without using a ready made commercial driver.
At the end, I came up with this simple project capable to drive unipolar stepper motor in three different modes
FULL STEP
HALF STEP
MICRO STEP
The Pic micro used in this work is a Pic 16F628 a powerfull small micro with PWM capability. With this MCU plus a 74HC04 and a74HC86 the controller will produce 20 microsteps out of a nominal motor step.
An additional improvement of this controller, is the capability to accept travel commands of 24 Bits, wich gives to the user the possibility to send positioning profile of over 16 millions steps.
Controller accept commands via TTL serial port @ 9600,n,8,1 and return an (Ack) once the positioning profile has been completed.
Download the zipped MicroStepper.zip file which contains schematic + software + user manual
Also attached is a simple stepper controller example called Stepper_MK2.zip
Re: Calculating base resistor on mosfet AO3400A
You can drive the MosFet directly from PIC as your frequency of activations is really slow.
Ioannis - 26th July 2025, 10:57Gate driver is needed if your frequency is high. Also resistors or ferrite beads are also neededin...