Showing posts with label motor. Show all posts
Showing posts with label motor. Show all posts

Wednesday, November 19, 2014

Variable Speed ​​DC Motor Controller 12V

For more details can be seen from a series of Variable Speed ​​DC Motor Controller 12V follows.

Series Variable Speed ​​DC Motor Controller 12V This is one series that can be used to regulate speed DC12V motor with PWM technique. Series Variable Speed ​​DC Motor Controller 12V uses a 555 timer IC as a PWM pulse generator to regulate the motor speed DC12 Volt. DC motor speed control process performed by adjusting the potentiometer R1 lever which in principle is set High and Low pulse width of the PWM pulse.

Series Variable Speed ​​DC Motor Controller 12V above the power MOSFET drivers in the form of a IRFZ46N is directly associated with DC motors. Working voltage of this circuit can be adjusted according to needs-driven DC motor, this circuit can work from 3-18VDC.

Friday, August 22, 2014

zBot 10 A Power Stage for DC Motor Wiring diagram Schematic

zBot :10-A Power Stage for DC Motor Circuit Diagram . If you look at the chassis of the zBot vehicle1, you’ll find two parts requiring intelligent control: the steering servo and the DC motor. The so called H-bridge is the normal schema for electronic control of revolution speed and direction. The DC motor of a Tamiya car is powerful enough to propel zBot at up to 20 miles per hour.
.
The motor then consumes more than 10 A, so we choose high-current power MOSFETs for the driver stage. There are lots of different devices to choose from. The MOSFET we require has to supply the maximum motor current and, importantly, it has to be switched with gate voltages of about 5 V. In this case, the microcontroller switches the power stage (‘low side’) directly. For high side driving level shifters are necessary. The schematic of the H-bridge power stage shows a few inverters, NAND gates and two tri-stateable drivers. These logic functions are very important as the easier way, i.e.., directly controlling all four MOSFET has a fatal disadvantage.

zBot :10-A Power Stage for DC Motor Circuit Diagram

zBot


In case of a software crash it could happen that two ore more MOSFETs are switched on incor-rectly for exam-ple, T4 and T7. In that case, the current through the transistors is limited by the internal resistors of the MOSFETs (about 10 mO) only. Such a fatal error would destroy the MOSFETs. The logic functions configured here effectively avoid illegal states.To control the DC motor, three signals are needed: DIR, PWM and STOP. DIR controls the direction of the motor revolution, PWM the speed, and STOP brakes the motor.

The software module for the DC motor is called dcm.c.(070172-I) The complete document called Zbot  the Robot Experimental Platform is available for free downloading from the Elektor Electronics website. The file number is 070172-11.zip (July/August 2007).

Sourced by : Circuitsstream.blogspot.com