Introduction
The goal of this LEGO Mindstorms curriculum is to teach core computer programming logic and reasoning skills using robots.
Different Parts
The robot is composed of the following elements:
Zoom on the Brick
You can see that we have: a screen, buttons and a status light around the buttons (green in this case).
Turn on
To turn the EV3 on, you just need to press the center button and it will open up a menu with four tabs.
Turn off
To turn the EV3 off, press the back button. When you see the power off icon, either select the check mark to turn the EV3 off or select the X
to cancel.
Software
We will use the Lego Mindstorms Education EV3 Classroom software:
Finding projects and programs on the EV3 brick
When you click Download
or Download and Run
, your project is transferred to the EV3 brick.
In the File Navigation tab on the EV3 brick, you should find one folder for each project, containing its program and all the files used in the projects (such as images or sounds).
You start a program by selecting it and clicking the Center button.