
Read and Display the Internal Temperature of RP2040 on Raspberry Pi Pico Using MicroPython
The Raspberry Pi Pico is a versatile microcontroller with a range of built-in peripherals, including an internal temperature...

Raspberry Pi Pico – LCD(16×2) HD44780 with i2C I/O Expansion (HLF8574)
Interfacing an HD44780 LCD with Raspberry Pi Pico using MicroPython The HD44780 LCD is a popular choice for...

Raspberry Pi Pico – Powerchain (Power Delivery Circuitry)
The Raspberry Pi Pico’s power chain is designed for flexible power delivery, allowing it to be powered via...

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...