The Raspberry Pi Pico has been with us for simply over two years now and it has spawned numerous RP2040 powered boards, together with its personal successor, the Raspberry Pi Pico W. What has remained the identical since launch is set up of the C SDK. If you’re an previous hat with the toolchain, the method is easy, however for others the method is mired in complexity — or it was, till right now. A one-click installer is now accessible for Home windows customers trying to get began with C on the Pico, Raspberry Pi Ltd’s Chief Product Officer, Gordon Hollingworth, introduced in a weblog submit.
The installer’s basis is constructed on the work of Nikhil Dabas who took on the problem of automating the set up course of for Home windows customers. Hollingworth took discover of Dabas’ work and was invited to “create one thing even higher: a whole built-in set up package deal that will give folks a pleasant, simple method of constructing and debugging the Pico-SDK.”
The method is just a matter of downloading the Home windows Pico Set up installer from Raspberry Pi’s GitHub after which operating mentioned installer. The installer handles all the set up steps that make up the C SDK toolchain and set up Microsoft’s Visible Studio Code. The installer will then supply to clone and construct the instance initiatives, which is beneficial for studying a brand new language. As soon as the set up is full, a brand new shortcut is added to the Begin menu: “Pico – Visible Studio Code.”
The primary run with Visible Studio Code will set off the Pico examples folder to open, prepared so that you can start your subsequent undertaking. The weblog submit expands on the examples, displaying the way to run the “hello_serial” instance that can display the way to write a debug script for the not too long ago launched Raspberry Pi Debug Probe.
The installer is a breath of recent air for Home windows Pico hackers keen to put in writing naked metallic code for his or her Raspberry Pi Pico.