Month: June 2019

Useful Arduino libraries (#E10)

Here’s a random thing: I’m currently tidying up work projects and I decided to stick all Arduino (and later: Kicad) libraries into one company git repository to not only back up local progress, but also to make it easier to sync a few lesser used machines with my main one. And as I often ping back and forth with my home gear (yes, idiots like me like to tinker at home as well), I always run into troubles manually syncing those.

git submodule add does a great job here – no need to upload all stuff to the main git, it’ll record independent submodules and clone them as required. […]


Post #100 HP 6644A refurbishment (#P14)

Not that anybody cares, but this is actually post number 100 already. I prepared something else that failed (to be reported!), so this one has to do instead ;)

My “lab” power supply situation is ageing and often no longer up to the task, think of LEDs north of 35V or anything that takes more than one amp at voltages that cannot be provided with common computer supplies (3.3V, 5V, 12V, 19/20V) easily. So this is part one of the refresh.

I bought a HP 6644A power supply around six weeks ago off eBay, at 245€ including shipping and rack mounts via best offer. […]


DIY USB and SATA panel mount connectors (#P13)

Next batch of connectors incoming! (yes, I’m onto something)

I bet most of you are familiar with USB panel mount connectors, which (I guess) are a by-product of the slot mounted USB ports of PC mainboards in the late 1990s, early 2000s. Back then, boards had none or few USB ports on their back I/O panel, but often one or two available via pin header. So people obviously needed some slot adapter for them, something like this:

If you slap on a different connector on the other end and omit the metal bracket, this is basically what you get these days when buying USB panel mount connectors. […]