First of all I wanted to say "hi!" as this is my first post here
I've spend the entire day a trying to drive a NEMA 17 stepper motor with a NodeMCU board via an L298N driver.
When using an Arduino UNO board, the motor works perfectly, however when I try to run the same code on a NodeMCU board, it causes a hw wdt reset
ets Jan 8 2013,rst cause:4, boot mode:(3,6)
I've been looking in Google for a solution but no luck so far, I wasn't able to find anyone driving a NEMA 17 with a L298N driver with the Stepper.h library.
Has anyone here been able to drive such a motor with the same driver and library? I would really appreciate any kind of help.
Setup:
- A Coil: D1 + D2
- B Coil: D3 + D4
- A PWM: D5
- B PWM: D6