Programs
Filters:
Sebastian's program - LEGO Mindstors EV3 walking crab
This is a program for the Sebastian crab robot. It makes the robot walk, but also keeps track of where its legs are. It makes those who overrun the others to stop and wait for them.
- #r6bqzp
- 22 Apr 2019
Radarford traffic control
This program allows Radarford to measure the speed of oncoming cars, and control their speed. The Radarford instructions you can find here.
- #zotdk7
- 12 Apr 2019
Publisher for MQTT server which lights up a diode
This is a simple program that posts, a JSON message, on MQTT server, with topic "ledStrip".
- #l9m63o
- 31 Mar 2019
ATM Robot demo programs
A robot that can be an ATM or smart lock with color code. The programs pull in and push out the color card and play sounds if the colors are in correct order. When the order is incorrect, you hear an error sound.
The robot takes place in lesson 7 of level 3.0 Security Systems.
- #m9ufao
- 29 Mar 2019
Password programs for the robot safe
This program lets the robot Safe be opened with a password, and demonstrates how passwords can be stolen.
- #igjfex
- 22 Mar 2019
Watchtower Security Bot program 2
This is the second program for the Watchtower Security Bot. These programs are meant to build on the security features the robot offers, and to return it to its starting condition afterbeing used. You can find the first program for this robot here.
- #l9gw8k
- 15 Mar 2019
Truckie - "Easy" To Drive VEX IQ Program for Modkit. Left stick steers. Right stick moves
With this program you can drive the Truckie or every robot with the same port settings. It is easy to drive with that set up because you use the left stick to control the speed and the right stick to steer. The benefit according to Truckie Hard To Drive VEX IQ Program for Modkit is that this set up uses both sticks to control the movement. Probably you will use this stick setting in the VEX competition and practicing this type of setting will be very useful for your driving skills to grow. Ones you have master this driving technic you will be more relaxed while you are on the competition.
After you feel satisfied with your driving skills and you have accomplished all the goals you can continue with the competition driving program settings.
This program is mainly for controlling Truckie VEX IQ robot.
- #w2ahr4
- 15 Mar 2019
Advanced Truckie - Easy To Drive Advanced VEX IQ Program for Modkit
This program can be used to control the Advanced Truckie. This programs include the use of the R UP and R Down Butons on the VEX Controller. It lifts up and down the arm of the Advanced Little Truckie.
- #oyhjux
- 14 Mar 2019
Watchtower Security Bot program
These programs are ment to work with the watchtower security bot.
"ShowRate" shows the gyro rate on the display of the robot.
"SoundProgram" plays different sounds depending on the vibration the gyro scenes.
"GreedTheGuard" plays sounds depending on the vibration for 15 seconds, or until the ultrasonic sensor scenes something near it.
"Optimised" is the same program as "GreedTheGuard", but it uses the time condition in the loop.
- #lks0dv
- 08 Mar 2019
Radarford Program
A program, that uses the Radarfrod robot to detect the speed of a moving vehicle. It has the following MyBlocks:
- WaitForTheArm: It's basically a wait block, that waits for the Up variable in the CheckMySpeed program to become false.
- DetectSpeed: Detects the speed of a moving object and displays it on the screen. This continues, until the Up variable in CheckMySpeed program to become true. This MyBlock also rings a siren if the speed of the object is more than the set one. The speed we use is in centimeters per second.
- LiftArm: Lifts Radarfords arm for the set amount of seconds.
NOTE: The program contains my blocks, that will appear broken if you use any version before 1.3.0 of the EV3 Mindstorms Software
- #e3vg9p
- 05 Mar 2019
Comet Program for the LEGO Mindstorms EV3 robot
A program for the Comet robot.
It uses an Infrared sensor and the Infrared remote control. The program uses the following MyBlocks:
- PowerChange: Changes the power of the Large Motors by the set amount.
- SteeringChange: Rotates the Medium Motor by the set value.
NOTE: The program contains my blocks, that will appear broken if you use any version before 1.3.0 of the EV3 Mindstorms Software
- #692hkz
- 05 Mar 2019
Program for the EV3 Clam robot used in Lesson 1 in level D1
This program is for Cardiidae - a LEGO Mindstorms EV3 Clam robot. It provides a solution for the final tasks in Lesson 1, level D1. It makes the clam robot detect when it is being opened and then to close itself.
- #0zidyp
- 01 Mar 2019
Truckie - "Hard" To Drive VEX IQ Program for Modkit. One stick for move and steer
With this program you can drive the Truckie or every robot with the same port settings. It is hard to drive with that set up because to have the robot move in the right direction you need to be very precise with the stick. The part of the problem is that this set up uses only one stick to control the movement. You have to chose left or right stick. If you use both it will be a great mess. It is not impossible but it is very hard to do. You probably will never use this stick setting in the VEX competition but practicing this type of setting you will become very precise with the controls and your driving skills will grow a lot. Ones you have master this driving technic you will be more relaxed while you are on the competition.
After you feel satisfied with your driving skills and you have accomplished all the goals you can continue with the competition driving program settings like Truckie - Easy To Drive VEX IQ Program for Modkit.
This program is mainly for controlling Truckie VEX IQ robot.
- #zmfw98
- 01 Mar 2019
Current Power Transfer between motors for the T-Rex chasing a car robot
The program consists of My-Block which reads the current power from motor A and transmits it to motor D.
- #4nde5f
- 28 Feb 2019
Program for Mantissa, the LEGO Mindstorms EV3 mantis robot
A program for one of the scariest robots ever - Mantissa.
- #szt8hd
- 22 Feb 2019
Turtle Program
A collection of MyBlocks, that help you use the Turtle robot. The MyBlocks used are the following:
FollowCourse: Makes the turtle rotate, until it reaches the course it uses. If it's already on it, this MyBlock makes the turtle go forward. It uses the power you set it on.
PickNewCourse: Makes the turtle pick a new course.
HideInShell: Makes the turtle hide in its shell for the designated amount of seconds.
CurrentAndDesiredCourse: Displays the Current course and the course it wants on the display of the robot.
Careful: Gyro Sensor port in this program is port 3. Check your cables when you run this program.
NOTE: The program contains my blocks, that will appear broken if you use any version before 1.3.0 of the EV3 Mindstorms Software
- #p5u320
- 22 Feb 2019
Turtle Complete Program
A program, that makes the Turtle follow a designated course and get back to it, even if it's been manually rotated. It also hides in its shell when it sees anything close to it.
Careful: Gyro Sensor port in this program is port 3. Check your cables when you run this program.
NOTE: The program contains my blocks, that will appear broken if you use version before 1.3.0 of the EV3 Mindstorms Software
- #8u1pfk
- 22 Feb 2019