Electronic – Why voltage is the same after placing a resistor

ohms-lawraspberry piresistors

schematic

simulate this circuit – Schematic created using CircuitLab

Hi.
I'm testing a very simple circuit with a multimeter.
In Ohm's Law, a resistor should affect the voltage, but in my circuit it doesn't happen.

I'm using a Raspberry and on PIN 1 I have 3.3v at 0.076A.
What I've did is very simple, I've connected a Resistor to my Raspberry voltage source, and I've connected the other side of the resistor to the multimeter and the multimeter to Raspberry GND pin.

By measuring the voltage I've obtained same result as circuit without resistor (3.3v) and by measuring the current I've obtained 0.026A.

Why?

Best Answer

The Raspberry Pi has an onboard voltage regulator. This will maintain 3.3 V on its output when the load draws from 0 mA up to its rated output. e.g., A 100 mA regulator will maintain the voltage at 3.3 V from 0 mA to 100 mA but above 100 mA you can expect to see the voltage droop as the regulator will enter current limiting mode.

I have 3.3v at 0.076A.

If you edit your question to explain how you got 0.076 A we can explain further. If you just connected an ammeter between 3.3 V and GND then that is the short-circuit current - the maximum that it will supply but note that you had close to zero volts available then and the Pi would have shut down.