Coming soon - Get a detailed view of why an account is flagged as spam!
view details

This post has been de-listed

It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.

1
my stepper motor seems to stutter.
Post Body

I am just running basic code. The nano is being powered form the laptop.

The driver and stepper are being powered from the external power supply that comes in the Arduino kit. 5v to the driver and stepper. This is for a rotating litho I have printed. I can hear the stepper humming and feel the vibrations, I have checked to make sure it is wired correctly, and I've switched out the nano, stepper and driver.

Thanks for any and all help.

https://preview.redd.it/t5m10p6zdl4d1.jpg?width=3024&format=pjpg&auto=webp&s=89bf703e903a03343e402b18dc7bff37e7d9857f

https://preview.redd.it/8rl07p6zdl4d1.jpg?width=3024&format=pjpg&auto=webp&s=93c2f2c466c0b03d3e95ca95ef4263af21765ca3

https://preview.redd.it/twblot6zdl4d1.jpg?width=3024&format=pjpg&auto=webp&s=db3c8be440be8a9b2af9cf1b6c8f708ac3b49746

include<Stepper.h>

int stepsPerRevolution=2048;

in motspeed=5;

int dt=5000;

Stepper myStepper(stepsPerRevolution, 8,9,10,11);

void setup() {

// put your setup code here, to run once:

Serial.begin(9600);

myStepper.setSpeed(motspeed);

}

void loop() {

// put your main code here, to run repeatedly:

myStepper.step(stepsPerRevolution);

delay(dt);

}

Author
Account Strength
90%
Account Age
5 years
Verified Email
Yes
Verified Flair
No
Total Karma
299
Link Karma
18
Comment Karma
266
Profile updated: 2 days ago
Posts updated: 3 months ago

Subreddit

Post Details

We try to extract some basic information from the post title. This is not always successful or accurate, please use your best judgement and compare these values to the post title and body for confirmation.
Posted
6 months ago