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 make a small reflex training game. It consists of 4 LEDs and 4 buttons. Random LEDs light up and the user has to press the corresponding button before the LED turns off.
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...
Chapters:
00:00 - Introduction
00:43 - Circuit Connections
05:17 - Writing the code
19:12 - Building and testing the code
25:36 - Outro