GYRO SENSO English
GYRO SENSO English
(5 minutes)
Rotating using a wheel is not very precise. If you try to turn your robot in the
dust or on a slippery surface, it may not reach the right angle. What the Gyro
Sensor does is to help you make much more precise movements.
Construct
(20 minutes)
IMPORTANT:
Keep the Gyro Sensor and EV3 Brick steady when connecting the cable and
during start-up of the EV3 Brick.
Program Summary
Start
Move Tank - Power B[10], Power C[-10]
Wait - Gyro Sensor - Compare Angle - Type[3] (Greater Than or Equal),
Degrees [90]
Move Tank – Off
Troubleshooting
The angle needs adjustment – typically the value needs to be lower than 90
degrees.
Theory
When using the Gyro Sensor, the value of rotation written in the sensor block
corresponds to the rotation of the driving base. The precision of the sensor is
+/- 3 degrees.
The motor slack and the delay caused by stopping the rotational momentum
can also affect the precision.
The power of the battery, the size of the wheels, the friction of the robot on
the surface, the distance between the two wheels are no longer factors that
can influence the precision of the rotation of the robot.
Contemplate
(20 Minutes)
How much did your robot rotate, compared to what the program told
it to do?
It rotated typically further due to the rotational momentum.
Task
Turn your robot clockwise for 45 degrees.
Task
Turn your robot clockwise for 180 degrees.
Solution - Program Summary
Move Tank - Power B[10], Power C[-10]
Wait - Gyro Sensor - Compare Angle - Type[3] (Greater Than or Equal),
Degrees [180]
Move Tank – Off
Troubleshooting
The angle needs adjustment – typically the value needs to be lower than 180
degrees.
Task
Turn your robot clockwise for 360 degrees, followed by a counterclockwise
point turn for 360 degrees.
Continue
(15 Minutes)
Continue to explore
Create a new program using a Loop to make your robot drive in a square.
When you are ready, test your program on starting position 4 on learning
mat 1.
Troubleshooting
The angle needs adjustment – typically the value needs to be lower than 90
degrees.