Raspberry Pi Pico using C/C++- Tutorial #5.2: Reflex Training Game (Part 2 - Adaptive Speed)

Опубликовано: 18 Март 2026
на канале: Robocraze
901
9

The Raspberry Pi Pico is a new flexible microcontroller board from Raspberry Pi. It is a tiny, fast, and versatile board built using RP2040, a brand new microcontroller chip designed by Raspberry Pi.

In this video, we take the reflex training game we made in the last video and add adaptive speed control to it. Random LEDs light up and the user has to press the corresponding button before the LED turns off, with each correct press of the button, the game becomes faster making it harder as the user progresses in the game.

Getting started with Raspberry Pi Pico page: https://www.raspberrypi.org/documenta...
Getting started with C/C++: https://datasheets.raspberrypi.org/pi...
C/C++ SDK Documentation: https://datasheets.raspberrypi.org/pi...

Purchase your Pico now: https://robocraze.com/raspberry-pi-pi....

Pico C/C++ tutorial series playlist:
   • Raspberry Pi Pico using C/C++  
Tutorial #1 on Setting up the SDK and blinking an LED:    • Raspberry Pi Pico using C/C++- Tutorial #1...  
Tutorial #2 on Buttons Inputs and Serial Prints:    • Raspberry Pi Pico using C/C++- Tutorial #2...  
Tutorial #3 on ADC and PWM:    • Raspberry Pi Pico using C/C++- Tutorial #3...  
Tutorial #4 on Timers, Alarms and Interrupts:    • Raspberry Pi Pico using C/C++- Tutorial #4...  
Tutorial #5 on making a reflex training game:    • Raspberry Pi Pico using C/C++- Tutorial #5...  

Chapters:
00:00 - Introduction
00:51 - Recap and creating a duplicate project
01:35 - Adaptive speed method 1
11:04 - Adaptive speed method 2
22:34 - Outro