Content for Raspberry PI Pico

How to add W5500 Ethernet to Raspberry Pi Pico (Python) - 1

“HOWTO: Raspberry Pi Pico + WIZnet W5500 Ethernet + CircuitPython - Manual IP setting & Ping Demo”

The PicoPicorder Project

“If you’ve been reading this blog for a long time, you’ll know that my first Raspberry Pi project was a version of a Star Trek Tricorder. The first version was made out of LEGO and used a Pi …

How to connect RPi Pico to WiFi and send phone notifications

“We show how to connect Pico to WiFi while maintaining low power and running it directly on AAA batteries In this project we show how to connect Raspberry Pi Picoto WiFi by using the Cricket WiFi moduleand send an alert …

Project  Pico Phone

Pico Phone

“Send text messages using the Raspberry Pi Pico and a cellular notecard from Blues How does it work? The Pico Phone consists of the following basic components (check out the components section): Raspberry Pi Pico Notecard Sparkfun Qwiic Keypad Whenever …

Raspberry Pi Pico: Sound activated RGB LED matrix

“A DIY RGB LED matrix which blinks in pattern with music or any sound. Overview This is a fun project to demonstrate programmable I/O hardware using PIO to control RGB LED (WS2812 Neopixels) movements activated by a connected sound …

Cellular Signal Heatmap with Raspberry Pi Pico and GPS

“Create a Google Map heatmap with cellular and GPS data acquired by a Raspberry Pi Pico and Notecard, using Python and Google Cloud Platform. A heatmap overlaid on satellite imagery is one of the more tantalizing means of displaying map-based …

Dual Cores & Interrupts on Pi Pico

“The new Raspberry Pi Pico offers Dual Cores and Interrupts if you use MicroPython. I thought I would give it a go and try explain some of the pitfalls to avoid. This project keeps the action running on the two …

Picoth - 2FA Auth with Pi Pico

“An easy to use yet secure 2FA gadget, using a Raspberry Pi Pico and RGB Keypad, MicroPython. 2FA has quickly become an easy to implement solution for all online services willing to add extra safety to user accounts. As a …

How to add Ethernet to Raspberry Pi Pico

“Raspberry Pi Pico has a lot of interesting and unique features, but it doesn’t have networking. Of course this was only ever going to be a temporary inconvenience, and sure enough, over Pi Day weekend we saw both USB …

SPI Display Array Board – Clock

“Fully Customizable SPI Display Array Clock The main idea of this project was to make a customizable clock, a clock that would have the option to change its appearance very easily, The first option was to make it with RGB …