Incremental speed control of the boost hub motors #1025
MichaelVerschaeve
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, as explained here https://www.youtube.com/watch?v=1tds-9R2gpY it's possible to control the boost move hub with the powered up remote control. Unfortunately it's "bang bang" mode, the motors are immediately at full speed.
Luckily, it's relatively straigtforward to write some code in pybricks to connect with a remote and have incremental control over the motors with key-presses on the remote:
I use it to control this guy
https://robotics.benedettelli.com/lego-boost-wall-e/
but nearly identical code could probably be used to control the default Vernie The Robot model.
I also quite like I can code a fallback to control Wall-E with the color sensor if no remote is found within 5 seconds.
Beta Was this translation helpful? Give feedback.
All reactions