

Wobble Line Following
This is the most basic line-following method, commonly known as the "ducky" line-following method.
- #2288
- 02 Aug 2024


How to use the forever loop block in LEGO SPIKE Prime Word Blocks software
There are many cases in programming where you want something to repeat indefinitely. Here's how to achieve that!
- #2290
- 29 Jul 2024


Planning the program
The main difference between this field and the easier one is the addition of crossroads. Crossroads introduce a new level of difficulty that can be overcome by programming the robot to remember the paths it has taken, although there are simpler and more elegant solutions.
For this challenge, it is assumed that the field layout is unknown before the competition, making it impossible to hardcode a specific sequence of turns.
- #2303
- 29 Oct 2024

FLL 2023: Push, Rubber Band, Lever - MiniBox Box Robot accomplishing M06, M07, M14, M15
This video tutorial demonstrates how the MiniBox accomplishes four missions - M06, M07, M14, and M15 - of the FIRST LEGO League 2023-2024 MASTERPIECE Challenge robotics competition.
It may seem challenging to achieve all of this in a single run, but with careful planning and solid programming, success is within reach! The robot is a LEGO Education SPIKE Prime box robot, equipped with rubber bands and various mechanisms. Since this is our final run, we can leave the robot on the mat, saving some time. Let's dive in!
- #2341
- 25 Sep 2024

FLL 2023: Pull - Chain Monster box robot accomplishing M09
In this video tutorial we demonstrate how to accomplish M09 of FIRST LEGO League 2023-2024 MASTERPIECE Challenge. The robot is Chain Monster - a LEGO Education SPIKE Prime robot. It pulls the mission model and precisely positions it in the designated area. An interesting aspect is that the robot must rotate to position the loop correctly, so pay close attention when programming it.
- #2350
- 18 Sep 2024


FLL 2024: Collect, Lift - Nautiq accomplishing M06, M07
This video tutorial focuses on accomplishing M06 Raise the Mast and M07 Kraken’s Treasure of the FIRST LEGO League 2024-2025 SUBMERGED Challenge using the Nautiq box robot (a LEGO Education SPIKE Prime robot). The run uses a pinless attachment connected to the bottom of the robot, featuring side guides with stoppers for precise mast lifting and a central rubberized section to catch the treasure chest.
The challenge in this run is to collect the treasure before raising the mast fully, as the mission model locks the chest if the mast is lifted too far too soon. The robot must push and lift with great precision, stopping at exactly the right point to avoid triggering the lock, then continue raising the mast to complete the mission. This sequence demonstrates careful mechanical design, accurate programming, and precise timing to accomplish two interconnected missions in one smooth run.
- #2424
- 06 Aug 2025


FLL 2024: 10 out of 10 on Push, Release, Deliver - Nautiq accomplishing M15 Research Vessel
This video tutorial focuses on accomplishing M15 Research Vessel of the FIRST LEGO League 2024-2025 SUBMERGED Challenge using the Nautiq box robot. In this series of test runs, the goal is to achieve 10 out of 10 successful deliveries, with the robot pushing the loaded ship to its destination, releasing it cleanly, and moving to the other launch area without a single failed attempt.
The run uses a pinless attachment with a locking mechanism and friction pins to secure the cargo during movement and allow smooth release upon arrival. The precise programming and stable design ensure consistent performance across the trials.
- #2435
- 06 Aug 2025


FLL 2024: 10 out of 10 on Drop, Rotation work - Nautiq accomplishing M11, M12
This video tutorial focuses on accomplishing M11 Sonar Discovery and M12 Feed the Whale of the FIRST LEGO League 2024-2025 SUBMERGED Challenge using the Nautiq box robot. The goal is to achieve 10 out of 10 successful completions, with the robot reliably rotating the sonar and feeding the whale in every trial.
The run uses a combined two-part attachment where the front section opens the whale’s mouth and drops the krill while the rear section uses a chain and hook mechanism to rotate the sonar. The programming ensures precise timing, correct hook positioning, and a small forward adjustment to avoid snagging, enabling consistent results across all attempts.
- #2437
- 06 Aug 2025


FLL 2024: 10 out of 10 on Lift - Nautiq accomplishing M10
This video tutorial focuses on accomplishing M10 Send Over the Submersible of the FIRST LEGO League 2024-2025 SUBMERGED Challenge using the Nautiq box robot. In this series of test runs, the goal is to achieve 10 out of 10 successful deliveries where the submersible reaches the opposing field, and the robot disengages without touching the mission model at the match’s end.
The run uses a simple pinless attachment with stopping beams for consistent positioning, combined with programming that integrates a parallel timer for perfect match-end execution. This setup gives the robot the highest possible success rate for both mission requirements across repeated trials.
- #2439
- 06 Aug 2025


FLL 2024: Collect, Deliver, Push - Nautiq accomplishing M05, M09, collect samples for M14, 3 Krill for M12 and Reef Segments for M03
This video tutorial focuses on solving M05, M09, collecting samples for M14, 3 Krill for M12, and Reef Segments for M03 of the FIRST LEGO League 2024-2025 SUBMERGED Challenge using Nautiq box robot (a LEGO Education SPIKE Prime robot).
- #2446
- 06 Aug 2025


Line Following with SPIKE Prime 101
When you hear the task “program the robot to follow a black line,” you’ll most likely imagine a program that works like this:
- If the color sensor detects black (meaning the robot is over the line), the robot moves forward.
- If the color sensor detects a different color (meaning the robot is not over the line), the robot turns toward the line.
- #2462
- 18 Jul 2025