Video tutorials
Filters:
EV3 basics course. Color Sensor at a competition (part 7)
In a competition environment like the FIRST LEGO League (FLL) or World Robotics Olympiad (WRO) the color sensor is more than useful. It makes positioning on the field quite easy and precise.
- #153
- 29 Oct 2015

EV3 basics course. Color Sensor. Tasks (part 6)
Tasks on using the LEGO EV3 Mindstorms Color sensor. Quite fun and useful for different STEM classes or just to get to know the sensor.
- #152
- 28 Oct 2015

EV3 basics course. Color Sensor. Working with reflected light (part 5)
The color sensors supports different modes of working. In this video we are working with the Reflected light, which is not actually the detected color. Most robotics sensors actually work with reflected light and you should definitely learn how to use this mode.
- #151
- 27 Oct 2015

EV3 basics course. Color Sensor. Stop on third line. Improve program (part 4)
The program from part 3 should be refactored and improved to make it easier to understand and support. We extract most of the repeatable behaviours in a loop and this reduces the size of the program three times in terms of the number of blocks used.
- #150
- 26 Oct 2015

One attachment for Solving FIRST LEGO League 2014 World Class missions - part 2
We show the principle of solving the next FIRST LEGO League (FLL) Nature's Fury 2013 competition missions. Again, without any programs, but just the principles of using one attachment for most of the missions.
- #123
- 25 Oct 2015

EV3 basics course. Color Sensor. Stop on third line without Wait block (part 3)
Use the color sensor to count the lines and stop on the third line. We do not use the wait block for this.
- #149
- 24 Oct 2015
Physics in LEGO Mindstorms: Energy Accumulation and Conservation. Part 1
How can you accumulate some energy in an LEGO Mindstorms EV3 construction an use this energy at a later moment? How does a Flywheel work, why is it important and what is the purpose? What is energy, inertial moment and angular velocity. These are just some of the questions we would answer in this series on Physics and LEGO Mindstorms.
- #114
- 24 Oct 2015
EV3 basics course. Color Sensor. Stop on third line. Hack (part 2)
Counting lines and stopping on the third is the subject of this video. It is important to know how to do this in order to conduct more than one experiment in STEM classes (if we consider that each line is an experiment)
- #148
- 23 Oct 2015
One attachment for Solving FIRST LEGO League 2014 World Class missions - part 1
One attachment to rule them all...We have seen it and it works -> solving most of the competition models with only one attachment. In this video tutorial without programming we would walk you through the principles and methods of using a single attachment for most of the FIRST LEGO League competition models. One can learn alot from using as few parts as possible to solve as many missions as possible.
- #122
- 22 Oct 2015

Ultrasonic Sensor. Smooth follow a wall (part 2)
In the first LEGO tutorial we started following a wall with the Ultrasonic Sensor. In this tutorial we would improve the program, remove the zig zag movement and make it very smooth.
- #162
- 21 Oct 2015
Ultrasonic Sensor. Simple follow a wall (part 1)
This tutorial is about how to follow a wall with an ultrasonic sensor. The example is with a border from a FIRST LEGO League (FLL) competition, but could also easily be applied to other competitions and problems.
- #161
- 20 Oct 2015
EV3 basics course. Color Sensor. Detect line (part 1)
Very simple and basic introduction to the color sensor in the LEGO Mindstorms EV3 set. The first program is to stop at a line. Then we can move from stoping at line to counting lines and even more complex tasks.
- #147
- 19 Oct 2015

EV3 basics course. Ultrasonic Sensor. Tasks (part 5)
Tasks for school STEM classes or home exersie. Try to solve them to submit your solutions below.
- #146
- 18 Oct 2015

Rubber bands, gear wheels and motors attachment for solving FLL 2013 Truck and Ambulance (part 3)
Previously we caught the Truck with two rubber bands. The next step was to lift it. For lifting we used the Medium LEGO Mindstorms EV3 motors. In this video we are extending the attachment so that we could catch also the Ambulance. In forth video we would explore how to release both vehicles after transporting them.
- #111
- 17 Oct 2015

Important improvements on Rubber band attachment with a flywheel
"The devil is in the details". We are improving the Rubber band attachment with a Flywheel by introducing a few small, but important modifications that make the whole robot attachment more stable and reliable. With the conclusion of the series this attachment could be used as a basis for some very interesting STEM demonstrations on energy accumulation and conservation.
- #108
- 16 Oct 2015

EV3 basics course. Ultrasonic Sensor. Follow an object (part4)
Follow an object using the LEGO Mindstorms Ultrasonic Sensor. Object moves away, the robot moves with the object. The program is very useful if you are doing STEM classes and you want to demonstrate results. People react very well to a robot following you like a dog for example.
- #145
- 15 Oct 2015

EV3 basics course. Ultrasonic Sensor. Stop & Move (part3)
Stop on detecting an object with the Ultrasonic sensor and move after detecting there is no object. Join of the previous two video tutorials in one
- #144
- 14 Oct 2015
EV3 basics course. Ultrasonic Sensor. Move after object is removed (part2)
The robot detects an object. After the object is remove we want to make the LEGO robot move forward.
- #143
- 13 Oct 2015
EV3 basics course. Ultrasonic Sensor. Detect object (part1)
We are introducing the LEGO Mindstorms EV3 Ultrasonic Sensor. The first program is actually to detect an object and stop near it, at about 4 inches/10 centimeters. The ultrasonic sensor could be used during robotics competitions, but most of its use is for experiments.
- #142
- 12 Oct 2015

Rubber bands, gear wheels and motors attachment for solving FLL 2013 Truck and Ambulance (part 2)
Extend the previously build attachment for the FIRST LEGO League (FLL) Nature's Fury competition so that we can move the Truck and Ambulance up and down.
- #110
- 11 Oct 2015

EV3 basics course. Touch sensor. Tasks (part4)
Tasks for STEM classroom and home exercise to get you used to using the LEGO Mindstorms Touch sensor. Solve them, build a program, record a video and upload your solutions below.
- #141
- 10 Oct 2015
EV3 basics course. Touch sensor. Non-intuitive, but logical (part 3)
The way sensors and programs work in a robotics system is sometimes not-intuitive for a beginner, but nevertheless very logical. Building a program for a touch sensors for "Press->Go->Press->Stop" using the EV3-G software could be quite challenging at the beginning even for experienced teachers, students and robot builders.
- #140
- 09 Oct 2015
EV3 basics course. Touch Sensor. Programing. Pressed/Released (part 2)
We create a program for detecting when the Touch Sensor was Pressed/Released. Move until it is pressed, continue when it is released.
- #139
- 08 Oct 2015
EV3 basics course. Touch sensor (part 1)
Complete introduction to the LEGO Mindstorms EV3 Touch sensors from the very first step. In this video tutorial we program the robot to stop on touch sensor pressed. Again, this is based on your feedback that much of our tutorials in previous years were a little more advanced and that we have never made a proper introduction. A few more videos on touch sensor will follow after this
- #138
- 07 Oct 2015

Solving the FIRST LEGO League 2013 Natures Fury Code Construction - one motor, two movements
One of the most interesting challenges in the series of FLL Competitions. Move a block and add additional floor on top of the block without damaging the construction. In this tutorial we would focus only this mission and we would achieve two movements with only one motor which makes the attachment quite powerful.
- #113
- 06 Oct 2015
EV3 basics course. Precise motor programming. Tasks (part 8)
Robot tasks to exercize how to position on the field using only motors. STEM classes could use it to demonstrate mechanical imperfections in constructions and how important using sensors in this LEGO Mindstorms Robotics sets is
- #135
- 04 Oct 2015