Introduction to Raspberry Pi Pico C/C++ SDK and Creating Your Own Project from Scratch (LED Blink)

preview_player
Показать описание
This video introduces you to Raspberry Pi Pico's C/C++ SDK. How to create your own project from Scratch - On-Board LED Blink? What is CMake and to use it to build Pi Pico Project?

Time Stamps:
0:00 Intro and Video Description
0:18 Link to install the required build tools
0:57 Brief note on PICO SDK
1:16 C/C++ SDK Layout & Features
2:26 Steps to Create your own Pico Project
4:39 Main Program for blink
9:41 Build commands for CMake Tool
13:11 Testing your Program

GITHUB CODE LINK:

The links for the required software is here:

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

You can find more tutorials and projects on my Channel:

What's new in the Rasberry Pi Pico? Check out these videos

Arduino Playlist:-

Follow me on:
LinkedIn:
Twitter:
Рекомендации по теме
Комментарии
Автор

It's right, official document isn't clear enough in case making own projects... Thank you so much

ciemnore
Автор

Do I have to build the examples every time? I just finished watching your other video on getting set up and my pico-examples have been building in vscode for over 10 minutes now. I don't want to have to wait 5-10 minutes every time I want to come back to these tutorials to start learning.

riffsfromtheabyss
Автор

Hi @sobhit panda I'm glad that I have seen your videos on pico it's awesome man, I'm trying to do the same on ubuntu since 10days u cleared it so well here. Please make some more videos relating to this . Thank you 😊 🎉

manishankars
Автор

Excellent Video. RPI Foundation has now released, one click, PICO SDK installation. Also, if one uses the Pico Debug Probe, then the download is via the, 3 pin SWD, connection. This video is excellent in explaining how to create a stand alone project. Can you please do more videos showing how to use other examples eg. analog, I2c, serial driver to LCD etc. please do a video, showing, how to do debugging a pico application, using Pico debug Probe.

gautombose
Автор

Hi
When I open VSCode, i do not get automatic compilation starting. How do i set VSCode to
1. auto compile, 2. set default compiler
I get this message
Unable to open 'launch.json': Unable to read file (Error: Unable to resolve nonexistent file
Please help.

gautombose
Автор

I am getting nmake error. Nmake can not be found. How do I get NMake? Thanks.

Partha_Nayani
Автор

Cmake website is not working. Is there any alternate way? ...plz tell me

musicaddict
Автор

Hello I interested on make a libraries for raspberry pico but I dont know how to configure cmake ...
Can you explain on a video how to configure cmake to make a library for raspberry pico?

AlejandroGarcia-zxcq
Автор

Can you please make video on how to connect NRf24L01 module with pico

MadhuKumar-hiqs
Автор

Hello, I liked very much this video. I have a question: What if I want to use an external library, like wirinPi? How can I include in my program and where should I copy it? All procedure is the same for c++?

juanc.morales
Автор

I still get the squiggles saying it cannot detect the pico/stdlib.h file.

antoniojohnson
Автор

Well it’s so weird I have been working on pico with windows 11 but still not working it been 3 days anyone can help ? I installed all of them but still there is no any solution

mehmetbilen
Автор

Very helpful.

Most of the instructions I was able to find used the pico-examples to show how to build, but when making my own it never seemed to work. Followed your steps here and managed to successfully compile a uf2 file on first attempt.

ChantzDrake
Автор

this is basically arduino, why there isn't low level access to the pinout?

shaddonai
Автор

The official document is not very clear about the process. Thank you for making this video.

chuanliu
Автор

Visual studio....no thanks, I'll wait for Arduino IDE and do it on Linux.

toneboy