vp8181
vp8181
Today while testing with only 1 motor i could see an issue G1 (s1,s2) group motors work fine but when i write s1.move the s2 also moves.(s2 motor was not...
Thankyou for your support sir. Like the constant speed that we have in Accel stepper library and multi stepper library example. Max speed is defined and then all the motor...
@luni64 Sir if possible please look at the issue of maximum speed without Acceleration because that is some how limited. I think , if it is possible to rotate stepper...
Hello sir @luni64 Any plan of update this weekend? A gentle reminder of update on grouping issue and setting constant speed
Sir had a doubt , Can Teensy 4.1 run 6 stepper motors at 50khz each and handle interrupt from 6 encoders at 50khz each . Will it be to much...
Yes the encoders are 600ppr and at quadrature 2400pulses and at 1500rpm so it's exactly 60khz each and total 360khz interrupt. So the teensy handles the encoder very easily but...
I have gone through the library, it's really amazing and easy to use . But as i have done lot of work with my code, i would like to stick...
Hello Sir @luni64 , i want to stop motor when an interrupt high is seen on x pin. So i use this code to `` #include "Arduino.h" #include "teensystep4.h" using...
@luni64 Hello sir, Any assistance with above problem. I got no solutions. Any other way to execute stop when needed based on external interrupt. Sorry to ask again but the...
> @vp8181 I've just noticed you needed and emergency stop rather than a gradual stop. There is already an emergency stop, just call `s1.emergencyStop();` Hello @cbradburne I will need emergency...