-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fast stop #10
Comments
Hello @jmaurel87, Could you please share the code you are trying to run? Also, could you please attach 2 videos, one to show motor stop on clockwise rotation and another to show motor stop on anticlockwise rotation? Thank you. |
Hello, Ok this is an extract from the code and a video. At the beginning the motor stop immediately (closing) and in the second part (opening) the motor don't stop immediately. I have the same problem with other motors. Thanks for your attention ` #define PIN_SOCKETLED_2 2 void Fermeture() { void Ouverture() { I2C.motor.driver.mp4` |
Hello @jmaurel87, Thank you very much for the detailed information. Can I know the exact model of the motor you are using in this video? You said you tried other motors as well. Are those motors also the same model as the one you are using in this video? Thank you. |
Hello @lakshanthad The model in the video : An other motor tried with the same problem : |
Thank you @jmaurel87, Previously you shared only part of the code. Could you share the complete code, please? Thank you. |
Hello @lakshanthad I've tested with the example of the library....and I have the same problem. Maybe it's a problem of the grove module. #include "Grove_I2C_Motor_Driver.h" // default I2C address is 0x0f void setup() { void loop() { // End of file BUT I've found a solution : Run the motor in the opposite direction for 15 ms and then stop the motor. |
without checking myself: |
Hello, I'm very sorry to have kept you waiting so long. Do you still have this problem now? |
Hello, I'm going to close this issue, feel free to re-open it if you have any other questions. [Autocommentary] |
Hello,
I have noticed that the motor stop immediately only when it rotates anti-clockwise. When it rotates clockwise it doesn't stop immediately.
Sincerely
The text was updated successfully, but these errors were encountered: