© 2023 Hashnode
#pico
Pico SDK Download the pico SDK from the official GitHub into your chosen directory. I don't like looking at it, so I put it in a hidden folder. mkdir ~/.picob && cd ~/.pico git clone https://github.co…
I recently made a new video showing how to take your brand new Pico W, connect it securely to the internet, and control it from a web interface — all in Python with Anvil. Check out the video or the t…
In this tutorial, we look at what it takes to create the simplest program of all - one that blinks the onboard LED on the Raspberry Pi Pico. https://youtu.be/B-6GsoEg0Lw The Program The program itself…
In this article, I will show you how I set up my development environment for TinyGo on the Pico using VSCode as my IDE. The TinyGo web site has a detailed installation guide for various operating syst…