a KY-020 Tilt switch to a Raspberry Pi Pico 2 example
In this article, we connect a KY-020 Tilt switch to a Raspberry Pi Pico 2, any rp2350 type board will be suitable. There are many good ones, I actually used…
In this article, we connect a KY-020 Tilt switch to a Raspberry Pi Pico 2, any rp2350 type board will be suitable. There are many good ones, I actually used…
In this article, we connect a KY-021 Mini Magnetic Reed Switch to a Raspberry Pi Pico 2, any rp2350 type board will be suitable. There are many good ones, I…
In this article, we connect an KY-018 Photoresistor or LDR to a Raspberry Pi Pico 2, any rp2350 type board will be suitable. There are many good ones, I actually…
In this article, we connect a KY-015 Temperature Sensor to a Raspberry Pi Pico 2, any rp2350 type board will be suitable. There are many good ones, I actually used…
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…
In this article we connect a SHT31 humidity sensor to a Raspberry Pi Pico and we will use Circuitpython for development First of all lets take a look at our…
In this article we will show you how to control the onboard LED of the Pico W using a Web Server. Code At the most basic we simply create a…
In this example we will create the most basic Web Server using a Raspberry Pi Pico W. This Web Server will display a simple Web Page when we navigate to…
In this article we will fetch a web page using a Raspberry Pi W running micropython, we will the display the source code of the web page in the REPL…
In this article we look at the RGB led which is fitted on the Arduino Nano RP2040 Connect The RGB LED (DL3) is a common anode LED that is connected…