Thursday, May 18, 2023 in Blog
All I’m going to say here is to make your bed before you get in and close the barn before the horse puts in his two weeks notice. Writing MCU device drivers can suck. It can suck for many reasons. As someone who recently spent best part of a …
Thursday, April 20, 2023 in Blog
Background I’m building a test jig for a device that needs both RS-232 and RS-485 transceivers. Since this is a test jig, I prefer to build it using off-the-shelf components—ideally ones that can be delivered overnight. Inside the jig, I have …
Wednesday, March 22, 2023 in Blog
Introduction AppImages are another packaging methods for distributing code with all dependencies included. It’s one of the simpler approaches, there’s no package manager for it, you download the image and go. The FreeCAD AppImages (here) …
Tuesday, March 21, 2023 in Blog
I recently posted a video walk through of how I use board outlines and form factors as footprints in KiCad. It’s a useful approach I encourage you to try – especially when you are supporting many different designs. Simplifying and …
Sunday, February 26, 2023 in Blog
KiCad 7 has some notable improvements, not least among these is the addition of kicad-cli. Check out the Hackaday article for more. Why a Build Environment? I am a bit obsessed with pragmatic approaches to building and designing electronics. I want …
Thursday, February 02, 2023 in Blog
TL;DR Use spfpm or numfi. spfpm behaves exactly like a standard fixed point in a compiled language with exceptions on overflow. numfi also behaves like a standard fixed point with overflows at the limits, no exceptions are thrown. Introduction …
Tuesday, December 13, 2022 in Blog
Board template layout Here’s the scenario: you’ve come up with a great product design, designed the electronics, written the software, set up testing, designed an enclosure, set up manufacturing, and are shipping products. Version 0.1.0 …
Sunday, November 27, 2022 in Blog
Merifix MF300 Fixture Part 2. of figuring out how to build a series of automated testing jigs for Hobbs ElectroOptics and ElectroOptical Innovations. The first part “Requirements and Resources” is available here. Like the first part this …
Thursday, November 24, 2022 in Blog
Summary Here’s a list of design goals to guide the design of a series of related production test system. A list of interesting resources and and companies is included. Introduction Blue Clover Tester Chassis As the number of projects …