Necesito ayuda para un proyecto de motor paso a paso

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Quennel
    Newbie
    • Dec 2025
    • 2

    #1

    Necesito ayuda para un proyecto de motor paso a paso

    Hello,
    My project uses the following components:


    Arduino UNO
    20-character, 4-line LCD screen
    Hall effect sensor
    NEMA 17 stepper motor
    DS18B20 temperature sensor
    A4988 motor driver
    This project involves using a temperature sensor to move a stepper motor to several different positions after it has returned to its home position.


    I have successfully made the temperature sensor display the temperature on the LCD screen. Using if, else if, and else conditional statements, the LCD screen displays a corresponding change when the temperature changes to a specific value. I now want to know how to make the stepper motor move to a specific position when a specific if or else statement is true.
Working...