A Micropython PIR example for the Raspberry Pi Pico
In this example we connect a PIR module up to our Raspberry PI Pico, this is quite a simple module to connect as it requires only 3v3, Gnd and the…
In this example we connect a PIR module up to our Raspberry PI Pico, this is quite a simple module to connect as it requires only 3v3, Gnd and the…
In this article we present an RGB LED example on a Raspberry Pi Pico, rather than just use the default example to flash an LED, we will connect an RGB…
In this example we will get the bitcoin price using micropython We will use coingecko in this example, there are other apis that you can use To test this out…