Tinkercad

Last Update: 2018-09-04

Author(s): Mark Olson


Assumptions

The following tutorial assumes that:

  1. You have created a Tinkercad / Autodesk account. (If you have not yet done so, please create one.)

  2. You are signed in using your account.

  3. You have already completed the four tutorials in the Circuits “Getting Started” Project Gallery:

    • Start Simulating
    • Editing Components (we’ll cover Arduino in a future class; this just shows you how to modify components whose properties are editable.)
    • Wiring Components
    • Adding Components
  4. You have already completed the three Circuits “Skill Builders Lessons”:

    • Introducing the Breadboard
    • Ohm’s Law
    • Series and Parallel Circuits

Circuit Setup

In this section of the tutorial you will create two identical circuits in the same Tinkercad Circuits workspace: one without a breadboard, and the second using a breadboard. Later in the tutorial we will use these circuits to gain a better understanding of current, resistance, and voltage.

In both cases, you will be creating a simple LED circuit using a battery, LED, and resistor. Here is the circuit diagram:

Circuit Diagram

Calculate the Proper Resistor Value:

The circuit diagram above indicates a 3V battery (2 x AA) and an LED with a forward voltage (voltage drop) of approximately 2.06V. The LED's ideal forward current is 20mA.

What is the ideal resistor value (in ohms) for this circuit? In other words, what resistor (R) will keep the current (I) through the LED closest to 20mA, the current at which the LED will burn the brightest without jeopardizing its longevity or, worse, overloading?

Use this formula (based on Ohm's Law and Kirchhoff’s voltage law):

R = \frac{V_{source}-V_{drop}}{I_{forward}}

Answer: $$ R\ =\ \Rule{1cm}{0.15mm}{0.15mm} \ \Omega $$



Circuit #1 - No Breadboard LED Circuit

  1. Go to your Tinkercad Dashboard https://www.tinkercad.com/#/dashboard

  2. Click on the Circuits button in the left panel.

  3. Click on the green "Create new Circuit" button.

    A new blank canvas will open in your browser.

  4. Using the Components Palette on the right, click and drag the following components into the canvas:

    • Resistor
    • LED
    • 1.5V Battery (AA)
  5. Click on the Battery in the canvas. In the configuration panel that appears, set the "Count" to "2 Batteries" (e.g. we want a 3V supplied to our circuit, so 2 x 1.5V = 3V ).

  6. Click on the Resistor in the canvas. In the configuration panel that appears, set the Resistance to the Ω you calculated above.

  7. Click and drag between terminals of your components to wire up your circuit. If you wish, you may click on the individual wires to set their color.

    After completing your wiring and arranging/rotating the components, your circuit should look something like this:

    LED Circuit with No Breadboard

  8. Click on the "Start Simulation" button in the upper-right of the browser window to simulate the circuit. The LED should be brightly lit.

    Troubleshooting

    If your LED is blown or shows a warning indicator, your calculated resistor value is too low. Review your calculations.

    If your LED is dim, your calculated resistor value is too high. Review your calculations.

    If your LED does not turn on at all, you may have mis-wired your circuit. Check your connections and wire-routing. Remember, LEDs are diodes and thus have polarity.



Circuit #2 - LED Circuit on a Breadboard

Next, using the same canvas, let's create a breadboard version of the same circuit.

  1. Move the circuit you just created to the left or right of the canvas to give yourself space for the new circuit.

  2. Again, using the Components Palette on the right, click and drag the following components into the canvas:

    • Resistor
    • LED
    • 1.5V Battery (AA)
    • Breadboard
  3. Set the Battery Count to 2.

  4. Set the Resistor's resistance to the same Ω value you calculated for the non-breadboard circuit above.

  5. Using wires and the breadboard, create the circuit.

    Hint

    Hovering your mouse over the breadboard rows will remind you how a breadboard is configured (power buses on the outside rails, connected rows separated by a "ravine").

  6. After completing your wiring and arranging/rotating the components, your circuit should look something like this:

    LED Circuit with Breadboard

  7. Click on the "Start Simulation" button again in the upper-right of the browser window to simulate the circuit. The LED on the breadboard should be brightly lit.


Using a Multimeter

Now that we have a working circuit, let's use Tinkercad's virtual multimeter to take some measurements on our circuit.

From the Components Palette, find the Multimeter and add it to your canvas.

Tinkercad's Virtual Multimeter

Note that the multimeter has three modes. By default, it will function in Voltage mode as a voltmeter, enabling you to read voltages across different points in your circuit.

The multimeter can be set to other modes easily by clicking on the multimeter in your canvas to display the configuration panel and selecting a different mode. In Amperage mode, it will function as an ammeter, enabling you to read the current passing through specific points in your circuit. In Resistance mode, it will function as an ohmmeter, enabling you to read the resistance between specific points in your circuit.

Reading Voltages

We know that the total voltage of our circuit is 3V because the voltage differential between the cathode (+ terminal) and anode (- terminal) of the battery is 3V (assuming it is fully charged).

Measuring the voltage across battery terminals

But let's read voltages between various points in the circuit.

  1. Read the voltage between the two sides of the resistor:

    Measure voltage across the resistor

    Voltage Across the Resistor

    Fill in your reading below: $$ Voltage\ =\ \Rule{1cm}{0.15mm}{0.15mm} \ V $$


  2. Read the voltage between the anode and the cathode of the LED:

    Measure voltage across the LED

    Voltage Across the LED

    Fill in your reading below: $$ Voltage\ =\ \Rule{1cm}{0.15mm}{0.15mm} \ V $$


  3. Finally, read the voltage between the two terminals of the battery in the circuit.

    Measure voltage across the battery

    Voltage Across the Battery

    Fill in your reading below: $$ Voltage\ =\ \Rule{1cm}{0.15mm}{0.15mm} \ V $$


    If your voltage reading ≠ 3V, what do you think accounts for the difference?







  4. What do you observe when you add the voltage across the resistor to the voltage across the LED?

    Total Voltage

    Fill in your reading below: $$ V_{resistor} + V_{led} \ = \ \Rule{1cm}{0.15mm}{0.15mm} \ V $$


    Observation:







Reading Amperage

Finally, let's use the multimeter as an ammeter to measure the total current (I) being drawn by our circuit.

Important

Remember: Voltmeter and ohmmeters are wired in parallel to the component being measured. However, ammeters must be wired in series. See https://learn.sparkfun.com/tutorials/series-and-parallel-circuits

Wire your multimeter into your circuit in series as illustrated below:

Measuring Current in Series

Measuring Current

What is the current being drawn by the circuit?
Provide your answer in both amps (A) and milliamps (mA)








What happens to the current if you increase the voltage in the circuit, such as changing the battery from two AA's (3V) to 3 AA's (4.5V)?










Similarly, what happens if you leave the voltage alone but increase the resistance in the circuit, such as increasing the resistance of the resistor to 100 Ω?