I2C LCD Interfacing with Raspberry Pi Pico Display Text and Custom Characters
In this tutorial, we will learn how to interface I2C LCD with Raspberry Pi Pico and how to display simple text/numbers and custom characters on …
In this tutorial, we will learn how to interface I2C LCD with Raspberry Pi Pico and how to display simple text/numbers and custom characters on …
In this tutorial, we will learn to use the MPU6050 MEMS module with Raspberry Pi Pico to measure accelerometer, gyroscope, and temperature values using MicroPython …
In this user guide, we will take a look at the BME280 sensor which is used to pressure, humidity, and temperature. Firstly, we will learn …
In this tutorial, we learn about the SSD1306 0.96-inch I2C OLED display and how to interface it with Raspberry Pi Pico using MicroPython. An OLED …
In this tutorial, we learn to use the system timer peripheral of Raspberry Pi Pico. As we mentioned earlier, This development board comes with RP2040’s …
In this tutorial, we will learn how to use an RIR motion sensor with Raspberry Pi Pico and configure external interrupts of Raspberry Pi Pico …
In this tutorial, we will learn how to use PWM channels of Raspberry Pi Pico using MicroPython Thonny IDE and UpyCraft IDE. Firstly, we will …
In this tutorial, we will learn to use ADC of Raspberry Pi Pico using MicroPython. In other words, we will learn to read Analog values …
In this tutorial, we will learn how to use a push button in order to turn a led on and off with Raspberry Pi Pico …
In this tutorial, we will learn about how to use GPIO pins of Raspberry Pi Pico using MicroPython programming. For demonstration purposes, Firstly, we will …