Skip to main content

Electronics Fabrication Tips, Tools and Resources

Here at the CCI, only a few courses require students to go beyond breadboard prototyping of circuits, and in lots of cases this might be all you need to develop your prototypes. However, for students that are interested in developing their hardware work, either to make permanent installations, to make work for others, to make wearables, or just to have more reliable circuits, there are a lot of useful tips and tricks that can make your life a lot easier!

These notes were written by Agnes for a Technical Skills Workshop. This guide is written in order of the stage of prototyping -- normally to make a new circuit I'd go through all of these!

0. General fabrication tips

  • make lots of tests before soldering everything together! do things a small bit at a time
  • always check for shorts before you plug stuff in
  • it's a good idea to breadboard your ideas and get them working before doing anything else

1. Better Breadboarding

Often, the first step when prototyping is to make and test the circuit on a breadboard. Even when breadboarding, though, there are some ways to make your life a lot easier. One of the first things I'd recommend doing is to use solid-core wire rather than header wire on the breadboard -- it makes it a lot easier to see what's going on.

bad: spaghetti

good: some kind of other much more legible pasta shape

To correctly arrange solid core wire, the easiest way is often to strip one end, and put it into one of the holes it needs to go into. Use your thumb to mould thw wire toward where it needs to go, then cut with 5mm to spare, strip the other end, and insert into the board.

Breadboarding Rules:

  • always use the power rails -- use red for the positive voltage, black for ground (see below)
  • always connect all the grounds in your circuit together
  • use solid core wire rather than headers to connect components together -- you can mould this onto the board, and it makes it much easier to see what's going on
  • colour code your wires to stand in for different kinds of signals, so you can easily 'read' what's going on (e.g. use green for PWM, orange for analog inputs). There's not the same conventions for this as the power rails -- just choose what feels right
  • always plug the power in last, and unplug it again before making any edits
  • give yourself enough space! breadboards have little notches to attach together. A rule of thumb with circuits is always to start big, then think about making things smaller

cardinal rule:

Breadboarding Guides and Resources

2. Stripboard

For one-off prototypes, with smaller and not so complex boards (+ where it doesn't matter so much how large the board is), the stripboard/protoboard stage can often be a good place to stop. It holds all the components in place, and, so long as you pick the right connectors, it shouldn't break.

Stripboard Guides and Resources

Connectors

Amazing Resource -> The Electrical Connector Book

One of the major decisions that you will make in any electronics project is what connectors to use, e.g. to connect different boards together, to make a connection to a power supply, connect components such as motors.

The first major major rule is -- never just solder a connecting wire directly into a stripboard. It will break!! Always plan to use a connector to interface to the board.

With things like connectors, it can be really useful to know a few common types, and to be able to identify ones you might run into! There are loads of different ones suitable for different scenarios, I'm linking the main ones here.

General considerations

  • what spacing is the thing you are connecting to? Arduino, Raspberry Pi, breadboards and most prototyping boards is 2.54mm. This isn't always true for other boards and components, however -- for example the Adafruit feather boards use a 2mm JST connector for the power supply, and Grove components are all 2mm Molex
  • what gague of wire is being connected? thicker wires might not fit in smaller connectors, and vice versa. This is particularly important for crimped connectors such as molex
  • do I need strain relief? for connections that might move a lot, or are subject to lots of force, it might be worth considering how to securely mount these on your board, past just soldering, or how to protect the joins

DuPont

You will probably be familiar with DuPont connectors from using header wire to connect components to an Arduino. They are very commonly used in prototyping boards, which often come presoldered with Dupont-compatible headers or sockets.

Good for:

  • temporary connections
  • low current

Not so good for:

  • anything permanent
  • power supplies

JST

JST connectors are my go-to for developing small projects. They can be fiddly to create (they often require manual crimping), but are a great balance of manual adjustability and reliability once you've got the hang of working with them.

JST can be a tough standard to get your head around, and I always recommend taking a look at this guide when starting to work with them. The JST-XH standard corresponds to the 2.54mm spacing standard used on most boards, but do always double check that that's the pitch you want to use.

Good for:

  • one off prototyping

Not so good for:

  • if you're in a hurry and just want to test something
  • large arrays of connections (use IDC and ribbon cable for anything > 5)

IDC

IDC stands for "insulation-displacement contact" -- they are used with ribbon cable, and have tiny blades that slice into the cable to create electrical contacts.These are good if you have to connect multiple cables together, and are often used to communicate between boards.

They normally use 2 rows of pins, so if you're attaching them to a stripboard be sure to score between the rows to prevent shorts!

These can be very convenient, it's a quick way of making a bunch of connections. Unlike JST, however, it's not possible to disconnect and reroute individual wires.

Good for:

  • inter-board communication
  • quickly making a bunch of connections

Not so good for:

  • smaller numbers of connections
  • I always find that I need to think quite hard about which cable connects to which pin. But perhaps you enjoy thinking about such things

Screw Terminal

Good for:

  • power supplies
  • components like motors that you might need to often connect and disconnect

Not so good for

  • small spaces
  • overkill for low-power components

An aside -- high-power / cable connectors

In the above image, you can see that the wires in the screw terminal at the bottom are much more safely connected than those at the top.

While connecting smaller-gague wires that don't carry high current, it can be fine to just connect the wire into a terminal as-is. However, for thicker cable, you will need to crimp the ends to ensure a secure connection into the terminal block. We have loads of these in different sizes at the CCI -- they can be quite forgiving, however it's worth taking some time to make sure you're using the right ballpark wire gague.

A note on language -- lots and lots of electronics manufacturers will still use the gendered terms 'male' and 'female' to describe the orientation of connectors. This is language that's essentialist and reductive, and at the CCI we often use 'plug' and 'socket' as a substitute -- but if you are searching for connector types online it can be useful to have these as search terms as they're still used a lot.

For a good time, you might enjoy the twitter account cursed connectors.

Wire gauge and Power Considerations

With circuits that need to handle either movement or higher loads, what wire you use can become a major consideration. Adafruit have a great guide to understanding wire gague and picking the correct wire for your project.

In general -- the generic thinner wires we supply at the CCI (I believe these are 22 gauge) are fine for most microcontroller projects where the current is <1 Amp. If you are using components that consume more current (like larger motors, speakers, amplifiers etc), and especially anything using mains, you will want to do some power calculations to figure out what wire to use. Do come and speak to a technician if this is the case, we can help.

High-power circuits shouldn't be prototyped using breadboards. Stripboard can handle higher currents, but it's a good idea to thicken the traces that will be taking these currents with an extra layer of solder. This will reduce resistance and prevent the circuit from heating up.

Omni have a useful wire size calculator that allows you to figure out what gauge of wire your project might need.

IC sockets

Never solder an integrated circuit directly into a proto board!!! You'll end up with loads of issues later on. Instead, solder an IC socket in -- this way if you have issues with your IC (like, you accidentally blow it up), it's really straightforward to change it out without having to desolder a load of pins.

It's a good idea to put all your ICs in the same orientation -- this makes it a lot harder to put one in the wrong way round (incidentally a great way to blow things up).

Prototyping for Wearables

Wearable electronics comes with a bunch of considerations about size and power management.

I want to make my circuit smaller

This is a pretty classic issue with arduino-based circuits -- you have a circuit that works, maybe built with Arduino, and you want to minaturise it. Here are some options, from biggest to smallest:

  • use an Arduino shield -- this is a special prototyping board that allows you build directly on top of the Arduino. This can be nice if you just want to avoid connection spaghetti
  • use a smaller arduino board, like an Arduino Nano or Arduino Micro. These can be integrated directly into a proto board / breadboard
  • Replace the arduino with another ATMEL chip -- these can still be programmed like arduinos, but it's possible to make the board containing them a lot smaller and only contain the parts you need. As these don't have the USB interface, you will need to use a separate board to program them -- luckily, an Arduino can actually be used for this! There's a good guide to doing this here

I want my circuit to be wireless

This is another really common thing to want to do. Core options:

  • radio
  • bluetooth
  • wifi -- technically this is radio but it's it's own protocol.

I want my circuit to be soft/flexible

  • Silione covered strand-core wire
  • Conductive thread
  • Conductive ribbon

Adding connections to this can be tricky.

3. PCB Fabrication and Milling

The next step up from prototyping on stripboard is to fabricate your own boards. There's a few different ways to do this, and typically this might be a choice you would make if:

  • you want to make something in volume (depends on complexity, but this can save you a lot of time even with low volumes)
  • you want to make something much smaller (e.g. for wearables)
  • you want something to look nicer than proto board

this step for wearables / volume

PCB design

Software:

  • Eagle -- this has historically been the standard for PCB prototyping, it's been integrated into Autodesk's Fusion360 software. It's possible to get a license as a UAL student if you want to use this, but increasingly KiCad is just as good, free and has most of the same features.
  • KiCad -- free and open-source PCB prototyping software. This is getting better all the time and if you're getting started I'd recommend learning this over Eagle
  • KiCad Tutorial

PCB Fabrication Services

We recommend a number of different PCB Fabrication services here on the wiki (scroll down to 'PCB production').

SMT

Flexible Electronics

Other Considerations

I want my circuit to work outdoors

Talk to lieven

My circuit contains rotating parts

ughhhh don't do that

Mounting

Chips that aren't arduinos