
Raspberry Pi Pico – ADC Read -MicroPython
Introduction to ADC Peripheral on Raspberry Pi Pico The Raspberry Pi Pico has a 12-bit SAR ADC (Analog-to-Digital...

Raspberry Pi Pico GPIO Interrupts with MicroPython (ISR)
Here’s an example of using an Interrupt Service Routine (ISR) in MicroPython on a GPIO pin for the...

Raspberry Pi Pico – GPIO Setup
The Raspberry Pi Pico has a flexible set of GPIO (General Purpose Input/Output) pins that allow it to...

Raspberry Pi Pico – SSD1306 OLED Display – MicroPython
In this article, we will explore how to interface an SSD1306 OLED display with the Raspberry Pi Pico...

Raspberry Pi Pico – BME280 Interface on I2C Bus
To connect a Raspberry Pi Pico to a BME280 sensor over I2C and print temperature, humidity, and pressure...