Introduction

Working with electronics can be a fascinating hobby or career. With the availability of low-cost microcontrollers, microcomputers, sensors, and modules it has never been easier to get involved with electronics and develop your own devices.

Putting an electronics project together can sometimes seem daunting, but it doesn’t have to be. As long as you understand the basic process of developing and prototyping you can design and build just about anything.

Today we will look at the design and prototyping process, as well as some items you can use to make it a lot easier.

Prototyping and Breadboarding

Design Process

There are many ways to visualize the design process. I am going to break it down into four distinct steps, others may indeed choose a different breakdown.  It really doesn’t matter how you break it down as long as the job gets finished.

The fours steps I would break the design process into are as follows:

  1. Circuit Design – Can also include code design.
  2. Breadboarding.
  3. Testing and Troubleshooting.
  4. Prototyping or Building.

Let’s examine these steps in more detail.

Circuit (& Code) Design

Obviously, you need to start your project somewhere, and that somewhere is usually a result of inspiration or specific need.

Google can be your friend here. There are a number of websites (like this one!) with projects, schematics and code samples.  If you have a specific project in mind just search for it on Google and you will likely come up with a variety of results.

Dedicated sites like those maintained by Arduino, the Raspberry Pi Foundation, Hackster, and Instructables are also gold mines for both circuit and code samples.

Manufacturers data sheets as spec sheets are a great resource. They often include both schematics and code samples.

Of course, there is GitHub.  There are other code repositories as well but GitHub is certainly the most well-known. You can find code and documentation for almost anything here, and as most of the code is open source you can start using it right away.

There are a wealth of other sources as well. Don’t overlook books and magazines as a source of both inspiration and project instructions.

Breadboarding

Breadboarding is the art of taking your circuit and creating a temporary but functional version of it.

This is an essential part of the design process for most projects, although for small projects you might be tempted to skip it and go straight to construction. In almost every case this is probably not a very good idea!

I’ll be discussing some of the tools, like solderless breadboards, that you can use for this task.

You’ll also need a source of power for your design. A bench power supply is ideal, but a USB power supply will work for most logic circuits. And there are always batteries, although the need to recharge or replace them periodically can be an annoyance.

Testing and Troubleshooting

Once you have everything wired up and (if necessary) programmed it’s time to test it out.

Depending upon the nature of the product there will be different tests to perform. Aside from the obvious making sure that it actually works you might want to see how much current your new invention is consuming, or how hot the components are getting.

In a perfect world, everything would work exactly as you wanted it to from the first moment you power it up. But, of course, this doesn’t always work out.

That’s when it’s time to troubleshoot.

If your project is just hardware then you’ll need to determine if the connections are all good and that things like polarity and voltages are correct.

If software is involved you’ll need to determine if your issue is being caused by a code or hardware error. A good way to do this is to write simple diagnostic programs to check out specific functions.

You don’t need any expensive equipment to troubleshoot, in most cases, you can get by with just the basics.

Prototyping or Building

The final stage is to get the components off of the breadboard and put everything together.

You might be building just a single device and have no intention of creating any copies.  Or you may want to mass-produce your design, either commercially of because you need several units for yourself.

At this stage, you can use perfboard or a printed circuit board.  We’ll discuss that in more detail further on.

Solderless Breadboards

The essential tool for electronics prototyping is the solderless breadboard.  

Solderless Breadboard

Solderless breadboards allow you to quickly assemble electronic circuits. They are commonly available and are very inexpensive, most hobbyists will probably want to have more than one.

Although there are several different varieties of solderless breadboards they all work the same way. They consist of a number of female sockets that accept small gauge wire, usually 22 or 24 AWG.  These sockets are arranged in a grid and spaced 0.1 inches apart.

The standard spacing for DIP and SIP package electronic devices is 0.1 inches, so parts like integrated circuits, resistors, capacitors, diodes, and many others will just snap in place.

Components on breadboard

The sockets on the breadboard are interconnected in a pattern, allowing you to connect wires and additional devices together.  There are also strips of sockets dedicated to carrying power supply and ground connections.

Breadboard-Friendly Components

Most electronic components by nature are “breadboard-friendly” since they share the same 0.1-inch pitch. But some components either are too large, have thinker leads or have a lead pattern that won’t conform to the breadboard grid.

Breadboard Friendly Potentiometer

You can get special “breadboard-friendly” components like the potentiometers illustrated above, these will snap into the breadboard to make designing a lot easier.

You can also solder wires to components that don’t conform to the 0.1-inch grid so that you can make them “breadboard friendly”.

Homemade Breadboard Potentiometer

Jumper Wires

You’ll be wise to start collecting jumper wires for use with your solderless breadboard, it seems you can never have too many.

Solid 22 or 24 AWG wire is perfect for breadboarding. You can cut it to custom lengths and use multiple colors to make a very nice layout, which will be of great assistance if you need to troubleshoot.

Breadboard Jumper Wires

You can also purchase special breadboard jumper wires that come in a variety of colors and lengths. You can also get multicolored ribbon cables with a combination of male and female connectors, you can peel off these wires individually or in groups to use them with external sensors and breakout boxes.

Enhancing your Breadboard

On its own a solderless breadboard is a very useful tool, however, a few additions can make it even better.

One obvious addition is to simply use more than one breadboard. Most solderless breadboards from the same manufacturer will snap together, allowing you to make larger breadboard surfaces.

Breadboard with Binding Posts

You can also mount the breadboard (or multiple breadboards) on a base with terminals to allow you to connect external power supplies, test equipment, and other devices.

I also find that mounting a mouse pad next to a solderless breadboard is a great way to hold down an Arduino or other external board. The mouse pad is not conductive and, if you get a soft one, will grip and cushion your circuit board.

Arduino Prototyping Tools

The Arduino, especially the Uno and Mega 2560 with their rows of female sockets, is by nature very “prototype-friendly”. You can plug wires directly into the I/O and other sockets, make it very easy to interface Arduino with breakout boards, sensors or solderless breadboards.

There are additional parts that can assist you with Arduino prototyping.  These components are inexpensive and are built specifically for working with the Arduino, usually the Arduino Uno but also other models.

You can also build your own test jigs to work with any microcontroller, including the Arduino.

Arduino Prototype Shields

“Shields” are the circuit boards that snap onto the top of the Arduino Uno and Arduino Mega 2560.  Prototype shields allow you to add your own hardware to create your own custom shield.

Arduino Proto Shield

Prototype shields consist of a shield circuit board that has an area of perfboard on it.  You can solder your own components of connectors in this area and connect them to the Arduino pins.

Most of these shields also have a reset pushbutton, recognizing that the Arduino reset button will be covered when the shield is installed.  Many also have a LED for pin 13 and some have additional buttons and LEDs that you can use in your own designs.

Arduino Breadboard Shield

You can also mount a small solderless breadboard on one of these shields and access all of the Arduino pins using the shields female Dupont connectors. For a design with only one or two external components, this can be a very efficient way of prototyping.

Arduino Mega Shield

You can also get a prototype shield for the Arduino Mega 2560.

Arduino Screw Shields

Arduino Screw Shields solve a perplexing problem that you are eventually going to encounter when prototyping.

There are a wealth of shields available for the Arduino Uno and you will likely be tempted to use some of them in your design to save an enormous amount of design and wiring time.  Many shields stack, so that you can mount one on top of another. But some do not.

The stacking feature allows you to get access to all of the Arduino’s pins, even when a shield is plugged in. But if your shield has no female I/O connectors, or if it is meant to be on top (ie. a display or keypad) then you have no access to the I/O pins.

Arduino Screw Shield

Enter the Arduino Screw Shield. This device sits in between the Arduino and the shield and provides screw-terminals to allow you to access every pin on the Arduino Uno.

You can use these for prototyping or even as part of a permanent design. They come in a variety of configurations.

Arduino Interface Shields

Arduino Interface Shields provide a simple method of connecting sensors, LEDs and servo motors to your Arduino.

Arduino Interface Shield

Most I/O devices require three pins:

  • Power
  • Ground
  • The actual I/O signal pin

Recognizing this, the Interface Shield provides a 3-pin male Dupont connection for every I/O pin on the Arduino, including the Analog inputs.

These shields also provide a screw terminal to allow you to connect an external VCC voltage, this can be very useful when driving servo motors or multiple LEDs.

Interface Shields also provide I2C and SPI connections, as well as connections for many popular displays.

Homemade Adapters

I have also put together some homemade Arduino accessories as well.  You might want to do the same.

One of my adapters works with the Arduino Pro Mini. While it is quite easy to find a variety of adapters for the Arduino Nano, the Pro Mini seems left out.  Of course most of the Nano ones will work with the Pro Mini as the pin spacing is the same, however, the pin labels would be wrong.

I just soldered one up myself, it allows me to insert a Pro Mini and then bring its outputs to some male Dupont headers. I can then use male to female jumper wires to hook these to a breadboard.

I’ve also made custom adapters for the ATtiny85 modules.

Raspberry Pi Prototyping Tools

Not to be left out the Raspberry Pi also has a number of custom accessories to make prototyping and experimenting a lot simpler.

Keep in mind that the 40-pin Raspberry Pi GPIO has become an adopted standard with many single board computer (SBC) manufacturers. This means the accessories for the Pi will also work with other SBCs, as well as with all modern models of the Raspberry Pi.

T-Cobbler

The most popular Raspberry Pi prototyping accessory is the T-Cobbler, which I assume is named that for its shape.

Raspberry Pi T Cobbler

The T-Cobbler is a T-shaped circuit board that has pins that mount on a solderless breadboard. The top side of the “T” has a 40-pin connector on it, and you use a ribbon cable to connect this to the Raspberry Pi GPIO.

The T-Cobbler allows you easy access to the Raspberry Pi GPIO pins. In many designs, the pins on the breadboard side are arranged logically, instead of in the order that they are arranged on the GPIO header.

When you purchase your T-Cobbler make sure that it is for a 40-pin GPIO, the holder Raspberry Pi had a smaller GPIO and there are still many “original” T-Cobblers for sale today that have the smaller connector. You want to be sure to get a 40-pin one.

Prototyping HAT

A “HAT” is the Raspberry Pi equivalent of an Arduino “Shield”, HAT is an abbreviation of ‘Hardware At Top”.  Keep[ in mind that the original Raspberry Pi was marketed as an educational tool for schoolchildren, they probably choose “HAT” as it made sense to put a hat on top and it sounds cute!

As with the Arduino Prototyping Shield, the Raspberry Pi Prototyping HAT will allow you to attach a few external components to your Raspberry Pi, essentially creating your own, unofficial, HAT.

These shields come in several sizes and configurations, they also have models that allow the use of a small solderless breadboard.

Home-Made Adapters

I’ve also made my own Raspberry Pi test center, consisting of a Raspberry Pi, a T-Cobbler and an adapter that I made to allow the T-cobbler to be connected while a HAT is on the Raspberry Pi.

You can see it here being used with a speaker, push button, and microphone board and the Google AIY Voice HAT.

I assembled my adapter using a small Raspberry Pi proto-board, a 40-pin female connector with extra-long leads and a 40-pin angled connector.  The long pins on the female connector allow it to be used to accommodate a HAT.

Homemade Raspberry Pi Adapter

You’ll also want to use longer spacers to hold the HAT in place. With a Raspberry Pi Zero that wouldn’t be necessary.

Conclusion

If prototyping is new to you I suggest you start with a small project that uses just a few components.

It only takes a small investment to pick up a solderless breadboard and some jumper wires. You can also add Arduino and Raspberry Pi specific prototyping accessories as you see fit.

You should also invest in a multimeter if you don’t already have one, it is the essential troubleshooting tool and it isn’t very expensive. Another tool you may want to look into is a logic probe, an inexpensive way to “see” inside an operating digital circuit.

Add some test cables and a few adapters to the mix and soon you’ll be designing like a professional.

Happy prototyping!

Prototyping & Breadboarding
Summary
Prototyping & Breadboarding
Article Name
Prototyping & Breadboarding
Description
Prototyping and Breadboarding are essential skills for anyone working with electronics. In this article, I will show you the breadboarding process, as well as some accessories that you can use to make the task easier.
Author
Publisher Name
DroneBot Workshop
Publisher Logo
Subscribe
Notify of

10 Comments
Oldest
Newest
Inline Feedbacks
View all comments
Angelo
4 years ago

Are you familiar with the Adafruit 16-channel PWM/Servo Shield?

Angelo
4 years ago

Sorry, also are familiar with the Arduino UNO WiFi REV2?

Kurt VdAa
4 years ago

Hi sir, how are you?
I was wondering why in some of your video’s you had a blue wrist strap on. I assume this is for preventing antistatic shocs to the electronics you touch.
I hoped to find more info in this video, but notice this is missing.
My question: is this wrist strip connected to the power supply ground? or to the earth ground?
Thanks for your reply.
Have a very pleasant day!
Kurt

Doug Rowell
4 years ago

A bit exotic for a hobbyist, but I was lucky enough to pick up a second hand K&H ETS7000-A training board for $120. Worth a bomb new. It has power supply, function generator, leds, antibounce switches etc. Magic…

John
4 years ago

I like the enhanced breadboard pictured above. Is it available like the picture above or did you construct it. If you made it what are the terminals on it and can you tell me what they are?
Thank you
John

Rick
3 years ago

Hi, I saw your great youtube video on all the Arduino boards. I am interested in the ATtiny85 because of its ability to run on very low current but you said that because it has no boot loader that it can’t be programmed like a regular Arduino Uno/Nano. Please direct me to where I can see how this is done. Great videos

John Paul Pineda
3 years ago

Hi Sir Bill,

I just finished reading this Electronics tutorial article you created and thank you so much! I’ve gained new knowledges which is a very big help for me in learning robotics. I will keep on reading your tutorial articles and will always post a comment whenever I finish reading them 🙂

Colin
3 years ago

Hi Bill, what multimeter do you use please? Looking to upgrade my 15 dollar cheapo unit. Thanks!

Russell McCallum
3 years ago

Very Good information, thank you