Search found 4 matches

by last_not_used_login
Wed Jan 17, 2024 12:26 am
Forum: General Discussion
Topic: Esp32 + stepper motor
Replies: 5
Views: 27005

Re: Esp32 + stepper motor

No, "jumping" motor is not a common problem :) post your code AND wiring diagram That is the code: #include "AccelStepper.h" // Define stepper motor connections and motor interface type. // Motor interface type must be set to 1 when using a driver #define dirPin 12 #define stepPin 14 #define motorI...
by last_not_used_login
Tue Jan 16, 2024 12:02 am
Forum: General Discussion
Topic: Esp32 + stepper motor
Replies: 5
Views: 27005

Re: Esp32 + stepper motor

Code is 1:1 as in the example https://www.makerguides.com/a4988-stepp ... -tutorial/

I have tried both - vanilla and accustepper solution

Thanks!
by last_not_used_login
Sun Jan 14, 2024 9:30 pm
Forum: General Discussion
Topic: Esp32 + stepper motor
Replies: 5
Views: 27005

Esp32 + stepper motor

Hi, I'm trying t o connect my ESP32 to this stepper motor(17HS19-2004S1): https://www.amazon.pl/STEPPERONLINE-krokowy-Bipolar-przewody-drukarek/dp/B00PNEQKC0 using a driver (drv8825): https://www.amazon.pl/dp/B07CNJR2Z6?ref=ppx_yo2ov_dt_b_product_details&th=1 I'm following this instruction: https://...
by last_not_used_login
Sat Apr 15, 2023 9:38 pm
Forum: General Discussion
Topic: ESP32-WROOM-32UE connected LCD causing a problem.
Replies: 1
Views: 1205

ESP32-WROOM-32UE connected LCD causing a problem.

Hello, Firstly I wan't to apologies if I'm asking the question in wrong place or I'm breaking some rule - I'm new here. I'm developing a air monitor and filter control for my 3d printer. Everything was great until I decide to order bigger LCD screec (20x4). I bought Youmile IIC/I2C/TWI Serial 2004 2...