RISC-V from scratch (1/n)

January 19, 2024

RISC-V has become somewhat of a buzzword in the electronics space in the last few years. What is it? Why has it become so popular? and more importantly, how can I make cool stuff with it?

My digicam era

February 7, 2023

Digicams (ie. 2000s digital cameras) are making a comeback. In this entry, I explore how I’ve been navigating this new landscape of old and broken cameras, updating decades-old firmware and learning a couple of new things along the way.

Navigating the uncertain world of ESCs

July 29, 2022

Electronic speed controllers are used to drive brushless DC motors. But how is this tool applied in the real world amidst the jumble of protocols, standards and years of piling technical debt? In this post, I try and find out how.

My first steps with the Pico

March 16, 2021

In this journal entry I document my first steps with the Raspberry Pi Pico. I go over how I stumbled upon the Pico, get the blink sketch working, and start a new LED panel project with the Pico. I talk about a few of the key concepts behind ADCs too!

Beginner's guide to PWM on the Pico

March 15, 2021

Learn how to use the Rasberry Pi Pico’s pulse width modulation blocks to produce analog-like signals for dimming LEDs, timers, and more!