I am working on a project where I am trying to run an Arduino Uno a long time on battery; I am using the Lower Power library to put the system to sleep, waking on an external interrupt. I am not getting the battery life I would expect, so I am trying to read the power consumption with a multimeter. I connected the probes to the breadboard +/- strips and select mA. I am showing the Uno drawing about 3.5 mA when sleeping...and dropping to 3.3 mA when awake, which seems backward.
I have a couple of accessories attached (SD card, PIR sensor, VGA camera).
I clearly don't understand how to correctly measure the current and am looking for help. Where should I be taking the measurement?
My setup was as follows: Uno powered through USB cable; power from Uno 5V/Ground pins running to breadboard, and PIR sensor, SD breakout board and camera breakout board all connected to breadboard power rails. I measured the current from the breadboard.
If the Uno is powered by USB, almost certainly it is not the Uno's current that is being measured. The description is still insufficient, hence the request for a diagram. Schematic diagrams are the standard worldwide accepted method of communicating circuit design, so it's a good idea to get comfortable with them.
For that setup you need to break into the 5V wire in your USB cable and bridge the gap with your meter on the current range. However you need to be careful because the wires inside are wrapped in a sheath.
If you don't fancy that them power your Arduino with a 5V regulated supply and measure the current in that.