Please enable JavaScript.
Coggle requires JavaScript to display documents.
Ev3 Robtics - Coggle Diagram
Ev3 Robtics
Code
Follow the line
To complete the follow the line task you need to set up a sensor that detects a black line and follows it without vering off of the line.
Maze
To complete the maze task (the final task) you have to get your robot through a complex maze with parts from previous tasks Eg: follow the line. you also have to set up a sensor that makes the robot stop when an object is near.
Figger of 8
To complete the figged of 8 we need to get the robot to turn in a circular motion clockwise until it gets to the start point then stop and go the other way in a anti-clockwise rotation and stop at the starting point.
A to B
We need to measure how many turns are needed to move it from the start (A) and stop it when it reaches its destination (B).
A to B to C
We need to repeat what we did in the A to B but just add a turn of 90 degrees and move forwards again and stop on the finish (C).
Materials
-
-
pressure sensor
The presure sensor is to stop the robot when It hits something because our inferred optical sensor does not work
-
Need
We need to successfully complete the tasks given to us by using Ev3 robotics and building code that makes it Go from A to B, A to B to C, figged of 8, follow the line and the maze