Comparing LEGO SPIKE Prime Programming: Which Is Best for Robotics Competitions? - 3
by sunata-s0907 in Circuits > Robots
128 Views, 1 Favorites, 0 Comments
Comparing LEGO SPIKE Prime Programming: Which Is Best for Robotics Competitions? - 3

Does the Programming Environment Affect Rotation Accuracy? A 90° Test Using the Gyro Sensor
When using LEGO SPIKE Prime in robotics competitions, how much does the choice of programming environment affect rotation accuracy?
To investigate this, I conducted an experiment comparing different programming environments.
Supplies
1 PC with Windows 10 or 11 operating system.
Tested Programming Environments
I compared the following four environments:
- Word Blocks (SPIKE App 3) → Download here
- Python (SPIKE App 3) → Download here
- Python (Pybricks) → More info
- C Language (spike-rt) → GitHub repository
Robot Configuration

For the test, I used a car-type robot with the following setup:
- Left motor: Port A
- Right motor: Port B
Test Method
To compare the environments, I conducted the following test:
- Use the hub’s gyro sensor to rotate the robot 90°
- Measure the difference between the target angle (90°) and the actual rotation
- Perform 10 trials for each environment and calculate the average error
Program Code

Python (SPIKE App 3)
Python (Pybricks)
C Language (spike-rt)
Results: Which Environment Was Most Accurate?


Here are the average rotation errors (smaller is better):
1️⃣ 6.4° - C Language (spike-rt)🏆
2️⃣ 8.6° - Python (Pybricks)
3️⃣ 9.6° - Python (SPIKE App 3)
4️⃣ 17.1° - Word Blocks (SPIKE App 3)
Additionally, I measured the error fluctuation range (stability):
1️⃣ 0.8° - C Language (spike-rt)🏆
2️⃣ 0.9° - Word Blocks (SPIKE App 3)
3️⃣ 1.0° - Python (Pybricks)
4️⃣ 1.2° - Python (SPIKE App 3)
Key Takeaways:
C Language (spike-rt) had the most accurate rotation (smallest error)
C Language (spike-rt) also had the most stable results (smallest variation)
Want to Try C Programming on LEGO SPIKE Prime?
If you’re interested in trying C on SPIKE Prime, there are beginner-friendly learning materials available. As of March 2025, a trial version is also accessible—give it a try!
Related Articles
- Enhancing LEGO SPIKE Prime Line Follower With C: Speed & Stability Comparison
- Introducing SPIKE-RT: the C Language Software Platform for LEGO SPIKE Prime
- Comparing LEGO SPIKE Prime Programming: Which Is Best for Robotics Competitions? - 1
- Comparing LEGO SPIKE Prime Programming: Which Is Best for Robotics Competitions? - 2
- Comparing LEGO SPIKE Prime Programming: Which Is Best for Robotics Competitions? - 4
🔹 More tests are planned, including further evaluations for robotics competitions. Stay tuned for future updates! 🚀