Paragon Project: Euclidean Drum Machine

In terms of making music with the Raspberry Pi, there are a handful of options available. People have come up with ways to turn their Pis into instruments of all kinds. However, by comparison, there are few music projects revolving around the Raspberry Pi Pico. So it’s thrilling to see a new Pico euclidean drum…

Read More

Python Dispatch: Making the GIL Optional

The Steering Council have made a huge announcement regarding the future of Python. Namely, they have decided to make the Global Interpreter Lock (GIL) optional in CPython and eventually remove the GIL altogether. This is a huge decision that will fundamentally alter Python. Therefore, in this post, I’ll go through what the GIL is, its…

Read More

Paragon Project: Pico W Security Alarm

If you’re interested in protecting your home with a cheap and powerful security system, look no further, because the the Pico W Alarm System is here! over at Cytron, Abdulrahman Alhamed has uploaded a fantastic tutorial on creating an alarm system based on an IR sensor and Pico W. Notably, this project isn’t that different…

Read More

9 Tricks with the Python REPL

Of course, the Pi in Raspberry Pi comes from Python, one of the most popular programming languages in the world and especially popular among tinkerers and makers. In this post, I want to give you 9 tricks and tips with the Python REPL – but don’t worry if you’re not super familiar with Python or…

Read More

The Best Raspberry Pi HATS, accessories, & breakouts

raspberry pi brands, accessories, HATS, breakout boards

The best part about the Raspberry Pi is its community. That includes the vendors and accessories makers. In this post, we’re going to talk about a plethora of the best HATS, accessories, and breakouts for your Raspberry Pi. If you are new to the Raspberry Pi, you might find the brands difficult to navigate. Here’s…

Read More

Raspberry Pi project ideas: One key custom keyboard

raspberry pi pico projects button

The one-key keyboard is one of my favorite Raspberry Pi keyboard projects. After all, sometimes your computer needs just one button to activate a specific action. If you are transcribing an audio recording, you might want one button to rewind the track three seconds. If you are picky about your music, you might want a…

Read More

Everything about the Raspberry Pi Pico

raspberry pi pico

If you are looking to buy your first Raspberry Pi, the Pico could be a very attractive option. But the real question here is whether the Raspberry Pi Pico is right for you. There are many pros and cons in buying the Raspberry Pi Pico and it’s important to understand the adage “horses for courses.”…

Read More

10 curious Raspberry Pi Pico facts

raspberry pi pico

Learn 10 exciting facts about the Raspberry Pi Pico, ranging from technical specs to fun projects. 1 Second time’s the charm The Pico features the RP2040 microcontroller chip designed by Raspberry Pi in the UK. It contains a Dual-core Arm Cortex-M0+ processor and a flexible clock running up to 133 Mhz. Hence the Pico can…

Read More