Code Pico with Thonny
By Lucy Hattersley. Posted
1. Open Thonny
The best way to program in MicroPython on your Raspberry Pi Pico is with the Thonny Python IDE (integrated development environment). Open the Raspberry Pi menu and choose: Programming > Thonny Python IDE.
If you are using a non-Raspberry Pi computer you may have to install Thonny. Follow the instructions at thonny.org.
Scroll for steps two and three.
Advertisement
Christmas is coming – keep Santa on the right track with our Raspberry Pi gift guide!
2. Choose interpreter
Thonny is normally used to write programs that run on the same computer you’re using Thonny on; to switch to writing programs on your Raspberry Pi Pico, you’ll need to choose a new Python interpreter. Look at the bottom-right of the Thonny window for the word ‘Python’ followed by a version number: that’s your current interpreter.
Click ‘Python’ and look through the list that appears for ‘MicroPython (Raspberry Pi Pico)’ – or, if you’re running an older version of Thonny, ‘MicroPython (generic)’.
3. Hello World
Writing a program for your Raspberry Pi Pico is a lot like writing a program for your Raspberry Pi. You can type commands in the Shell area at the bottom of the window to have them immediately executed, or you can write a program in the main part of the window to run on-demand.
Click in the Shell area, next to the >>>> symbols, and type:
print("Hello, World!")
When you press ENTER at the end of the line, you’ll see your Raspberry Pi Pico respond.
You are now ready to start writing your MicroPython code in the main window. Click Run to start the program on Raspberry Pi Pico. Take a read of our book, Get Started with MicroPython on Raspberry Pi Pico if you want to learn more about Pico programming.
Top tip: Update Thonny
If you don’t see ‘MicroPython (Raspberry Pi Pico)’ in the interpreter list, you’ll need to update Thonny. Open a Terminal window and type:
sudo apt update && sudo apt full-upgrade -y
Lucy is Editor of Raspberry Pi Official Magazine.
Subscribe to Raspberry Pi Official Magazine
Save up to 37% off the cover price and get a FREE Raspberry Pi Pico 2 W with a subscription to Raspberry Pi Official Magazine.
More articles
Meet Phil Hutchinson: element14 community organiser
“I come from a background of always being the ‘technical guy’ in every role,” Phil says. “I was the tech for a community radio station, the technician on a paintball site, technical manager of a chain of live venues. Lots of scrappy startups. Every role needed something fixing, and I am that guy.” When did […]
Read more →
M314 Alien Motion Tracker
Game over, man. Game over. It’s the ultimate tracker from Aliens.
Read more →
Christmas Gift Guide in Raspberry Pi Official Magazine 160
There’s a ton of great stuff in issue 160, including the incredible motion scanner, inspired by the film Aliens. It’s beautiful, it uses Raspberry Pi technology and makes a satisfying ping sound, and the best thing about it is that it actually works, thanks to a DreamHAT+ radar board. Yes, you too can join the […]
Read more →
Sign up to the newsletter
Get every issue delivered directly to your inbox and keep up to date with the latest news, offers, events, and more.