VEX Robotics
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. Introduction to turns
With this video tutorial, we start with Turns with the VEX EDR robot.
- #331
- 23 Mar 2017

VEX EDR Intro. Spin with the VEX robot. Spin right
Spinning with the VEX EDR robot involves the use of both motors. The left and the right. Every robot with wheels could spin and this makes not exceptions.
- #333
- 25 Mar 2017

VEX EDR Intro. Arc turn with the VEX robot
The next important step when turning with a robot is to learn how to do an Arc turn.
- #334
- 26 Mar 2017

VEX EDR Intro. Experiment with values for turning the VEX robot a number of degrees.
Where is the math while turning? Is there any math involved? Should there be?
- #335
- 27 Mar 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

VEX EDR Intro. Move and turn. Prepare for implementing a square
To prepare the robot to move in a square and to use a loop in the program we would first make this VEX EDR robot move forward and turn, using a program developed with RobotC.
- #337
- 11 Apr 2017