EV3 Assembling & Programming Instructions
1. Build Your Robot Open the EV3 Mindstorm Manual -it should be in your box...if not, here is a link: Driving Base_Assembly Manual. This manual will guide you step-by-step in the building of your EV3. Go ahead, begin assembling your robot...and have fun! |
![]() |
2. Program Your Robot The base structure of your robot is complete. You will now learn how to program your robot. There are two ways that you will code your EV3. First is to hand code the Brick directly. Second is to eventually code it with your computer. Let's start by learning how to hand code the actual robot. Click on this link to access Brick Programming Tutorials. Watch the following videos...and follow along as the gentleman explains program your robot:
|
![]() |
|
![]() |
|
![]() |
Now Apply The Skills You Learned Above To The Following Sensors: |
|
Ultrasonic Sensor (p.47) The EV3 moved forward and stopped when its ultrasonic sensor came within 30 cm. of the cube. Image And Code |
![]() |
Gyro Sensor (p.53) |
![]() |
Create Front Arm Lift (p.68) The EV3’s front arm lift closed down over the cube and then dragged it backwards for a few seconds. Image And Code |
![]() |
Color Sensor (p.72) Forward: The EV3’s move for a few seconds when the blue portion of the cube was placed in front of the color sensor. |
![]() |