

Write your first program with EV3-G software
Now we will create the first program in this course and we will make the robot move forward.
- #365
- 04 Feb 2017
Now we will create the first program in this course and we will make the robot move forward.
There are number of settings in a Move block and now we will focus on the rotations setting
In this video tutorial we would look at the mission run for M05. EXTRACTION. The mission is to collect and return to base a number of objects that are located on the field. Initially when I first saw the mission I thought it wold be quite challenging to accomplish it, but at the end it is not that difficult.
This is the example program using the blocks available at Blocks Package for Advance Calibration of LEGO Mindstorms EV3 Color/Light sensors. The program makes the robot find the minimum and maximum values and to calibrate the current sensor value depending to the min and max.
This modification of the box robot contains large wheels. It was specially requested by you and we have it.
Working with data is one important step if you want to take your robot programming to the next level. In EV3 programming language there are 3 data types - numeric, text, logic. In the following tutorial we will cover some basic facts about them.