Brandon Roots
  • INTERACTIVE
  • FILM
  • ABOUT
  • CONTACT
September 7, 2020

Lab: Setting Up A Breadboard

broots ITP, Physical Computing

For this lab for Physical Computing I reviewed some of the basics surrounding use of a breadboard and setting it up with a 5-volt voltage regulator. A breadboard is a very convenient way to temporarily assemble circuits without any of the mess or effort of soldering. The holes in the top of the board align with metal strips on the back side that are electrically conductive. Fortunately I already had most of these parts laying around my office from past work.

  • Various electronic components
    The parts that I will be using for this and the next couple of lab assignments.

Buttons, wires, resistors, LEDS, barrel connectors, voltage regulators, AC/DC adaptors, breadboard, all familiar from past projects. So here we go!

  • Information label on an AC/DC Power Adapter
    Looking at the label on my AC/DC power adapter it is rated for 12-volts, which appears to be within specification for the 7805 voltage regulator’s 9-12 volt range.
  • Reading 12.29 volts on a multi-meter
    Using my multi-meter I tested my power source and read 12 volts.

My first step was to confirm that my power adapter is providing the correct voltage. Reading the voltage with my multimeter confirms that it is providing 12 volts. I purchased this high amerage power supply a while back for a project with hundreds of LEDs and am glad to put it to use again.

For the next step I went ahead and added a 7805 voltage regulator to the breadboard. This component drops input voltage from a range of 9 to 12 volts down to 5 volts. Typically I have used switching regulators, or buck converters, to achieve the same function. They are more power efficient than these linear voltage regulators by switching on and off rapidly to achieve a lower voltage. They are also more complex components. The 7805 while being a much more simple design in contrast converts the excess voltage to wasted heat.

  • Breadboard setup with multi-meter attached
    Checking the output from the 7805 voltage regulator my meter read 5.058 volts.

Now lets power up an LED!

  • Red LED off on a breadboard
    I setup the breadboard with a red LED and 220 ohm resistor.
  • Red RED lit on a breadboard
    Connecting power to the board a red LED lights up as expected.

Horray! The circuit works!

I learned from this lab that one of my red LEDs was burned out. Thankfully I have back-ups! On to the next lab assignment!

NYU ITP Welcome Week Lab: Electronics

Related Posts

Fractal Plant – Foiled by  Registers

Homemade Hardware, ITP, Solar Plant

Fractal Plant – Foiled by Registers

Since receiving the PCBs and successfully soldering the board together I have been trying to rewrite code for the I2C port expander. This has been immensely difficult! The Inkplate Arduino Library makes considerable use of an “Mcp” class, which is written to work with the MCP23017 GPIO expander IC. These chips are quite difficult to […]

“Handling” Playtest Week

Handling, ITP

“Handling” Playtest Week

Last week we attended “Playtest Thursday” on the second floor of 370 Jay St with our games. I came away from the experience with some very specific feedback. Seeing a number of people play the game showed me things I didn’t anticipate. Some folks approached the cabinet and immediately treated it as a touch screen. […]

Fractal Plant – Beta Build

Homemade Hardware, ITP, Solar Plant

Fractal Plant – Beta Build

The boards arrived! Amazingly within an hour of one another. Based on the experience I think that JLCPCB is a better value. With shipping OSHPark was $55.50 for 3 boards. JLCPCB was $26.36 for 10 boards. Aside from a higher cost OSHPark also left sharp bits of tabs around the edges of the boards which […]

Recent Posts

  • Fractal Plant – Foiled by  RegistersFractal Plant – Foiled by Registers
    May 9, 2022
  • “Handling” Playtest Week“Handling” Playtest Week
    May 5, 2022
  • Fractal Plant – Beta BuildFractal Plant – Beta Build
    April 24, 2022
Brandon Roots