Category: Enterprise Architecture

🔢 Celebrating Pi Day With a Live Build!

🔢 Celebrating Pi Day With a Live Build!

Saturday 14 March is, of course, Pi Day (3.14), and this year I’m doing something completely different on the livestream: a Live Build over on my channel. But this won’t be a Blue Peter–style “here’s one I made earlier” situation. It’s not even a rebuild of a project I’ve already done. This is going to … Continue reading 🔢 Celebrating Pi Day With a Live Build!

HC-SR04 Ultrasonic Range Sensor with Raspberry Pi Pico (C++ & PIO)

HC-SR04 Ultrasonic Range Sensor with Raspberry Pi Pico (C++ & PIO)

In this video I explore the HC-SR04 Ultrasonic Range Sensor. Connecting this to a Raspberry PI Pico. https://youtu.be/oz0pYO8sCds I look at two code strategies for working with the HC-SR04: using Interrupts to calculate the echo time and using PIO to do this. I got carried away a little with exploring these devices and decided to … Continue reading HC-SR04 Ultrasonic Range Sensor with Raspberry Pi Pico (C++ & PIO)