An SLA-Printed Pogo Pin Programming Jig

If you have a microcontroller to program, it can be an easy enough process to hook up a serial lead and perform the task. If however you have hundreds of microcontrollers on PCBs to program, connecting that lead multiple times becomes an impossibility. In manufacturing environments they have pogo pin jigs, an array of spring-loaded pins carrying the programming signals that line up perfectly with the appropriate pads on a PCB places on top of it.

[Conor Patrick] is working on an upgrade to the U2F Zero 2-factor authentication token, and he faces exactly this problem of needing to program …read more

Continue reading An SLA-Printed Pogo Pin Programming Jig

A Peek Into a Weed-Eating Robot’s Test Fixtures

When it comes to production, fast is good! But right the first time is better. Anything that helps prevent rework down the line is worth investing in. Some of the best tools to catch problems are good test fixtures. The folks at Tertill (a solar-powered robot for killing weeds that kickstarted last year) took the time to share two brief videos of DIY test fixtures they use to test components before assembly.

The videos are short, but they demonstrate all the things that make a good test: on the motor tester there are no connectors or wires to fiddle with, …read more

Continue reading A Peek Into a Weed-Eating Robot’s Test Fixtures

Pogo Pins Make Light Work Of IoT Switches

Living in a condo with inadequate opportunity for fresh light wiring presented a problem for [Raphael Luckom], which he solved by taking a few off-the-shelf ESP8266-based IoT mains switches. That in itself is nothing particularly new these days, but what makes his switches special is that when faced with fiddly soldering to reprogram them, instead he fabricated a pogo pin jig to make the required contacts.

He took inspiration for his work from a Hackaday.io project hacking some Chinese switched outlets. They contain a standard ESP-12 module, so identifying the correct pins to program them was easy enough. He simply …read more

Continue reading Pogo Pins Make Light Work Of IoT Switches

Pogo Pin Serial Adapter Thing

A few weeks ago, I was working on a small project of mine, and I faced a rather large problem. I had to program nearly five hundred badges in a week. I needed a small programming adapter that would allow me to stab a few pads on a badge with six pogo pins, press a button, and move onto the next badge.

While not true for all things in life, sometimes you need to trade quality for expediency. This is how I built a terrible but completely functional USB to serial adapter to program hundreds of badges in just a …read more

Continue reading Pogo Pin Serial Adapter Thing

OpenFixture Takes the Pain Out of Pogo Pins

[Elliot] (no relation, but hey, cool name!) wrote in with his OpenFixture model for OpenSCAD. It’s awesome because it takes a small problem, that nonetheless could consume an entire day, and solves it neatly. And that problem is making jigs to test assembled electrical products: a PCB test fixture.

In the PCB design software, you simply note down the locations of the test points and feed these into the OpenSCAD model. ([Elliot] shows you exactly how to do it using KiCAD.) There are a few more parameters of the model that you can tweak to match your particulars, but you …read more

Continue reading OpenFixture Takes the Pain Out of Pogo Pins