Jocke
@jocke
Member
Joined: 2020-07-27 12:24 pm
Last seen: 2020-08-27 7:42 pm
Topics: 1 / Replies: 5
Reply
RE: control Stepper motor with temperature

I'm running dim code now. but I want the stepper motor to rotate 2 revolutions between 70 degrees to 90 degrees Celsius. can you explain how i did t...

4 years ago
Reply
RE: control Stepper motor with temperature

// Define Constants // Number of steps per output rotationconst int STEPS_PER_REV = 200;const int SPEED_CONTROL = A0; // Create Instance of Steppe...

4 years ago
Reply
RE: control Stepper motor with temperature

I'm running this code now as a test.wants to change the potentiomer to temp probe and to a digital input.otror I can use the map command to make the s...

4 years ago
Reply
RE: control Stepper motor with temperature

@frogandtoad Okay! But I do not know how to map the temp sensor to the Stepper Motor to rotate 2 revolutions from 70 degrees Celsius to 90 degrees Cel...

4 years ago
Topic
Replies: 6
Views: 2781