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.
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.