KevsRobots Learning Platform
24% Percent Complete
By Kevin McAleer, 2 Minutes
MicroPython is a lightweight version of Python specifically designed for microcontrollers. By installing MicroPython on your Raspberry Pi Pico, you can use Python to control hardware and create exciting projects.
.uf2
firmware file for the Raspberry Pi Pico..uf2
file onto the Pico’s drive.In the console, type:
print("MicroPython is ready!")
Congratulations, MicroPython is now installed on your Raspberry Pi Pico!
You can use the arrows ← →
on your keyboard to navigate between lessons.