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

Lab: Electronics

broots ITP, Physical Computing

In this lab I reviewed the basic functions of a multi-meter then created a few circuits using LEDs, resistors, buttons and a potentiometer.

Making my way through the settings on the multimeter I started with the diode continuity function.

  • Digital multimeter reading open circuit
    Keeping the multimeter probes apart in the continuity function results in an “Open” reading.
  • Digital multimeter reading short circuit
    Touching the probes in the meter continuity function results in a loud beep and “Shrt” readout on the screen.

Holding the multimeter probes apart my multimeter read “OPEn” indicating that the circuit is open and there is no flow of electrons. Touching the probes together the screen read “Shrt” for short, indicating a closed circuit where electrons flow with no resistance.

  • Multimeter measuring resistance
    Switching to measure resistance with the multimeter without touching the probes results in a reading of 0 ohms.
  • A finger touching probes on multimeter
    Measuring the resistance using the probes on the multimeter results in a reading of 2.949 milliohms.

Next I measured resistance with an open circuit, then using my finger as a conductor. My multimeter is auto ranging so it automatically scales the reading to the nearest whole unit. In the case of my skin the resistance reading was 2.949 milliohms.

Next I setup a breadboard to take voltage readings at various points in the circuit.

  • Red LED lit on a breadboard
    I have setup and powered a basic 5-volt circuit with a red LED and 220ohm resistor.
  • Multimeter probes reading 5.058 volts on a circuit board with red LED
    Checking the voltage of the circuit finds a reading of 5.058 volts.
  • Probing the voltage drop across the red LED reads 1.915 volts.
    Probing the voltage drop across the red LED reads 1.915 volts.

The circuit voltage, due to the 7805 voltage regulator, is approximately 5 volts. Using the probes to measure the voltage drop across the red LED the reading is 1.915 volts. This “loss” of energy is accounted for by light and heat emitted from the LED.

  • My brindle rescue dog Cooper
    Quick break with my dog Cooper.

Had to take a quick dog break! My dog Cooper was patiently waiting for a walk. He is a very good boy.

Ok, back from a walk and time to add a few more components to the board.

  • Breadboard with red LED and pushbutton
    Adding a pushbutton switch to the circuit results in a naturally open or “off” position.
  • Finger pushing button on breadboard with lit red LED
    Pushing the button closes the circuit and turns on the red LED.

A pushbutton switch!

  • Multimeter reading 3.716 volts across a pushbutton on a breadboard
    Reading the voltage across the pushbutton reads 3.716 volts
  • Multimeter reading 9.9 millivolts across a push button on a breadboard
    Pressing the button on the breadboard drops the voltage down to 9.9 millivolts.
  • Multimeter reading 1.922 volts voltage drop across a red LED
    The voltage reading across the red LED is 1.922 volts.

Reading the voltage drop across a few different components and points on the board I find that strangely there is a 9.9 millivolt voltage drop across the pushbutton switch. This will seem more relevant later…

Next I expand the circuit to include an additional red LED in series.

Pressing the pushbutton both LEDs turn on as expected.

I continued to measure the voltage drop around the circuit. A drop of 1.3 volts across the resistor, 1.85 volts across each of the matching red LEDs, and the board total voltage of 5 volts. 1.3 + 1.85 + 1.85 = 5, all of the electrons are accounted for. Importantly the voltage drop for the two LEDs is now less than a single LED which was 1.9 volts. Looks like we’re running out of power.

Adding a third smaller LED they were noticeably dimmer. The voltage drop of three LEDs is too much.

Next I rearranged the components and ran three LEDs in parallel. Interestingly they all light! This configuration is much better than running them all in series, which reminds me of the WS2812 LED strips I have used in the past that also supplies power in parallel.

Measuring the voltage drop across one of the LEDs the reading is 1.9 volts. Much healthier.

  • Circuit on a breadboard with red lit LED
    The breadboard is setup with probes at the beginning and end of the circuit.

Now for a different setup. Next I added a potentiometer in series with a single LED.

  • Measuring a circuit using a multi-meter
    Measuring voltage between the beginning and end of the circuit results in the total 5 volts.

Turning the knob on the potentiometer varies its voltage drop, resulting in the red LED getting brighter or dimmer.

This lab has left me with some good thoughts around voltage drops. On to the next lab!

Lab: Setting Up A Breadboard Lab: Switches and Pushbuttons

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