News

Simple usage of the Pico with I2C 1602 LCD with MicroPython I simplified other peoples work becuase I found this really confusing. Since the Pico is still so new I would like to help other people with ...
About Micropython code that controls a Raspberry Pi PICO based watering system using capacitive 5V soil moist sensor, a 5V pump, 16x2 LCD I2C display for output.
Hey everyone, in this tutorial we are going to interface a Liquid Crystal Display (LCD) module with the Raspberry Pi Pico using Micropython. By the end of this tutorial, you will be able to display ...
In this tutorial, we are going to interface an OLED display module with the Pico board. You will be able to perform an I2C communication on Raspberry Pi Pico at the end of this tutorial.
The Pico Display Base Board is a printed circuit board from Applying Microcontroller Solutions that provides a platform for building Raspberry Pi Pico-based display projects. It works with a Raspberry ...
While the Raspberry Pi Pico is by design a bit more limited than a standard Raspberry Pi, the right accessories can help you unlock a world of creativity.
Inspired by MicroPython’s machine module, [Alexandre] has developed u2if—an implementation of some of MicroPython’s machine module for PC —using a USB-connected Raspberry Pi Pico to bridge ...