Yo, this is so helpful. Been playing with the code a bit trying to figure out the little weird parts of it. Super helpful man keep it up!
@AntonsMindstorms3 жыл бұрын
Glad to hear it!
@macomemaco3 жыл бұрын
Love you videos! Can you please make more videos for 51515 alone for those who are not lucky enough to have Spike as well? Being Spike so expensive compared to what you get, I think most people will have 51515 only, at least that's my case. Thanks!
@AZiZtk. Жыл бұрын
THANKS APPRECIATED
@Fishamble3 жыл бұрын
Thanks for the videos
@basberend3 жыл бұрын
wederom een zeer boeiende en informatieve film. #dankjewel
@xulois Жыл бұрын
Hi, thank you for sharing. May I know if I can use Mindstorms EV3 set to build and program it? Currently I only have EV3, and find the EV3 CLASSROOM is different from 51515 set software. It looks like EV3 software does not have some of the coding blocks 51515 has. Thanks a lot!
@GrzegorzGlowaty3 жыл бұрын
Anton, a perfect channel. I wish there was a block to synchronize 4 motors at once. Let's say I have 4-legged and I want all 4 legs to be in perfect sync. Any ideas how to do it?
@GrzegorzGlowaty3 жыл бұрын
In other words I'm looking into executing two parallel movement blocks for infinite time. If I just start two movement and then Stop Movement, only one of them stops.
@AntonsMindstorms3 жыл бұрын
I made a video about this with Gelo. I also created some python boiler plate to make it really easy.
@AntonsMindstorms3 жыл бұрын
How to give MINDSTORMS GELO a natural walk and make him do hand plants with Python kzbin.info/www/bejne/fYPHqmmhd7N9gq8
@samwickham42363 жыл бұрын
Thank you. Very well explained. That helped loads! Subscribed. :-)
@shelbygt350r42 жыл бұрын
Hi, Anton. i have an rc i want to move with multiple motors, any idea how i can program it to do that? please let me know. :)
@MisterFitzGibbon3 жыл бұрын
Is there a simple way to have motors running in parallel in Python? The rotation of each is specific so I can't use the MotorPairs. Thanks Anton
@AntonsMindstorms3 жыл бұрын
Yes. It's on my github: github.com/antonvh/mpy-robot-tools
@UltimateLegoProductions1233 жыл бұрын
Awesome!!
@rixsterplays14 күн бұрын
Thanks!
@rcduo49352 жыл бұрын
Is there a way I can get 4 motors to go at once?
@D1S0-3 жыл бұрын
Sometimes while using the broadcast block, multiple receive commands don’t work at the same time. Please help me find a solution
@AntonsMindstorms3 жыл бұрын
What have you tried?
@D1S0-3 жыл бұрын
@@AntonsMindstorms I set up 2 receive blocks for one broadcast, I made it so the receive blocks aligns 2 motors each, then the 2 motors move synchronized. So the left side of the robot moves 2 motors backwards, right side moves 2 motors forwards. But how do I synchronize the left and right side? This was very hard to explain. Perhaps I can send some sort of media (pic or video)?
@AntonsMindstorms3 жыл бұрын
@@D1S0- Have you tried 4 receive blocks, instead of one per side?
@D1S0-3 жыл бұрын
@@AntonsMindstorms sorry for replying so late, I didn’t get a notification for some odd reason, what I wrote might have been a bit confusing to read. To sum it up, I’m trying to synchronize 4 motors but make 2 turn right, and make the other 2 turn left. Maybe there’s a better way to achieve this? They need to be perfectly synchronized because I’m making a quadruped robot dog.
@AntonsMindstorms3 жыл бұрын
@@D1S0- Yes. The solution is the same as I mentioned a week ago.