
Uydu - LEGO SPIKE Prime phone carrying robot
Uydu, from Turkish, means satellite.
Instructions for a LEGO SPIKE Prime robot, that has an inbuilt holder for your phone! The robot also moves with 2 medium motors.
- #1529
- 01 Jul 2022
Uydu, from Turkish, means satellite.
Instructions for a LEGO SPIKE Prime robot, that has an inbuilt holder for your phone! The robot also moves with 2 medium motors.
In this course, we demonstrate and explain example solutions for the FIRST LEGO League 2021-2022 Cargo Connect competition. Just like every year, we share solutions only after the season is over. In this course, you will find examples and principles of building attachments and will learn how to program consistent and reliable robots for each mission. You can follow the course, and as you go through each mission, try to replicate the solutions to understand the programs and explanations. Upon completion of the course, you will have many new ideas about how to approach the missions in every FLL robotics competition and how to help your team score more points.
Before starting this course, we suggest you go through the FIRST LEGO League robot game guide
In Ukrainian, "Mandrivnyk" means "wanderer" or "voyager."
This robot is shaped like a rocket. It moves with two medium motors in the back. Safe travels!
This is a 10 out of 10 tutorial on a basic approach for one of the unique challenges in FIRST LEGO League competitions. This basic approach to a solution is not very consistent, and in some of the next tutorials, we will present a new solution. But we decided to record it to demonstrate how reliable this attachment is when it comes to carrying large objects. That could give you ideas of things to avoid.
This Scratch program is for accomplishing the M01 innovation project model mission. It programs the robot to move forward and deliver the mission model to the designated place
We use this positioning attachment with the Kriket box robot and it's run of five missions in a row
Have you ever wondered if your robot can make decisions? Here's how we can achieve that!
This Python program is designed for the FIRST LEGO League 2023-2024 MASTERPIECE Competition using the MiniBox Robot.
Note that the starting positions of the motors require the gearwheels to be placed in a specific position. Therefore, it is recommended to adjust the program settings to match your configuration.
Additionally, this program does not use sensors; instead, it relies on the positioning of the mission models and the accuracy of the motors. Since no two motors perform exactly the same, a software-based correction is embedded in the commands to compensate for speed differences. This correction slows down the faster motor to ensure balanced movement. While this is an effective solution, if your robot's motors are significantly faster or slower than ours, many commands may need to be adjusted. Although shorter runs may not require modifications, the sixth run demands a high level of precision and may need fine-tuning to align with your specific construction.