0% found this document useful (0 votes)
34 views12 pages

Building Instructions Layout: Step Sequence # Items Req. For The Step

The document provides instructions for assembling and programming a robot, including connecting the robot to a programming device via Bluetooth, using programming blocks to write code to control the robot's motors, and testing the robot's functions like moving, turning, and launching a ball. Diagrams show the robot assembly, programming block functions, and examples of code to move the robot forward, turn it, and shoot a ball.

Uploaded by

Praven Rajendran
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views12 pages

Building Instructions Layout: Step Sequence # Items Req. For The Step

The document provides instructions for assembling and programming a robot, including connecting the robot to a programming device via Bluetooth, using programming blocks to write code to control the robot's motors, and testing the robot's functions like moving, turning, and launching a ball. Diagrams show the robot assembly, programming block functions, and examples of code to move the robot forward, turn it, and shoot a ball.

Uploaded by

Praven Rajendran
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 12

Building Instructions Layout

Step Sequence # Items req. for the step

Arrows to guide
assembly location

Assembly Diagram
To complete the Robot, you will need to attach the Base
Module to your assigned attachment (Siege/Launcher)

Siege Module

Robot Base Module

+
Launcher Module
To connect your Robot to the Programming
device(Ipad/Android)

Step #1 : Switch On Your EV3

Press the Middle Button

Step #2 : Identify what is your EV3 ID


Check Your ID
(It should read “EV30XX”)

XX = 00,…,20
Step #3 : Go to your device to connect to your EV3 via Bluetooth
Step #4 : Open “Mindstorm Education” on your device
Choose this Icon

The program will open with a starting screen. Choose “New


Program” and you will see the screen below.

or
Programming Blocks #1

“Download” and “Download then Play”

Current connected EV3 name

Program Blocks Currently Motors/Sensors

Programming Blocks
Programming Blocks #2

Block Name : Start Block


Your code must start with this block. Then subsequent
blocks will run sequentially after this block has been
activated
Programming Blocks #3

Block Name : Tank Move


This block will control your Left/Right Motor
simultaneously with motor power by and
rotation amount

Pick and Drag


Programming Blocks #4

Block Name : Motor Rotate


This block will control your “D” Motor with motor
power and rotation amount

Pick and Drag


Hint # Power range (-100 to 100)
Code and Test your robot #1

Hint # Power can


range (-100 to
100)

The Robot should move forward for


one wheel rotation
It will do
this!
Code and Test your robot #2

The Robot should move turn right with Motor B


rotating clockwise and Motor C stopped
It will do B
B

this! C
C
Code and Test your robot #3

Hint # How far you lock


your catapult will
determine where your
ball lands

The Robot will “launch/shoot” the ball


without moving
It will do
this!
Code and Test your robot #4

Pseudo Code :
Start
Move Forward for one rotation
Turn to the right (MotorB Rotate for 1 Rotation)
Shoot the ball (MotorD Rotate for 0.3 Rotation)
End

You might also like