ESP-StepperMotor-Server
ESP-StepperMotor-Server copied to clipboard
Turn your ESP32 into a complete stepper motor control server with web UI, REST API and serial control interface
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
I'm using the Arduino version (UI version: 0.3.1 / Server version: 0.4.7). It works well, except the control page does not update after or during a motion. Only a manual...
Hello I have a lot of jitter on step movements. I guess this is the same Problem as in ESP-FlexyStepper library : [https://github.com/pkerspe/ESP-FlexyStepper/issues/4](https://github.com/pkerspe/ESP-FlexyStepper/issues/4) Is there a change to transfer the...
**Is your feature request related to a problem? Please describe.** Hi, I tried your library and I like it a lot! When I use the stepper without the brake feature,...
As we see into the code you started already some macro dev. may you can give a sample to use it at current status?
**Describe the bug** try to install into arduino ide, The ide sees the library, but when I click install I get error message "Failed to install library: 'ESP-StepperMotor-Server:0.4.12'. No valid...
hi i think u missunderstood me i can load with your interface it s amazing and so good work but i need to change some variable for example i need...
Hello Paul, I would like to program an additional function (solar tracker), how would you go about it. So I guess I need a separate module, but at which point...
I am looking for a solution to control stepper and relays. Are relays supported? Would like to build a small device, that works in loop. Stepper turns 60 degrees, when...
Currently, the used stepper library is CPU-bound and does not cooperate well with other CPU tasks. This results in stepper pulse jitter even on quite low stepping frequencies, making microstepping...