gin66

Results 134 comments of gin66

I have tested with avr simulator and fixed a bug. Hopefully it works now for esp32, too. The version is 0.28.0

Thanks for checking. I think, I see the issue in the esp32 code using mcpwm/pcnt. need to figure out a solution. The esp32 rmt looks better.

github automatism is surprising…. Anyway, I hope the error has been fixed.

yes, if the opposite value is returned, the driver will try again. The brute force method is problematic, if you run more than one motor, because this may cause another...

what is this driver ? any library ?

After having a look at the implementation of that driver, I recommend to move the actual bit toggling into another task and not in scope of FastAccelStepper’s callback. This would...

The attachable pulse counters are configured to read back the stepper pin and the direction pin. But this works only for hardware pins. As this is an add on, I...

Thanks for the info and I will later clone your repo with the test project. Hope I can make it run under github actions as testbed

ok. The latest fix to avoid this problem is not included in 0.27.5 Any chance, that you can check the latest version from GitHub ?