How to Set Up Visual Studio Code to Program Raspberry Pi Pico (Windows) | No Errors/Build failures
Sobhit Panda Sobhit Panda
1.13K subscribers
9,769 views
0

 Published On Feb 15, 2021

This video covers how to set up Visual Studio Code IDE windows machine with the required toolchain to begin programming the brand-new Raspberry Pi Pico. The toolchain has been installed and Visual Studio Code has been set up to write C code, build it and upload it to the Pico.
Common errors and build failure reasons and their Fixes are also provided. Future videos will explore how to write your own code to the Raspberry Pi Pico, stay tuned for them!

Follow up to this video discussing creating your first project in Visual Studio Code:    • How to Set Up a Project in Visual Stu...  ​

Time Stamps:-
0:00 Intro and Video Description
0:40 Tools required
1:05 Arm GCC Toolchain
1:52 CMake Build Tool
2:33 VS Code Build Tools
3:37 Python 3.7
4:07 Git Version Control
5:32 Installing & Setting Up Pico SDK
8:32 Configuring VS Code
11:11 Some Common Errors

The links for the required software is here:
Arm GCC Compiler: https://developer.arm.com/tools-and-s...
CMake: https://cmake.org/download/​
Build Tools for Visual Studio 2019: https://visualstudio.microsoft.com/do...
Python 3: https://www.python.org/downloads/wind...
Git: https://git-scm.com/download/win​
Visual Studio Code: https://code.visualstudio.com/Download​

The commands to download the pico SDK and example projects are:
(See comments for copying the code)
git clone -b master https://github.com/raspberrypi/pico-s...
cd pico-sdk
git submodule update --init
cd ..
git clone -b master https://github.com/raspberrypi/pico-e...

In case links not found - Go to my Github Page for the codes below:
https://github.com/Sobhit25/Raspberry...

To build the example projects from the command line use the following:
CMake -G "NMake Makefiles" ..
nmake

If this video helped you, please consider leaving a like and subscribing, thank you!

You can find more tutorials and projects on my Channel:

New videos on Raspberry pi PICO:

Raspi Pico Projects:-

Raspi Pico Tutorials:-

Pico vs STM32 vs Arduino vs ESP32:-

How to use STM32 with Arduino IDE:-    • How to use STM32 Boards with Arduino ...  

STM32 Playlist :-

Arduino Playlist:-

What's new in the Rasberry Pi Pico:-

Follow me on:
LinkedIn:
  / sobhit-panda-046a2a191  
Twitter:
https://twitter.com/panda_sobhit?s=08

show more

Share/Embed