MicroPython
-
Raspberry Pi Pico LCD (I2C) Interfacing Using MicroPython
This article will guide you to interface a 16×2 LCD with Raspberry Pi Pico using an I2C interface. MicroPython code is used here to communicate with…
-
Raspberry Pi Pico W with DHT11 (MicroPython Code)
In this tutorial, we will interface Raspberry Pi Pico W with the DHT11 temperature and humidity sensor using Micropython. We will discuss a simple script to…
-
Read Raspberry Pi Pico’s Onboard Temperature Sensor (MicroPython Code)
In this tutorial, learn how to read the inbuilt/onboard temperature sensor in Raspberry Pi Pico. First, we shall write a simple MicroPython script to display temperature…