Get the latest Bitcoin Price in Micropython
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 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…
In this tutorial we will read the Temperature from the Raspberry Pi Pico. The Raspberry Pi Pico has an internal Temperature Sensor which is connected to an ADC pin, using…
In this tutorial we will create an I2C scanner for the Raspberry Pi PIco. Sometimes you get a sensor and are not sure the I2C address or you may have…