Last active
April 15, 2024 15:10
-
-
Save topshed/6edca0f4e7a56e75a9b40cc07b593f80 to your computer and use it in GitHub Desktop.
LEGO Spike Prime for CoderDojo: Quick start
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Start by building your robot. | |
The simplest robot is the Spike hub connected to two wheels and a caster | |
There are lots of ways to build a similar 2-wheeled bit, and the design shown here might not be the best for every task. | |
You may also need to adapt your code if you build a bot with larger motors or wheels. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using the Spike hub
Then select "More movement"
Select one of the purple "Light" blocks from the left and drag it under "When program starts". Then press the yellow Play button in the bottom right to run the code on the Hub.
Next: Moving your robot