The Wireless Stepper Driver is a compact and efficient motion control system designed to control stepper motors over Wi-Fi. It is built using the TMC2240 stepper driver and an ESP32-S3 microcontroller, offering precise motor control with the convenience of wireless communication. This makes it ideal for applications where remote or automated movement is needed.
One of the standout features of this system is its support for USB Power Delivery (USB-PD). The driver can automatically negotiate power input levels, operating at 5V, 9V, 12V, or 15V depending on the connected source. This flexibility allows the system to be used in a wide range of environments, from delicate electronics setups to more demanding industrial systems.
A simple web interface serves as the control panel, accessible from any device on the same network. Through this interface, users can send commands to move the motor, check system status, or monitor parameters like temperature and current draw. Real-time feedback is provided in JSON format, making it easy to integrate with other tools or custom dashboards.
To ensure accurate movement, the system uses an AS5600 magnetic encoder for closed-loop positioning. This means the motor can confirm its exact position after every move, reducing errors and increasing reliability in precision tasks.
Visual feedback is provided using RGB LEDs, which change color based on the input voltage, like green for 5V, blue for 9V, purple for 12V, and orange for 15V. The LEDs also indicate motor activity and Wi-Fi connection status, helping users quickly understand the system’s state at a glance.
Internally, the firmware is optimized for responsiveness using non-blocking timers. This allows the motor to be controlled smoothly without interrupting the web server or other background tasks. Whether you're building a camera slider, a turntable, or a small automation system, the Wireless Stepper Driver offers a simple yet powerful solution for remote-controlled motion.