James from Print N Play has taken his Raspberry Pi Pico, a mini SSD1306 screen and a potentiometer and created a (very) miniature version of arcade classic Space Invaders. You can see how he did it in his very detailed…
Hriday Barot has written up a couple of example scripts for the Raspberry Pi Pico that will mimic mouse and keyboard input to the USB port it is plugged into. The scripts, written in CircuitPython, are very simple, but you…
Andy Warburton has blogged this great project with the Raspberry Pi Pico. He has used a SparkFun Soil Moisture sensor to detect moisture levels inside a plant pot. This is then wired up to the Pico, using one of the…
Tony Smith, aka smittytone, has written two articles that are well worth a read if you’re trying to develop for the new Raspberry Pi Pico with a Mac. The first is how to program a Pico in C and the…
A little while ago, on Twitter, I bemoaned that CircuitPython didn’t “just work” with the Pimoroni Pico Explorer. On this board, there is a little LCD screen, an ST7789. Theoretically, a CircuitPython library exists for it, but it didn’t quite…
Ethan Dell is a full-time computer vision engineer who enjoys developing and experimenting with the Raspberry Pi. He has documented a great method of using the Pi (in this case, a Raspberry Pi 4) to do object detection when driving…
When products first come out, and the inevitable add-on boards appear, one of the things that you pray for are clear, concise instructions that take you through, step-by-step how to do something basic. The Raspberry Pi Pico is incredibly “new…
At the start of the Raspberry Pi Pico launch, it was only possible to program it in either C/C++ or MicroPython. A few languages are beginning to make an appearance now, including the quite exciting prospect of Rust running on…
Hi everyone. If, like me, you’re just starting out on your Raspberry Pi Pico journey, you’ll likely be looking for some resources to help you. This is a microcontroller, not a microcomputer, so you have to do things a bit…
Spencer Organ is, as he puts it, “a big fan of both Euro Truck Simulator 2 and American Truck simulator”. He found out about an API that comes with ETS2 that allows you to tap into the game and both…