Video tutorials
Filters:
Introduction. Go forward and turn around.
In this video I am building the five minute robot from LEGO Mindstorms and I am doing a short introduction on how to make the robot move forward and turn around. Throught this series I will be using mostly NXT-G as a programming environment.
- #4
- 08 Feb 2013


FLL 2021: Push a mission model - 10 out of 10 on how to accomplish the Transportation Journey mission
This video tutorial demonstrates the consistency and reliability of the active attachment that pushes the two mission models. The goal is to use both the attachment and the robot to push the mission model and move the truck and the plane after the blue lines.
- #2044
- 18 Oct 2022


10 runs on how to move on an FLL competition field with LEGO MINDSTORMS Robot Inventor without sensors
Continuing from the last tutorial, we demonstrate the consistency and reliability of the robot when we don't user sensors. The result is pretty obvious - the robot is NOT consistent and reliable. It just makes a lot of mistakes
- #1956
- 03 Oct 2022


FLL 2020: 10 out of 10 on how to accomplish the Basketball mission
In this video tutorial we accomplish the Basketball mission 10 out of 10 times. We use one of the more complex attachments for the FIRST LEGO League 2020 RePlay competition. You will see an learn how to successfully and consistently complete a mission that requires the robot to put a ball into a basket and lift the basket, or lift the basket and put the ball into it.
- #1751
- 07 Sep 2021

Tetrix FTC. Modify the PushBot to collect balls
There are modifications that you must do on the FTC PushBot robot. Let's discuss them
- #566
- 08 May 2017

VEX EDR Intro. Move and turn and repeat 4 times
We start with the previous program where we made the robot move forward and turn. We continue in this tutorial with repeating the same RobotC instructions four times. Our goal is to make the robot move in a square.
- #338
- 12 Apr 2017
VEX EDR Intro. Introducing loops - the correct way to repeat some code a number of times
In this tutorial we would introduce you to the concept of loops using this VEX EDR Robot. As a final result we would have a program that makes the robot move in a square and not by repeating the same instructions for move and turn four different times.
- #336
- 10 Apr 2017


FLL 2020: How to accomplish the Pull-Up bar mission
This video tutorial is about accomplishing the Pull-Up bar mission from the FIRST LEGO League 2020 RePlay robotics competition. The goal of the mission is to move with the robot and pull the robot up. With this video tutorial you will learn how to build such attachments and how missions that are about lifting the whole robot could be accomplished. The attachment also makes a very good use of rubber bands.
- #1752
- 05 Aug 2021

EV3 Phi. Task - use wait when the cup is over the robot buttons
How to use the robot when the buttons are not accessible.
- #406
- 14 Apr 2017
LEGO Mindstorms NXT Sound Block Overview
During the FIRST LEGO League competition you can hardly use the sound block, because of the noise from the excitement around the tables, but it has a few interesting applications. I this video lesson I will show you how to use the sound block and build a program that makes the robot say which color it sees.
- #22
- 12 May 2013


FLL 2021: Drop precisely - 10 out of 10 on how to accomplish the Load Cargo mission
This is a 10 out of 10 tutorial for a complex robot attachment that does a precise drop and is auto-correcting at the same time. It has decent consistency and reliability. We drop cargo onto the train and use a LEGO Education SPIKE Prime robot for this FIRST LEGO League 2021-2022 competition.
- #2124
- 18 Apr 2023


How a Grab attachment accomplishes a loops mission. Video tutorial with LEGO Mindstorms Robot Inventor
In this video tutorial we demonstrate a Grab attachment build from LEGO Mindstorms Robot Inventor 51515 set. The goal of the grab attachment is to accomplish the mission of bringing loops back to base without loosing or dropping them when returning. The principle of the grab attachment also demonstrates how to have a a locking mechanism. In this way there is not way to the loop to escape.
- #1908
- 10 Apr 2022

Tetrix FTC. Teacher's note about constructing an attachment for collecting balls.
In this robotics tutorial, we give a few notes for the teacher about adding an axle to the front of the FTC robot and attaching a plastic plate to this axle to make the robot collect balls.
- #571
- 23 May 2017

EV3 Phi. Extend a construction by changing the plane of building
In this video, we introduce two pieces: beam with pins and the angular beam with pins
- #484
- 12 Apr 2017


Display four rows with four boxes on the screen. Robotics Game Of Life
Display a matrix on the brick screen. Simple and easy. Download and run the program to see how
- #269
- 17 Mar 2016

Types of breadboard jumper cables in the set for the Perfect Course.
In the set for the Perfect Course, you have 3 different type of cables. They are called Breadboard Jumper Cables. We would need to use them to extend the default cables on the car and to connect the car components to our new controller
- #746
- 23 Feb 2018

Tetrix Gamepads. Distance Sensor for a calm control of the robot Arm
By using the GamePad to control the arm with could lift it and return it back. The main problem with controlling the arm is that if you just use the motors you would hit the robot, bend the axles and breaks the gear wheels. We would use the distance sensor to make the arm move without hitting the robot.
- #519
- 02 May 2017
EV3 Phi. Task for turning. Try it yourself.
Experiment with the software for about five minutes, before we even give you any directions.
- #415
- 19 Apr 2017


Display the game on the brick screen. Robotics Game of Life.
Learn to program the Game of Life on the LEGO Mindstorms brick screen. This would require drawing on the brick screen, using blocks with switches and loops.
- #251
- 17 Mar 2016

Animation on how and why to align to a line with two LEGO MINDSTORMS Robot Inventor Color Sensors
This animation demonstrates the principle of aligning to a line with two color sensors and a LEGO Mindstorms Robot Inventor robot. This is a useful concept for FIRST LEGO League competitions where you want to know exactly where you are on the field and to achieve consistent behavior. In the course lesson you will also find a live video tutorial where we enter into more details about aligning. We align the robot to a line by moving both sensors slowly until they both see a black line. When one of them sees the line we move only the other. At the end we return the first sensor back.
- #1932
- 24 Mar 2022
EV3 Phi. Task for implementing the greet a stranger module
Overview of the big task that we want to achieve in this module.
- #389
- 21 Apr 2017


10 runs on forward align to a line with two Color Sensors from LEGO Education SPIKE Prime
This video tutorial demonstrates again the consistency of the program for aligning to a line. We run it ten time. We the robot is always coming from the left it is always arriving at the same position. When it is coming from the right it is always arriving at the same position.
- #1940
- 20 Jul 2022


FLL 2020: 10 out of 10 on how to accomplish the Boccia mission
This LEGO robotics video tutorial is a 10 out of 10 run of the one of the most complex missions at the FIRST LEGO League 2021 RePlay competition. As the mission has three parts we are measuring the success rate of each part of the mission. What you can learn from this tutorial is how to achieve three missions in a single run including line following and a lot of aligning
- #1756
- 01 Aug 2021

Hardcode read of calibrated value for Light/Color LEGO Mindstorms sensors
Following the Advance Sensor Calibration course section, we found the min and max values detected by each sensor. Now it is time for the real deal of the calibration. Detect the current value from the sensor and find what is the percentage of this value for the range between min and max.
- #636
- 04 Oct 2017

Tetrix FTC. Construct a ball collecting attachment - add a plastic plate
How to add a plastic plate to the FIRST Technical Challenge Robot build with Tetrix. The plastic plate is for collecting the balls. The plate should rotate and should be connected to the axle.
- #568
- 17 May 2017