3 Voltage, Current, and Resistance
3.1 Start Simple
Imagine a small sensor node powered by a coin cell. Voltage is the push available between two points, current is the flow through the chosen path, and resistance is what keeps that flow under control. Start with one source, one load, one return path, and one measurement that proves the circuit is behaving as intended.
Overview: Electricity Needs a Complete Loop
Electricity is the movement of charge through a circuit. In IoT hardware, that movement powers processors, sensors, radios, indicators, and actuators. A useful beginner model starts with a source, a load, conductors, and a return path. If the path is incomplete, current does not flow through the load in the intended way.
The four quantities that appear in almost every circuit review are voltage, current, resistance, and power. Voltage is the potential difference between two points. Current is charge flow through a path. Resistance limits current. Power is energy use per time and is the reason parts heat up and batteries drain.
The source does not create energy from nothing; it transforms another stored or delivered form into electrical potential. A battery begins with chemical energy, a generator begins with mechanical motion, a solar cell begins with radiant energy, and a power station may begin with non-renewable fuel, renewable flow, or nuclear heat. The upstream source matters for sustainability and capacity, but the circuit still has to prove the same voltage, current, resistance, and power claims.
That order keeps beginner debugging grounded. First ask what voltage difference is actually available across the load, not just whether one wire is labeled 3.3 V. Next ask what resistance or impedance is in the path: a resistor, sensor element, wire fault, transistor channel, or accidental short can all change the current. Then ask where current really flows. Finally, calculate or measure power in the parts that drop voltage while carrying current.
The quantities are connected, but they are not interchangeable. A circuit can show a supply voltage while no useful current flows through the load. A low-resistance path can pull too much current even when the voltage looks normal. A small current can still matter if the device sleeps for months on a battery. Useful electricity notes therefore name the two voltage nodes, the current path, the current limit, and the state where the measurement was taken.
If you only need the intuition, keep this sentence: voltage is measured across, current flows through, resistance limits, power heats and drains, and ground is the shared reference.
The First Four Ideas
Voltage
A difference in electrical potential. It is measured between two points and gives context to every signal level.
Current
Charge flow through a closed path. It must be limited so wires, pins, regulators, and parts stay within their ratings.
Resistance
Opposition to current. It is used in current limiting, pull-ups, dividers, sensing elements, and protection networks.
Power
Energy per time. Power checks connect electrical design to heat, battery life, regulator capacity, and safety margin.
Beginner Checks
- Confirm the circuit has a source, a load, and a return path.
- Measure voltage across the load, not at a single point without a reference.
- Measure current in the path that actually feeds the load.
- Check component ratings for voltage, current, and power before assuming the circuit is safe.
- Use a common ground when two parts must compare signal voltages.
Overview Knowledge Check
Practitioner: Review the Circuit as Evidence
A practical electricity review turns a schematic or breadboard into a set of claims that can be checked. The review asks where current flows, what voltage each part sees, which element limits current, where heat may appear, and how measurements prove the design matches the intended operating state.
For IoT work, this review should include both steady behavior and transitions. A board may be safe while idle but fail when a radio transmits, a motor starts, a sensor heater turns on, or a GPIO pin changes mode. The electrical record should name the states that were checked.
How to Review a Simple IoT Circuit
- Trace the loop. Mark the source, load, current-limiting element, switch or transistor, and return path.
- Check voltage references. Confirm ground, supply rails, logic thresholds, and signal references are compatible.
- Estimate current. Use Ohm's Law where it applies, then check current against pin, regulator, sensor, and load ratings.
- Check power. Identify where voltage drop and current become heat, and compare against component ratings.
- Measure the real state. Record voltage, current, and behavior with the actual wiring, firmware state, and load.
Circuit Review Ledger
Practitioner Knowledge Check
Under the Hood: References and Ratings Define Trust
Under the hood, electricity in IoT circuits is about boundaries. Voltage only has meaning between two nodes. Current only flows through a complete path. Resistance, capacitance, inductance, semiconductor behavior, and wiring all shape the actual current path. Ground is not magic; it is the reference node that parts use to compare signal voltages.
Ratings are also boundaries. A part can tolerate only certain voltages, currents, power dissipation, and temperature conditions. Exceeding a rating may cause immediate failure, gradual damage, misleading readings, or intermittent resets. That is why electrical evidence should include both calculations and measurements under real operating states.
The deeper rule is that circuit claims must balance. Around a closed loop, the voltage rises from sources and the voltage drops across loads must account for one another. At a node, current entering and current leaving must have a path. If those balances do not match the sketch, the sketch is missing a path, a reference, or a load state. This is why a breadboard that looks connected can still fail when a ground rail is split, a jumper lands one row off, or a meter lead measures against the wrong reference.
Measurements also change the evidence depending on where the instrument is placed. A voltmeter is placed across two nodes and usually draws very little current, so it can show a plausible voltage on a weak or floating node. An ammeter is placed in series with the path and changes the circuit if it is put across a source by mistake. A current-limited supply, bench meter, and temperature check together give a safer picture than any single number.
Boundary Checks
Node Boundary
Voltage measurements need named nodes: supply to ground, signal to ground, or voltage across a specific component.
Path Boundary
Current follows available paths, including unintended paths through protection diodes, pull-ups, shields, or shared grounds.
Rating Boundary
Part ratings set allowed voltage, current, power, temperature, polarity, and transient behavior.
State Boundary
A measurement applies only to the firmware state, load, wiring, source, and environment where it was taken.
Failure Patterns
- Floating input: a signal has no stable pull-up, pull-down, or driver, so it reads random values.
- Ground mismatch: two devices exchange signals without a valid common reference.
- Hidden load: an LED, sensor heater, motor start, or radio burst pulls more current than the source can supply.
- Optimistic measurement: voltage and current are measured only at idle, not during startup, transmit, switching, or fault states.
Under-the-Hood Knowledge Check
3.2 Summary
Electricity in IoT circuits is about controlled charge flow through a complete path. Voltage is a difference between nodes, current flows through loads, resistance limits current, and power connects electrical behavior to heat and energy use. Reliable circuit work combines a clear schematic, rating checks, and measurements taken in the real operating state.
3.3 Key Takeaway
Start every electricity review by tracing the loop, naming the reference, checking current limits, and measuring the real circuit state.
3.4 See Also
Electricity Fundamentals
Review the broader electricity evidence model for IoT circuits.
Ohm’s Law
Use voltage, current, resistance, and power equations for resistive circuit checks.
Electricity Common Pitfalls
Avoid common wiring, grounding, unit, current-limit, and power-rating mistakes.
Electricity Applications
Apply these checks to pull-ups, dividers, loads, protection, and sensor circuits.
