In this article we look at creating and displaying custom characters on an I2C 16×2 LCD to a raspberry Pi Pico Parts Required Name Link Pico Raspberry Pi Pico Development Board I2C lCD Aliexpress link Connecting cables Aliexpress product link Lysee 3D Printer…
Code
-
Micropython
Displaying custom characters on an I2C LCD with a Raspberry PI Pico and MicroPython
by rp2040guy71 -
In this article we will display cryptocurrency prices using a RP2040W, we will use Micropython and the Thonny editor. The prices are retrieved from coinbase using their api You can visit coinbase api and take a look at the various requests and responses We are…
-
Micropython
MPU6050 Accelerometer and Gyroscope Sensor example with Pico and micropython
by rp2040guy71In this article we connect the ever popular MPU6050 Accelerometer and Gyroscope Sensor to a raspberry Pi Pico and we will then display the temperature and humidity to the repl window in Thonny using micropython Lets look at the sensor first Features The MPU-60X0 is the…
-
In this article we connect an Pico Sense hat to our Raspberry Pi Pico We will then use the on board LCD to display the temperature Parts Required I used a Pico sense hat which has 4 sensors Name Link Pico Raspberry Pi Pico Development…
-
In this article we connect a bme280 to our Raspberry Pi Pico and The BME280 Humidity sensor measuring relative humidity, barometric pressure and ambient temperature Technical data Parameter Technical data Operation range Pressure: 300…1100 hPa Temperature: -40…85°C Supply voltage VDDIO Supply voltage VDD 1.2…
-
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 html web page which will be served up when an IP address is assigned We…