Video tutorials -
Filters:
За преподавателя: Музикално въведение
Тъй като това е музикално ниво, е важно да се установят някои правила за звуците, които роботите издават. Учениците често не осъзнават колко шумно може да стане, затова им напомнете да намалят силата на звука, за да чуят хъбовете, и да спрат програмите си навреме, тъй като непрекъснатите звуци могат да станат доста силни.
В този урок учениците ще научат много от ключовите концепции, необходими за останалата част от курса. Ето защо има малко конструиране и основно изследване с един сензор за сила. Уверете се, че разбират разликата между височина на тона и сила на звука. Въпреки че са въведени много нови блокове, те са предимно прости и подобни на предишните. Тези блокове ще бъдат използвани и в много бъдещи уроци, което ще даде на учениците достатъчно време да се запознаят с тях. До края на урока учениците би трябвало да са изпробвали следните две програми:


- #2502
- 16 Sep 2025
Как да използваме блокчето за сила на звука в LEGO SPIKE Prime Word Blocks софтуер
Голяма част от звука е силата му. Ето как да я промените!
- #2501
- 16 Sep 2025
Как да използваме блокчето за натиск на сензора за сила в LEGO SPIKE Prime Word Blocks софтуер
Сензора за сила може да засече колко силно го натискаме! Ето как:
- #2500
- 16 Sep 2025
Как да използваме блокчето за пускане на звук в LEGO SPIKE Prime Word Blocks софтуер
Знаете ли, че хъба ви може да пуска звук? Ето как!
- #2499
- 16 Sep 2025
Как да използвате блока пусни звук за секунди в софтуера LEGO SPIKE Prime Word Blocks
Знаете ли, че вашият хъб може да възпроизвежда звук? Ето как!
- #2497
- 16 Sep 2025
Как да преведем музикални ноти в SPIKE Prime софтуер
Искате ли да програмирате любимата си музика на SPIKE Prime? Ето как!
- #2496
- 16 Sep 2025
Как да използваме блока за деление в LEGO SPIKE Prime Word Blocks софтуер
Вие знаете как работи делението в математиката - ето как да го направите в SPIKE Prime!
- #2495
- 16 Sep 2025
Как да използваме блокчето за позиция на мотора в LEGO SPIKE Prime Word Blocks софтуер
Знаете ли, че можете да използвате моторите като сензори? Ето как!
- #2494
- 16 Sep 2025
Как да използваме блокчето за скорост на мотора в LEGO SPIKE Prime Word Blocks софтуер
Знаете ли, че можете да използвате моторите като сензори? Ето как!
- #2483
- 16 Sep 2025
Line Following: Making It Smoother with SPIKE Prime
So far, we’ve explored a line-following algorithm commonly referred to as duck walking. Let’s take a closer look at how it works and consider how many distinct states it actually involves.
- #2464
- 18 Jul 2025
Three or More State Programs with SPIKE Prime
In more advanced robotics programming, your robot may need to respond in three or more different ways depending on sensor input. Up to this point, we've created programs with only two possible outcomes using a switch block: a condition is checked, and the robot performs one action or the other based on the result.
But what if the robot needs more than just two responses? To handle this, we can use multiple conditions—often implemented with nested switch blocks or structured decision chains. In this section, we’ll explore how to build programs that go beyond binary choices and enable your robot to react intelligently to more complex environments.
- #2463
- 18 Jul 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
Planning the program
The main takeaways from today's lesson are how to alternate between following a line and performing other actions needed to complete the basic level of the line-following challenge, and how to plan your program ahead of time. Today's program will serve as a foundation to build upon for solving more advanced line-following challenges.

- #2302
- 28 Oct 2024
PID line following
PID is the most popular method for programming line-following robots. It’s a bit complex, so this tutorial is longer, as we’ll break it down into steps and explain each element of the equation.
This approach to programming line-following robots is not ideal for beginners. Attempting to learn this as a first step in competition preparation may give a misleading impression of the competition's complexity and could discourage students from learning the necessary skills to compete in this category.

- #2296
- 28 Oct 2024
Wheel condition WARNING
Wheel condition plays a crucial role in the performance of any robot, so it’s common practice to maintain your robot before testing and especially before a competition. Here are some steps you can take to ensure that any variations in the robot’s performance aren’t due to the wheels:

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