Getting started with thonny and raspberry pi pico
As discussed, in my last blog I told you how to setup micropython on raspberry pi pico in today's blog I will show you how to control your pico with micropython scripts the IDE we are going to use is Thonny. You can download thonny from here . Thonny Thonny is an integrated development environment for Python that is designed for beginners. It supports different ways of stepping through the code, step-by-step expression evaluation, detailed visualization of the call stack and a mode for explaining the concepts of references and heap. Thonny with Pico Thonny can be use to program Pico and the steps are quite easy. 1.) Connect your board to your system. 2.) Launch thonny now look for "Run" drop down menu and click on select interpreter and from the list select "Micropython (Raspberry pi Pico)". 3.) After selecting interpreter click on Install or update your firmware on the right bottom corner of the screen this will fix any persisting problem with the firmware of y