Programs
Filters:
Example solution for the tasks in lesson 7 from course 4.0
This program is a final version of the game played with EV3 Kinesthetic and Memory Game. In this game you are given a sequence of hints which you are expected to remember and to perform the right actions in the given order.
- #z7xorh
- 16 Nov 2019
Example solution for the tasks in lesson 5 from course 4.0
This program is a basic version of the game played with EV3 Kinesthetic and Memory Game. For the program to work correctly, there must be one ultrasonic module attached to port 4, one color module attached to port 3, and one gyro module attached to port 2. The other modules are not required from this program.
- #m3ek07
- 25 Oct 2019
Example solution for the tasks in lesson 4 from course 4.0
This program is a basic version of the game played with EV3 Kinesthetic and Memory Game. For the program to work correctly, there must be one ultrasonic module attached to port 4, one lever module attached to port B, and one gyro module attached to port 2. The other modules are not required from this program.
- #2un74v
- 18 Oct 2019
Example solution for the tasks in lesson 3 from course 4.0
This program is a basic version of the game played with EV3 Kinesthetic and Memory Game. For the program to work correctly, there must be one touch sensor module attached to port 1, one lever module attached to port B, and one gyro module attached to port 2. The other modules are not required from this program.
- #lfpwao
- 01 Oct 2019
Example solution for the tasks in lesson 2 from course 4.0
This program is a basic version of the game played with EV3 Kinesthetic and Memory Game. For the program to work correctly, there must be one touch sensor module attached to port 1 and one lever module attached to port B. The other modules are not required from this program.
- #dh572t
- 01 Oct 2019
EV3-G MyBlock for moving the Boomer
The block has the following parameters from left to right:
- Degrees – the degrees the front wheels of the car will turn;
- Power – the power of the car;
- Limited/Unlimited – if the value is marked by a tick, the car will move for an unlimited period of time; if the value is marked by an x, the car will move for the specified number of rotations;
- Rotations – the number of rotations the car will make.
Attention! This block is made only for robots with two driving large motors on ports B and C and one steering medium motor on port A!
Detailed explanation of how to use this myBlock is written in the tutorial How to use the CarControl MyBlock.
- #oty0en
- 02 Sep 2019
Example solution for the tasks in lesson 1 from course 4.0
This program is the most basic version of the game played with EV3 Kinesthetic and Memory Game. For the program to work correctly, there must be two touch sensor modules attached to port 1 and port 2. The other modules are not required from this program.
- #3jr1tf
- 01 Sep 2019
Program for Winner - VEX IQ Competition Robot for the 2018-2019 Challenge.
This is a simple demo program for Winner - VEX IQ Competition Robot for the 2018-2019 Challenge.
- #rkv0xn
- 19 Aug 2019
MyBlock for controlling the Medium Motor by position - port A
Using the On for degrees (rotations) option of the the Medium Motor Move Block you program the motor to rotate for the given number of degrees. However, sometimes is useful to program the motor to go to a given position, instead. To achieve that you can use this block. It takes the start position of the motor as 0 degrees. Then when you run the block with given number of degrees it just rotates the motor to that position. For exaple if your current position is -20 degrees and you run the block with 30 degrees, the motor will rotate for 50 degrees. But if your current position is 10 degrees the same program will rotate the motor for 20 degrees.
- #o5xdws
- 05 Aug 2019
Iqazator war program
You can find the Iqazator instructions here. This program allows the Iqazator to patrol the area, mainly by looking mean. It also allows it to stay hidden for a while and then perform a surprise attack.
- #iarjux
- 17 Jul 2019
Program for the EV3 yacht robot Robotics Supreme
This project is for Robotics Supreme - LEGO Mindstorms EV3 yacht robot. It contains three programs.
The first one follows a line using one color sensor and detects if the robot has been pushed. Then it plays an alarm and stops the program.
The second program makes the robot go in a square, using the gyro sensor wait-change block. This makes it one of the easiest square solutions there is.
The third program makes the robot follow a direction. That is accomplished similarly to the linefollowing, but instead it uses the gyro sensor and always follows a straight line.
- #ut15gk
- 29 Jun 2019
Program for the EV3 steamship simulator robot Uylam
This program is for Uylam - LEGO Mindstorms EV3 Steamship simulator robot. It is made as a lesson, to automatically find the best position for a ship in stormy weather, relative to the waves. The program has two parallel threads. The first one makes the robot move until the gyro sensor detects less amount of shaking done to the ship. Because of all the shaking, the readings of the gyro are all over the place and thats why we made a My Block, which acts like a filter, so that the readings are more accurate. The second thread starts the storm, which is controlled by a Large motor.
NOTE: The program contains my blocks, that will appear broken if you use any version before 1.3.0 of the EV3 Mindstorms Software!
- #g3y56p
- 28 Jun 2019
Program for the EV3 pedalo robot Gen
This project is for Gen - LEGO Mindstorms EV3 pedalo robot. The program makes the robot follow an imaginary school of fish. It utilizes the gyro sensor to turn the robot accurately, which is a hard task for this robot, because of its strange wheels. Also because of those wheels, the robot usually has a constant steer in one direction, which we correct using the steering block and giving it a steer in the opposite direction!
- #lpsxim
- 28 Jun 2019
Stubborn Robot Program
This program gives your robot few reactions to having its button pressed. All of those reactions are added in the "Random" program, along with a function trying to predict the press of the button. The robot instructions you can find here.
- #u2zpwe
- 24 Jun 2019