ABOUT

Showcasing electronic projects and sharing technical insights.

Capturing ideas, exploring solutions, and hopefully offering something useful to others.

BLOG

… Coming Soon …

PROJECTS

Photo of completed overhead RGBW LED strip lights for dance floor. Also shows table with DJ equipment plus custom build LED controller.

LED Dance Floor Lighting

A year before I got married, my now wife and I were figuring out how we wanted to set up a dance floor. The wedding was outdoors at my parents’ place, and luckily, there was already a large concrete slab perfect for a dance floor.

Great - floor sorted. But what about lighting?

Me, being an overconfident engineer thought: “Let’s just get some LED strip lights. Easy right?” – Wrong

In this project, I will cover:

  • System requirements, block diagrams, and key design choices

  • Hardware: STM32H7 microcontroller, power supplies, RGBW LED strips, digital isolators, LCD screen, custom PCBs, and more

  • Firmware structure, design approach, and notable algorithms

  • Brief notes on mechanical design


FlyBeams OneWheel Lights

One day, a friend of mine - who’s way cooler than me - came to me with an idea:

“Can we put lights on the side of a OneWheel?

Of couse.

“Can we make it look cool?”

Heck yeah.

For those unfamiliar, a OneWheel is basically a motorized skateboard with a single wheel in the middle. While it comes with a front-facing light, but more lighting would help with visibility. Add some cool effects, keep the design compact and rechargeable, and hey - maybe we could even sell it.

We never got around to selling it, though. My friend got busy being cooler than ever and winning a BAFTA for his work on a game called Before Your Eyes. But we did make a working prototype.

In this project, I will cover:

  • System requirements, block diagrams, and key design choices

  • Hardware: microcontroller, battery charger, accelerometer, touch sensors, and custom PCB

  • Brief notes on mechanical design


Electronic Load

This was my first sizable personal project. At the time, I realized that while I had done some solid hardware design at work, I couldn’t actually show any of it in a job interview. So, I decided to build an electronic load - and do my best to make it look professional.

An electronic load felt like a great place to start: it’s relatively simple to build, and commercial bench-top models can be pretty expensive for a basic home lab setup.

I focused on optimizing accuracy for low currents (1 mA to 5 A) and aimed to support the typical operating modes: constant current, constant voltage, constant power, and constant resistance. I also wanted it to handle transient tests and allow for remote control.

In this project, I’ll cover:

  • System requirements, block diagrams, and key design choices

  • Hardware: microcontroller, constant current sink, difference amplifier, fan controller, EEPROM, LCD screen, and custom PCB

  • Firmware design methodology and notable algorithms


XFORM Board

Sometimes you just want to throw something together quickly - without it looking like a rat’s nest.

Arduinos are great for rapid prototyping, but the boards themselves lack supporting hardware. That means you often end up wiring in extra modules with flaky jumper wires, creating a messy and potentially unreliable setup. Then you have to find some kind of enclosure to hide the chaos.

On top of that, there's the voltage headache: is your Arduino 5V or 3.3V? Are your modules compatible? How are you powering everything reliably?

So… can I make a better board? Yes.

Introducing the XFORM Board - a compact platform packed with useful peripherals and designed for flexible, clean prototyping. It includes various sensors, digital interfaces, multiple high-efficiency power supplies (supporting battery, USB, or external input), logic level translators for 5V and 3.3V, I²C expanders, power switches, reliable terminal blocks for external connections, and more.

In this project, I’ll cover:

  • System requirements and how the board can be reconfigured for specific applications using just a soldering iron

  • Hardware: power supplies, I²C expander, microcontroller, USB-UART bridge, sensors, and reconfigurable power switches

  • Firmware: device drivers I’ve written for the onboard sensors