Skip to content
Parallax Learn

Parallax Learn

  • Welcome
  • Tutorials
        • Tutorial Series head tag

          Tutorial Series
        • Tutorial Series

          The special, classroom-ready series pages are organized collections of tutorials for our most popular hardware and/or languages. The tutorials for each topic are conveniently accessible from a single page, shown in the order it is recommended that they be completed.
        • Robotics Series Head tag

          Robotics Series
        • Robotics Series

          • Artificial Intelligence
          • Cybersecurity: Radio Data tutorialCybersecurity
          • cyber:bot + Python
          • cyber:bot + MakeCode
          • Boe-Bot Tutorial SeriesBoe-Bot
          • Arduino Shield-Bot
          • ActivityBot with C TutorialsActivityBot + C
          • ActivityBot with BlocklyProp Tutorial SeriesActivityBot + BlocklyProp
          • Scribbler 3 Tutorial SeriesScribbler 3
        • Electronics & Programming Series Head tag

          Electronics & Programming Series
          • BS2 Board of Education Tutorial SeriesBS2 Board of Education
          • Propeller C-Language BasicsPropeller C Basics
          • FLiP Try-It Kit C Tutorial SeriesFLiP Try-It Kit + C
          • FLiP Try-It Kit BlocklyProp TutorialsFLiP Try-It Kit + BlocklyProp
          • Badge WX Tutorial SeriesBadge WX
          • Propeller BlocklyProp Basics and ProjectsPropeller BlocklyProp Basics
          • View All Tutorial Series »
        • Browse Tutorials
        • Browse Tutorials

          Individual tutorials sorted by robot or kit, and language.
        • By Robot or Kit
          • ActivityBot
          • SumoBot WX
          • Boe-Bot
          • Shield-Bot
          • cyber:bot
          • Badge WX
          • ELEV-8
          • ARLO
        • By Language
        • By Language

          • Propeller C
          • Arduino
          • BlocklyProp
          • PBASIC
          • Python
          • MakeCode
          • View All Tutorials »
  • Educators
  • Reference
  • Downloads
  • Home
  • All Courses
  • Electrical Measurements

Electrical Measurements

How it Works

How the Ammeter Works

The micro:bit, Python script, CYBERscope, 20 Ω resistor, and alligator clip probes all work together to emulate a common multimeter running in ammeter mode.  Keep in mind that something akin to the 20 Ω resistor is inside the ammeter.  You would not be adding it to the circuit, just connecting the multimeter’s probes in series, just like you did with the alligator clip probes.

The ammeter script’s multimeter module measures the voltage across the 20 Ω resistor by subtracting the voltage measured at P0 from the voltage measured at P2.  The multimeter module’s ammeter function then uses I = V / R to calculate current from voltage and resistance.  For example, if V is 0.01 V and R is 20 Ω, then I = V / R = 0.01 V / 20 Ω = 0.005 A = 5 mA.


Did You Know?

I = V / R is one of the three forms of the Ohm’s law equations, which you will experiment with in the next activity.  

Kirchhoff’s current law (abbreviated KCL):

“For any node (junction) in an electrical circuit, the sum of currents flowing into that node is equal to the sum of currents flowing out of that node.” [1]

For example, if the current from three parallel circuits feeds into a single circuit, the current in that single circuit would be the sum of the three currents.  In equation terms, three circuits would be:

I = I1 + I2 + I3

… for some number of n circuits, you’d add all of them up:

I = I1 + I2 + … + In


1. Wikipedia. 2021. “Kirchhoff’s circuit laws.” Wikipedia The Free Encyclopedia.


Printer-friendly version
Script and Tests
Prev
Use Kirchoff’s Current Law
Next

DISCUSSION FORUMS | PARALLAX INC. STORE

About | Terms of Use | Feedback: learn@parallax.com | Copyright©Parallax Inc. 2024

© 2025 Parallax Learn • Built with GeneratePress