In this example we will create the most basic Web Server using our Raspberry Pi Pico W. This Web Server will display a simple Web Page when we navigate to the IP address assigned to our Pico W. The HTML is embedded in the code…
Micropython
-
-
In this article we will fetch a web page using a Raspberry Pi W running micropython, we will display the source code of the web page in the REPL window You need to download the latest micropython firmware, you can get this from the following…
-
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 output is ok to connect to a Pico and does not require any level shifting.…
-
In this article we connect a TM1637 display module to a Raspberry Pi Pico and we will have some examples in Micropython Module Information A common display module that you can buy on the internet contain the Tm1638 driver chip, I was interested in this one…
-
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 Micropython or the Arduino IDE we can read this temperature The internal temperature sensor that…
-
In this article we will display a digital clock using a Pico Scroll Pack Getting started The labels on the underside of Pico Scroll Pack will show you which way round to plug it into your Pico – just match up the USB port with…