Today, I’m going to introduce to you some fundamental concepts in building electric circuits. First off, what are we going to use to build our circuits?
Electronic Prototyping
In order to build any circuit, you need something to not only hold all of the components, but also to direct the current in the electric circuit. Most electrical engineers, computer systems engineers, and even electronic hobbyists use several parts to accomplish this. They use either PCBs (printed circuit boards) that have all of the connections pre-determined and you just have to solder the parts to the pcb, veroboards (or stripboards as they’re often referred to) which you have to solder the connections and the components, and breadboards, which requires no soldering of any kind and you just have to route insert your desired components to the board, and connect them together using wires. 95% of the time, I will test out most of the circuits here on the blog using breadboards.

Here are two things you should know about breadboards. Breadboards usually have a specific amount of terminal strips and power buses. Terminal Strips are the horizontal rows on the breadboard that you insert your components to. All of the terminal strips on the breadboard are no interconnected. To connect one terminal strip to another, you must connect them together using wires or another electronic component. The power buses on the breadboard are the vertical columns that hold the VCC, positive power, and the ground, zero power or the returning path of the power supply.
LEDS

LEDs , or light emitting diodes, are considered far better than the standard light bulb. They consume very little power, they can be found in almost every electronic appliance today, and they’re affordable. LED’s can be found in a wide assortment of colors such as red, yellow, blue, green, etc. There are even some LEDs that can emit infrared or ultraviolet light. To power a simple LED, simply connect the positive side of the power to the anode (the really long lead of the LED) and connect the cathode (the short end of the LED) to ground. If you get the connections mixed up, then the LED will not turn on. This is simply because LEDs have a positive polarity. Also, you cannot directly wire an LED to your power supply otherwise it will be blown.To prevent this, you often use a current limiting resistor to do this.
Resistors

Like a nozzle on a water hose, a resistor simply cut down the amount of current flowing through it. This is done to protect some electronic components like voltage sensitive ICs (integrated circuits) , to control the charge and discharge for a capacitor, etc. All resistors are measured in ohms which is used in every country. To find the resistance of a resistor, you can simply look at the color strips on it. To make things easier, here’s a link to an easy to understand resistor color chart.
To wrap up this post, I’m going to show you how to wire your very first circuit! You will need the following components.

• A Power Supply greater than 3 volts
• A Small LED
• A 1k ohm Resistor (the resistor in the picture is 220 ohms)
First connect the positive end of your power supply to one of the power buses of the breadboard. Connect the returning end to the other bus. For the sake of consistency, we’re going to call the bus connected the positive end of the power supply the power rail and the returning end the ground rail.

Connect the resistor from the positive rail to an unconnected terminal of the breadboard.

Finally connect the LED from the resistor to the ground rail. Remember to connect the anode of the LED to the resistor and the LEDs cathode to the ground rail.

You should see that the LED should instantly light up. Here’s the result I got when I connected the very simple circuit to the power of a USB FTDI cable.

Well, that’s it for me! I hope you guys would be able to try out the simplest of electric circuits on your own. I’ll see you guys later!


Recent Comments