Stepper Motor Angle Control using AVR Microcontroller

There are many applications in which it is required to set the position of an object at a desire angle. Some of the examples are
1.      Satellite Dish Antenna positioning 
The Satellite Dish Antenna should be in straight alignment with Satellite in Space to receive signal with maximum strength. So it’s required to position the Dish Antenna at a certain angle
2.      Aileron, Elevator and Rudder positioning in Aircraft
In an Aircraft it is required to position Aileron, Elevator and Rudder at a desired angle to increase or decrease the lift, to change direction and to increase or decrease the speed
3.      Rudder Positioning in Ship
To move ship in a specific direction it is required to set an angle of Rudder located in front of the Propeller
4.      Tank Gun or Howitzer Positioning
To hit the bull’s eye (Target) the Tank Gun (or Howitzer) must be positioned to specific angle
Stepper Motor Angle Control using AVR Microcontroller schematic
This project demonstrates how any device or object can be positioned to desired angle. The circuit presented here demonstrates how to position Stepper Motor at a specific Angle using AVR microcontroller. The desired Angle Position is entered by user and when He presses the button to rotate motor, the motor starts rotating and rotates till it reaches that angle. The angle can be entered in step of 15o between 0o to 360o. User can increment or decrement angle value in step of 15o and set the desire angle. Based on set angle motor rotates forward (CCW) or reverse (CW). Like if current motor angle is 60o and user enters 90o then motor rotates CCW and if user enters 30o motor rotates CW.
 
System Circuit Diagram
As shown in figure the circuit is build using AVR microcontroller ATMega32, Current Driver Chip ULN2003A, LCD and few push buttons. 3 push buttons (SW1, SW2 and SW3) are connected to PORTA pins PA0 – PA2 such that when any buttons is pressed logic 0 is given as input to that pin. Normally all 3 pins are given logic 1 by connecting them to Vcc through pull-up resistors. PORTB pins PB0 – PB3 are connected to input pins of ULN2003A. These pins drive stepper motor. The output of ULN drives four coils of unipolar stepper motor. The common terminal of motor coils and ULN chip is connected to Vcc. PORTC drives data pins of LCD and two LCD control pins RS and En are driven by PORTD pins PD0 and PD1 respectively. Control pin RW is connected to ground. A 1K pot is connected to brightness control pin Vee (3) as shown. It can be used to adjust LCD brightness. A 16 MHz crystal is connected to crystal input pins of ATMega32 along with two 22pf capacitors as shown.
 
System Operation
·         When circuit is switched on the LCD displays set angle as 0 degree. The motor also rests at 0 degree
·         By pressing SW1 the angle can be increased in step of 15 degree. Similarly to decrease angle press SW2.
·         After selecting desire angle when SW3 is pressed, the stepper motor rotates till desire angle and waits for next angle value
·         The angle value can be increased or decreased by pressing SW1 or SW2
·         If new selected angle value is less than previous angle value then motor rotate reverse. E.g. if motor is at an angle 75o and now new set angle value is 30o then motor rotates reverse
·         But if new selected angle value is higher, then motor rotates forward
Complete Circuit Operation is due to the software program embedded into AVR microcontroller. First let us see the logic behind the program.
 

For more detail: Stepper Motor Angle Control using AVR Microcontroller


About The Author

Ibrar Ayyub

I am an experienced technical writer holding a Master's degree in computer science from BZU Multan, Pakistan University. With a background spanning various industries, particularly in home automation and engineering, I have honed my skills in crafting clear and concise content. Proficient in leveraging infographics and diagrams, I strive to simplify complex concepts for readers. My strength lies in thorough research and presenting information in a structured and logical format.

Follow Us:
LinkedinTwitter

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top