Devoxx4Kids Mindstorms Workshop EN
Devoxx4Kids Mindstorms Workshop EN
Mindstorms
What is your robot made of ?
● An EV3 brick on which sensors and motors are
plugged. We will build our programs on the
computer, and then upload them into this brick.
6 7 8
Mission #1 : Make an half turn
9. Place a Move Steering block after the previous one
10. Change the mode to On for Rotations
11. Change the rotation number by 5
10 11
Mission #1 : Make an half turn
12. Connect your EV3 Brick.
13
14. Run the program (Folder icon > TRACK3R > Program2)
Mission #2 : Detect an obstacle
Goal : The robot moves around continuously. If it detects something at a
certain distance, it stops and plays a sound. If not, it continues to move around.
1. Add the infrared sensor in front of the EV3 Brick and plug
it to the port 4
2
2. Add a new program
Mission #2 : Detect an obstacle
3. Place a Loop block after the
start block
10. Select the Error alarm sound (menu LEGO sound files
> Informations )
Mission #2 : Detect an obstacle
11. Place a Move Steering block inside the False case of
the switch block.
12 13
Mission #2 : Detect an obstacle
14. Connect your EV3 Brick.
15
16. Run the program (Folder icon > TRACK3R > Program2)
Mission #3 : Hunt the intruders !
Goal : The robot moves around continuously. If it detects something at a
certain distance, it stops, plays a sound alert and waits for 3 seconds. If the
obstacle has not move after 3 seconds, the robot shoots a ball.
4
Mission #3 : Hunt the intruders !
5. Place a Switch block inside the True case of the
switch block
9 10 11
Mission #3 : Hunt the intruders !
12. Place a Medium Motor block inside the True case of the switch block.
13 14
Mission #3 : Hunt the intruders !
15. Connect your EV3 Brick.
16
17. Run the program (Folder icon > TRACK3R > Program2)
Up to you !
Add sounds and pictures to make your robot
alive :
● to make the robot play a sound, add a
Sound block and select the sound
● to display pictures on the EV3 brick, place a
Display block and select the picture