EngineersGarage

  • Engineers Garage Main Site
  • Visit our active EE Forums
    • EDABoard.com
    • Electro-Tech-Online
  • Projects & Tutorials
    • Circuits
    • Electronic Projects
    • Tutorials
    • Components
  • Digi-Key Store
    • Cables, Wires
    • Connectors, Interconnect
    • Discrete
    • Electromechanical
    • Embedded Computers
    • Enclosures, Hardware, Office
    • Integrated Circuits (ICs)
    • Isolators
    • LED/Optoelectronics
    • Passive
    • Power, Circuit Protection
    • Programmers
    • RF, Wireless
    • Semiconductors
    • Sensors, Transducers
    • Test Products
    • Tools
  • Advertise
You are here: Home / Replies / first you need to find the

first you need to find the

|

Microcontroller › 8051 › ‘c’ code for stepper motor › first you need to find the

May 12, 2012 at 9:48 pm #7773
D.V.G. Krishna
Participant

first you need to find the type of stepper you are using.

incase of unipolar stepper then

the control algorithm willbe

if(condition for forword)

while(condition for forword)

{ 

control port=0x11;   0001

       delay(); define as per the motor

control port=0x22;   0010

       delay();

control port=0x44;   0100

       delay();

control port=0x88;   1000

       delay();

if(condition for backword)

while(condition for backword)

{

control port=0x88;   1000

       delay();

control port=0x44;   0100

       delay();

control port=0x22;   0010

       delay();

control port=0x11;   0001

       delay();

}

RSS Recent Posts

  • Wien bridge oscillator January 19, 2026
  • Silicon insulated wire January 19, 2026
  • Unable To Get Advertised Op-Amp Slew Rate January 19, 2026
  • Op amp shock January 19, 2026
  • My Advanced Realistic Humanoid Robots Project January 18, 2026

Stay Up To Date

Newsletter Signup
EngineersGarage

Copyright © 2026 WTWH Media LLC. All Rights Reserved. The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of WTWH Media
Privacy Policy | Advertising | About Us

Search Engineers Garage

  • Engineers Garage Main Site
  • Visit our active EE Forums
    • EDABoard.com
    • Electro-Tech-Online
  • Projects & Tutorials
    • Circuits
    • Electronic Projects
    • Tutorials
    • Components
  • Digi-Key Store
    • Cables, Wires
    • Connectors, Interconnect
    • Discrete
    • Electromechanical
    • Embedded Computers
    • Enclosures, Hardware, Office
    • Integrated Circuits (ICs)
    • Isolators
    • LED/Optoelectronics
    • Passive
    • Power, Circuit Protection
    • Programmers
    • RF, Wireless
    • Semiconductors
    • Sensors, Transducers
    • Test Products
    • Tools
  • Advertise