-
Notifications
You must be signed in to change notification settings - Fork 21
Question about PWM and motor control with Raspberry Pi 4B and Lego Build HAT #213
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
Comments
What's "noticeable" and "significant"? |
By "noticeable," I mean whether there is a perceptible delay between when the command is issued in the program and when the motor actually starts running. By "significant," I am referring to whether, when using This project involves a race with other robots, so it is crucial that the motors are extremely precise. Thank you for your clarification! |
I have written an alternative library that overcomes this limitation of the official library. you can find it here |
Thank you very much. It will be very useful as the official library seems to have some inaccuracies. |
I might have come across this a bit late - but if it helps.... |
Hello everyone,
I am planning a project using a Raspberry Pi 4B and the Lego Build HAT to control motors and sensors. However, I have read that without using the pwm function, communication with the motors can be slow.
I got the information from another issue:
Could someone clarify to what extent this slowness affects motor performance? Specifically:
Any insights or experiences you could share would be greatly appreciated.
Thank you for your help!
Best regards,
PinkPantherPC
The text was updated successfully, but these errors were encountered: