Using Visual Studio Code with Raspberry Pi Pico:

Using Visual Studio Code with Raspberry Pi Pico:

Getting Started with Pi Pico 

Pi-Pico-Drive

This month the Raspberry Pi Pico got released, and we're mighty excited. Could this be the best means of low cost micro control available?? The Pi foundation have released their own brand of silicon and this device is known as the RP2040. There are boards in the pipeline from both Adafruit and Sparkfun, but for now, lets get started with the Pico from Raspberry Pi! 

Well call us curious, but the first thing we did is plug it into a PC running Windows 10, and up popped a USB Drive (FAT) with approx 127Mb of storage! But what now? Well the  Raspberry Pi Pico is programmed using either C/C++ or MicroPython and adding a program to Pico is as easy as dragging and dropping a file while Raspberry Pi Pico is in boot mode.


GCC-Arm-Radio

 Install ARM GCC Compiler

We’re really looking forward to Arduino support being made available for the Pico. In the meantime, we recommend  Visual Studio Code, and then to watch a few of the video tutorials that Microsoft put together!

You’ll also want to download a few other softwarings (we’re assuming that you don’t already have them installed, if so, please skip the ones you already have):

Firstly the  Arm GCC Compiler. During the install process and before selecting [Finish], select the [Add path to environment variable] radio button.


Install CMake 

CMake-Radio

Next download and install the latest version of  CMake ensuring to remove any previous version. During the install be sure to select [Add CMake to the system PATH for all users] radio button.

CMake is an open-source system that manages the build process in an operating system and is designed to be used in conjunction with the native build environment.








Installing the required build tools for Visual Studio

Now download the  C/C++ components and build tools for Visual Studio. You’ll find these at the bottom of the list under the heading [Tools for Visual Studio 2019]. Hit the link and your download should start immediately. Then install the file. During install select [Desktop development with C++] and [Install].

build-tools-for-Visual-Studio-installing

Depending on the speed of your network this could take a while as the package is more than 6.5Gb! Patience is king here…. Thank goodness for coffee.   coffee-at-proto-pic-198x243

Once the build tools have been installed, your Windows machine will need a reboot to complete the installation.


Python-3-Installation

Installing Python 3

Now you’ll need to install  Python 3. Just grab the latest version if you don’t already have it installed. Be sure to check the [Add Python 3.x to PATH] radio button. Then Install!

We’re almost there! 


Install Git!

Select-Textpad-As-Preferred-Editor

Install Git and you’ll be ready for coding

18th Jan 2021

Recent Posts