Installing Raspberry Pi Pico C/C++ SDK with Project Generator
In this video I downloaded and installed the Raspberry Pi Pico C/C++ SDK with Project Generator. Like usual I ran into some problems.
Contents:
00:00 - intro
01:00 - system update and install required packages (apt)
04:00 - Download pico SDK & Project Generator
09:22 - python error
10:55 - rant on python
12:15 - running project generator
14:10 - Compiling first project
15:40 - modifying code & recompile
17:00 - loading it on the pico and running it
19:30 - discuss future videos and projects
24:00 - closing
Raspberry Pi Pico C/C++ SDK:
git clone -b master https://github.com/raspberrypi/pico-sdk.git
Examples:
git clone -b master https://github.com/raspberrypi/pico-examples.git
Pico Project Generator:
git clone https://github.com/raspberrypi/pico-project-generator.git
Installing python 3.6.8
https://www.python.org/downloads/source/
wget https://www.python.org/ftp/python/3.6.8/Python-3.6.8rc1.tgz
tar -zxvf https://www.python.org/ftp/python/3.6.8/Python-3.6.8rc1.tgz
cd python/3.6.8/Python-3.6.8rc1
./configure
make /* took about an hour and a half to run */
sudo make install
Gary Explains github post:
https://github.com/garyexplains/examples/tree/master/Raspberry%20Pi%20Pico/C
Playlist:
https://www.youtube.com/watch?v=A6IFsDK65OY&list=PLGBh5bnttFWtnPfSYysLVLjYUkeRF1-qH
where to get a pico:
https://www.microcenter.com/product/632771/raspberry-pi-pico-microcontroller-development-board
https://www.amazon.com/dp/B09QKDTWCD?ref=ppx_yo2ov_dt_b_product_details&th=1
Pico SDK git
https://github.com/raspberrypi/pico-sdk.git
Pico Project Generator git (will be used in future video):
https://github.com/raspberrypi/pico-project-generator.git
⬇️⬇️⬇️Subscribe to our channel for more Videos!⬇️⬇️⬇️
👉https://www.youtube.com/channel/UCpWcbuBcTjHm8X6W0pySi5A?sub_confirmation=1
Samples & Tests git:
https://github.com/transvidium/samplesandtests
Samples & Tests website:
https://transvidium.com/samplesandtests/
Samples & Tests: Blog:
https://qwerty12134.blogspot.com/
🔴Business inquiries:⬇️⬇️⬇️
https://docs.google.com/forms/d/e/1FAIpQLSfEiKjMGrgo3DcJRBRyuqIgPMpuI02c6UNhcxHDzupq69J7kg/viewform
🔴Affiliate Links: ⬇️⬇️⬇️
Namecheap Domains:
https://www.tkqlhce.com/click-100638314-12892698
Rexing wifi Dashcam:
https://www.anrdoezrs.net/click-100638314-13999325
RVT RV Finder:
https://www.anrdoezrs.net/click-100638314-10676664
Creality 3D Printers:
https://www.tkqlhce.com/click-100638314-14476734
Adagio Teas:
https://www.jdoqocy.com/click-100638314-10405733
Signs on the cheap:
https://www.anrdoezrs.net/click-100638314-11312833
Filippa Marketplace:
https://www.jdoqocy.com/click-100638314-15232687
Holiday Autos:
https://www.anrdoezrs.net/click-100638314-12363666
Hushed (Telephone app):
https://www.tkqlhce.com/click-100638314-14417030
Vonage:
https://www.tkqlhce.com/click-100638314-15024364
RX Safety (Glasses):
https://www.tkqlhce.com/click-100638314-15138183
Segway (free shipping on orders over $99):
https://www.jdoqocy.com/click-100638314-15349390
AAA Auto Club:
https://www.anrdoezrs.net/click-100638314-15371181
Checks in the Mail:
https://www.anrdoezrs.net/click-100638314-13333421
Crystal Travel:
https://www.jdoqocy.com/click-100638314-13280458
🔴Affiliate Disclaimer :
The channel Samples & Tests is a channel dedicated to providing sample tests for various purposes. The channel is not affiliated with any particular testing organization. The channel provides sample tests for informational purposes only. The channel does not provide any guarantee of accuracy or completeness of any of the tests provided.
🔴Disclaimer :
This channel is all about samples and tests of technical projects. Any information provided in these videos is for educational and informational purposes only. I am not responsible for any actions you take as a result of watching any of my videos.
#raspberrypipico #sdk