How to Easily Prototype Electronics with Wire Wrap

Jared Wolff · 2018.5.24 · 2 Minute Read · engineering · prototyping

Wire wrapping one of my favorite prototyping techniques. Used previously for making the interconnections between integrated circuits on motherboards in the 60’s and 70’s it has since gone by the wayside due to the advent of printed circuit board assembly.

I stumbled upon it a few years ago while I was developing some test fixtures for the company I was working for at the time. Turns out that the vendor that was building our fixtures uses it every day!

Since then, I’ve used it to prototype circuits that otherwise would have been much more time intensive to prototype. I’ve also created assemblies that otherwise would have required lots of frustrating soldering which often leads to mistakes or damaging the parts in involved.

Ingredients

  1. Wire wrap wire

  2. Breakaway headers (This is a 10 pin but there’s plenty of other combinations out there!)

  3. Some development boards to make connections to. Here are links to the boards that I was using:

Tools Used

  1. Wire wrap gun OK Industries G-100 Speed Wrap tool or similar. There’s also manual ones available. Best place to check is eBay.
  2. Wire Strippers
  3. Flush snips (I use a pair of Xcelite cutters on my bench)

Making the connection

The process to make these connections is relatively simple. I’m using an old OK Machine & Tool Corp Speed Wrap gun and some 30AWG wire wrap wire.

  1. Attach a header to the board if it’s not already attached. Or if you have a board with female headers you can purchase a breakaway header with log leads on both ends.

  2. Next, take your wire wrap wire and strip the insulation about an inch off.

Wire stripped

  1. Insert the wire into the smaller hole on the wire wrap tool you have. This is the same whether you have a gun or a pen-tool

Insert wire

  1. Place onto the header

Insert wire

  1. Spin or activate the hand crank. A delicate pressure is required here to allow the wire to “ride up” the metal post of the header. If you push to hard, the wire often wraps over itself making a not-so-great connection.

Insert wire

  1. Repeat this process as needed.

Last Modified: 2020.3.7

Subscribe here!

You may also like

How to Connect the nRF9160 Feather to Mosquitto

One thing that’s always tripped me up as an IoT developer is figuring the best way to transmit data. There are many different kinds of radios and mediums. On top of that, there are…

The nRF9160 Feather Launch

I was a complete failure. My prototype wasn’t working. I spent at least an hour trying to rework a frustratingly large LTE module on an impossibly small circuit board. It wasn’t…

The nRF9160 Feather with Bluetooth

One of the cool things about Zephyr is its modularity. It’s also one of things that makes development on the platform difficult. This is especially true if you’re not use to the…