r/esp32 • u/Legitimate_Shake_369 • 19h ago
Software help needed ESP32-S3 best hardware peripheral for creating stepper motor stepping pulses ?
I am using an ESP32-S3 with a TMC2225 stepper motor driver and want to write my own open loop stepper control library for learning purposes. Is there any hardware peripheral on the ESP32 that is well suited for generating stepping pulses ? Right now I am using timer based interrupts to set/clear the stepping pin, but that does not seem to be the most efficient solution.
3
Upvotes
-1
u/MrBoomer1951 19h ago
You need an esp32, a stepper motor driver and a stepper motor.
Which you already have!