Posts Tagged ‘circuitpython’
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 MorePython 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 MoreParagon 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 MoreWhat’s the difference between CPython, MicroPython, & CircuitPython anyway?
CPython, MicroPython, and CircuitPython hold a dear place in the hearts of many a tinkerer. But it’s not always clear what the differences are. And if you’re messing around with microcontrollers for the first time, these distinctions can play a key role in understanding what’s up with your code. So, in this article, I will…
Read More9 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 MoreWhich programming language should you use for a Raspberry Pi?
If you are new to the Raspberry Pi, you might find yourself at the crossroads of choosing a programming language to learn. There are so many languages out there and what you decide to learn will have a profound effect on what you can do. So, let’s take a look at the languages you can…
Read MoreThe Best Raspberry Pi HATS, accessories, & breakouts
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 MoreRaspberry Pi project ideas: One key custom keyboard
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 MoreEverything about the 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 More10 curious Raspberry Pi Pico facts
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