News

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 ...
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 ...
Micropython code to use a 16x2 or 20x4 i2c display with the Raspberry Pi Pico This is code adaptded for micropython and the Raspberry Pi PICO specifically. These are the python commands used in a ...
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.
Raspberry Pi Pico, RP2040 features a dual-core Arm Cortex-M0+ processor with 264kB internal RAM and support for up to 16MB of off-chip flash. A wide range of flexible I/O options includes I2C, SPI, ...
MicroPython on Raspberry Pi Pico We should first copy MicroPython firmware to the board. To do so we can download the latest firmware from the getting started guide (pico_micropython_20210121.uf2 at ...
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 ...