Closed loop stepper motor code

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
Jerry1234
Posts: 3
Joined: Mon Jul 11, 2022 12:30 am

Closed loop stepper motor code

Post by Jerry1234 » Sun Jul 17, 2022 6:16 am

I want to build a 5 inch diameter circle 1/4 inch thick out of light wood and attach it to a closed loop stepper motor. I want to be able to start at 080 degrees and rotate clockwise in 10 degree increments, until it reaches 280 degrees, then return to 080 degrees. I have the part of the program that gives azimuth at times throughout the day. I need closed stepper motor code to drive the motor.

tepalia02
Posts: 99
Joined: Mon Mar 21, 2022 5:13 am

Re: Closed loop stepper motor code

Post by tepalia02 » Sun Jul 17, 2022 6:49 am

This video may help you writing your stepper motor control code in micropython : https://www.youtube.com/watch?v=rPOxbWIx8fk

Post Reply