Stepper Motor Controller Schematic


Posted on Feb 7, 2014

We are using 6v/2amps 1. 8degree stepper motor. In this circuit CD4050 hex buffer using to connect to the microcontroller. The output of cd4050 is connected to the TIP122 of the BASE. The Emitter and collecter is conneted to 1N4007 diode the colleter of tip122 is connected to the stepper motor coil. In this demo we are using Uni polar Stepper motor using 6wires, the color coding of the stepper motors


Stepper Motor Controller Schematic
Click here to download the full size of the above Circuit.

are Black coil 1, Red coil 2, Green coil 3, Yellow coil 4 and 2 white are connected to give 6V input supply voltage. #include "reg51. h" void delay(unsigned int y); void rotate() { P1=0x09; delay(30); P1=0x05; delay(30); P1=0x06; delay(30); P1=0x0a; delay(30); } void delay(unsigned int y) { int i, j; //delay subroutine for(i=0;i<=y;i+) for(j=0;j<=498;j+); } void main() { while(1) { rotate(); } }




Leave Comment

characters left:

Related Circuits

  • New Circuits

    .

     


    Popular Circuits

    Lazy ISP Socket Adapter
    Full Bathtub Indicator
    Electronic Siren based NE555
    Alarm LED Light Circuit
    ESR-Meter
    Egg Timer
    Schematic Diagram Wiper Speed Control Circuits
    RS485 Library for Windows and Atmel AVR 8-Bit
    High Resolution Digital Weigh-scale Design Using Z8 Encore! ?® Microcontrollers
    NJM2670 NJM2670 DUAL H BRIDGE DRIVER
    designing a phantom antenna power supply system
    Unity gain line from the MAX4450 4451 a driving circuit diagram
    Thirty light water CNC circuit diagram CD4067 CD40193 NE555



    Top