LEGO MINDSTORMS EV3
Teacher's Note: How should the field look like?
Use any corner of the room as a starting position of the robots. The two perpendicular walls will be the feeding spots. Parallel to one of the walls, about two meters ahead, stick some tape which will mark the entrance to the coral reef. Turn a box for LEGO parts upside down and use it as a rock. You can see the field below:
- #1120
- 14 Jan 2019
Wait block. Basic usage.
How to make the robot stay idle while the program is still running.
- #395
- 27 Apr 2017
How to display text on the screen of an EV3 brick with Python
Have you noticed when some programs are either loading or executing, they display text on the screen that tells you what is happening? Many programmers add a message line before every operation, where they say what their program is doing.
This way, they can easily find a problem if such appears. This is called debugging and we will learn how to apply it by printing messages on the brick display.
- #1553
- 06 Mar 2020
How to turn the motor 90 degrees without calculating speed and time ratio
We can calculate how much time the motor should turn at a given velocity in order for it to reach the required position, but this will not be necessary. In such cases, it would be much easier to use the run_angle().
- #1559
- 06 Mar 2020
Wrong LEGO Mindstorms robot positioning without sensors (part 1)
You are not using sensors?! You are positioning the mindstorms robot only by moving forward, backwards and rotating it. That`s one of the BIGGEST mistakes teams make on the FIRST LEGO League competitions. In this video we are showing a robot with chains and how imprecise are the results are when you are not using sensors.
- #41
- 23 Sep 2013
Anty - LEGO Mindstorms Robot that behaves like an ant
Again a LEGO animal. This time it looks like an ant. It's interesting that this robot has no wheels and moves in a way very different from the rest of the "wheel robots".
There is much to be learned about mechanics from the way animals move. Ants are a good example. In the real world, an ant could carry a load of 20x its mass. It would be interesting to see how much load could this robot carry? Try it.
- #372
- 18 Feb 2017