Тёмный
No video :(

Pi Pico SDK Install & Blink 🟥 Raspberry Pi Pico RP2040 C/C++ 

Binder Tronics
Подписаться 5 тыс.
Просмотров 1,4 тыс.
50% 1

In this RP2040 microcontroller programming guide, we will be covering the base software setup of the RP2040 on the Raspberry Pi Pico development board. Using the Raspberry Pi Foundation's ARM-based RP2040 on a Raspberry Pi Pico development board with the C/C++ SDK and Visual Studio Code (VS Code). We will also demonstrate how to create a simple "blink" example to get you started with programming the Pi Pico.
Git Repository
github.com/Dev...
gist.github.co...
➥➥➥ SUBSCRIBE FOR MORE VIDEOS ➥➥➥
ru-vid.com...
Facebook ▶ / bindertronics
Twitter ▶ / bindertronics
☕Coffee Funds☕
Shekels
www.paypal.me/...
Patreon
/ bindertronics
Bitcoin
19nohZzWXxVuZ9tZvw8Pvhajt5khG5mspW
Ethereum
0x5fe29789CDaE8c73C9791bEe36c7ad5db8511D39
#raspberrypi #ARM #SDK

Опубликовано:

 

28 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 15   
@pradeepatchgal439
@pradeepatchgal439 16 часов назад
Hello Binder, Nice learning on this video.
@mosne123
@mosne123 2 месяца назад
Hello Binder. I have been following ur channel for some years now and like ur comprehensive tutorials. Are there any other channels you post some material? Linkedin?
@BinderTronics
@BinderTronics 2 месяца назад
Nothing really. Most likely I will only duplicate what is already got on here if I decide to use another platform. Thanks sticking around for 3 years. I used to be somewhat active on twitter and patreon a few years back but it was mostly it was directing back to here. Links are in the description it you want to have a look.
@ryandyc
@ryandyc 7 дней назад
Hello again Binder. I want to use and link your video in a JES instructional excel sheet on how to get my software design working. I have a 6 person group, and we made a modular joule apparatus schools could assemble with input from the JES. I handled the software aspects for displaying a temperature on an LCD using the pico. So, I was wondering if I could get your permission in including your video in the JES to help with understanding how to setup the PICO SDK. Thanks again for the help.
@BinderTronics
@BinderTronics 7 дней назад
If it is a link or a embed, go right ahead.
@davinelulinvega
@davinelulinvega 2 месяца назад
Well, that is how the process of beginning in development on new platform looks like. Scrolling forums and docs is omitted.
@BinderTronics
@BinderTronics 2 месяца назад
Sarcasm?
@ryandyc
@ryandyc Месяц назад
Hi thank you for the help. How do I specify the compiler path within VS Code? It’s on the c_cpp_properties.JSON is the path to the compiler I want to use (arm-none-eabi-gcc)
@BinderTronics
@BinderTronics Месяц назад
There is a link to my template files in the description.
@ryandyc
@ryandyc Месяц назад
@@BinderTronics thank you for your response. It compiled and made the correct .uf2 file which I flashed to my board. The blink example worked correctly. It just wouldn’t read the library via vs code for some reason. I have another question, since I echoed the path PICO_SDK_PATH to my C:\SDK can I install a library to any folder path there like my lib file and then reference that library in any folder in my C drive if the library is in the SDK folder? I found a one wire library I installed for a temperature sensor I purchased, DS18B20. One more question with that. Do I need to do anything different with my CMake files than what you showed if it is a single library I copied through git to my library folder?
@BinderTronics
@BinderTronics Месяц назад
k so you need to compile and link the lib to your project. This is done using the cmake files. You can have the lib anywhere on you system but it would be easier if it is in the same project folder. It is also easier if the lib is in a path that does not have spaces in it. Using GPT or some other LLM should get your going.
@ryandyc
@ryandyc Месяц назад
@@BinderTronics Thank you for responding again. I have since added the library to my dedicated library directory C:\SDK\pico-sdk\lib. I then created a folder labeled pico-onewire to a subdirectory where I store all my external libraries. I am adding it here instead of my project because it looks much cleaner for my project files. That said, I am having issues with the CMake files. This library has a source file "one_wire.cpp", and no matter what I have tried using GPT, it hasn't been able to find it. It always gives me the message "Cannot find source file: one_wire.cpp," followed by a list of other file extensions it tried without any luck finding it. My question is: How do I keep the library in that directory while calling it from my project? Everything is in my pico-sdk directory where I echoed PICO_SDK_PATH to.
@BinderTronics
@BinderTronics Месяц назад
is your main file still a .c file? you will need to change the file to .cpp and make your main function `extern "C" void main(void)`. You seem to be trying to use a main C file with a C++ lib. You can use C with C++ but not the other way around.
Далее
Every Developer Needs a Raspberry Pi
27:27
Просмотров 443 тыс.
In-depth: Raspberry Pi Pico's PIO - programmable I/O!
17:19
SIGMA ENVY IS UNTOUCHABLE 🔥 #insideout2
00:10
Просмотров 3,8 млн
I forced EVERYONE to use Linux
22:59
Просмотров 474 тыс.
Turning a Raspberry Pi Pico into a GPU!
16:42
Просмотров 119 тыс.
C++ vs Rust: which is faster?
21:15
Просмотров 390 тыс.
Raspberry Pi Pico - PIO explained
50:01
Просмотров 29 тыс.