Raspberry Pi Pico : Basic Micropython with RShell
Some early tests with the Raspberry Pi
this was a rough walk through. Sorry for the background noise and awkward pauses. I decided to do it in one shot with minimal editing.
used rshell to access the serial terminal
showed how to run a pre-compiled program (blink.uf2)
and how to install the micropython firmware (rp2-pico-20220117-v1.18.uf2)
showed the sleep, random (urandom) and thread (_thread) functions
Welcome to the Raspberry Pi Pico video series! In this episode, we dive into the world of MicroPython and explore how to use rshell to connect to the Raspberry Pi Pico microcontroller.
Join us as we guide you through the installation process of rshell and demonstrate how it can be leveraged to program the Raspberry Pi Pico using MicroPython. This video serves as a foundational step in unlocking the full potential of your Raspberry Pi Pico.
In our upcoming videos, we'll be embarking on an exciting project where we'll create a temperature probe using the Raspberry Pi Pico. Stay tuned to learn how to build this amazing project step by step.
Don't miss out on any episode of this engaging playlist. Make sure to subscribe and hit the notification bell to stay updated with our latest Raspberry Pi Pico tutorials. Get ready to explore the endless possibilities with the Raspberry Pi Pico and MicroPython!
contents:
00:00 - intro
00:27 - blink.uf2
00:53 - reset firmware for micropython
03:20 - connect to pico via the serial terminal with rshell
05:35 - edit file (wrong file)
07:30 - start running repl (micropython interpreter )
08:27 - import rblink
09:12 - edit file (correct file)
11:20 - mistakes that i could edit out but decided that my mistakes could help you learn
12:08 - re edit file - rerun rblink
13:29 - using a simple test of threads
15:30 - start on power up (main.py)
17:50 - discuss issues with c/c++ sdk
19:20 - future videos
20:38 - closing
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
rshell:
https://github.com/dhylands/rshell
pico micropython documentation:
https://www.raspberrypi.com/documentation/microcontrollers/micropython.html
pico/rp2040 documentation / datasheet:
https://www.raspberrypi.com/documentation/microcontrollers/rp2040.html
https://www.raspberrypi.com/documentation/microcontrollers/raspberry-pi-pico.html
-----------------------------------------
⬇️⬇️⬇️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.dpbolvw.net/click-100638314-15461706
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
Phrozen 3D Printers
https://www.tkqlhce.com/click-100638314-15455799
🔴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 #micropython #rshell #TemperatureProbeProject