
WRO Junior-High 2015. Collecting single treasure. Full run. Part 5
In this episode we do a full run of the mission for collecting a single treasure before going into explanation on how we have programmed the robot.
- #228
- 16 Oct 2016


Simulation online. Robotics Game of Life.
There are a number of tools available online to help you play the game. You just seed the initial conditions and leave the game. Let's look at some of the sites.
- #248
- 09 Mar 2016


Display 2D Arrays on the bricks screen with a block. Robotics Game of Life
Display a matrix with "life" and "dead" cells on the EV3 LEGO Mindstorms brick screen. The program is available. You can see it, change it, modify it and learn from it.
- #256
- 17 Mar 2016


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


Infinite vs Finite Matrix. Robotics Game of Life
The field in the game of life could be finite or infinite. It is interesting to see and learn how an infinite field behaves and works.
- #271
- 17 Mar 2016


Best Seed for the longest living seed in a 6x6 field. Robotics Game of Life
The task is to find what the best seed is that will live the longest without entering into a loop or without dying. Find it and submit in the tasks section.
- #272
- 17 Mar 2016

Arduino Basic Course. Constructing your first blinking diode device
You have the controller, you have the diode. The controller has a number of pins (holes). Where should you put the diode so that it starts blinking?
The small holes on the controller are called pins. On our controller we have 32 pins. The more pins that you have, the more elements you can controller with this microcontroller. For this video the interesting pins and 13 and GND
- #309
- 15 Nov 2016
VEX EDR Intro. What do we need to move the VEX EDR
Let's move with the VEX EDR robot using its motors, the wheels and some RobotC programming. We devide the program in three parts - Connect the motors, program the controller and turning.
- #324
- 26 Feb 2017

VEX EDR Intro. Connect VEX motors to the Cortex controller. Use the motor drivers/controllers.
Conenct the motors of the VEX EDR motor to the VEX Corted Controller. For connecting we need the motor drivers.
- #325
- 27 Feb 2017

VEX EDR Intro. Try to move forward & backward. First try. Unsuccessful.
We are ready to build the first program for moving the robot forward and backward. We learn how to build simple programs for moving the program. But it is not that easy...downloading to the robot does not always result in the robot moving.
- #327
- 01 Mar 2017

VEX EDR Intro. Move backward. Set the VEX motors with minus power
Now that we know how to make the robot move forward let's see we can make it move backward.
- #329
- 03 Mar 2017

VEX EDR Intro. Move forward and backward with the VEX motors
In this episode we combine in a single program the previous two programs for moving forward and backward.
- #330
- 04 Mar 2017
VEX EDR Intro. Introduction to turns
With this video tutorial, we start with Turns with the VEX EDR robot.
- #331
- 23 Mar 2017