I am trying to calculate the expected power consumption of an Uno R3 running a simple script that polls a PIR sensor every second or so. I know a full Uno board uses roughly 50mA (250mW).
I have also seen someplace that the HCSR501 PIR sensor uses at most (when it is active and detecting a "body") 150uA.... or 0.150mA
Is this right? Is the power consumption of the PIR sensor in worst case scenario (on and active all the time, not idle ever) 0.3 PERCENT of what the Uno board uses?
I am just trying to make sure I am reading and understanding the data sheet right (still new at this).
SamBrownADK:
Wawa: do you happen to remember the active power consumption?
If you connect the PIR output to a digital input pin, then active should be the same as idle.
Worst case could be 2-3mA, e.g. when you drive the base of a transistor or a LED with the PIR output.
Leo..
Thanks... 3mA is small potatoes to 50mA or so... so i can ignore 6% of power. Changes in out door temp, etc would mask it any way. Its to be a remote outdoor battery driven device.
3mA is not "small potatoes" for a battery powered project, and 50 mA is completely unworkable, unless you are happy changing batteries every couple of days.
Instead of an Uno, use a "bare bones" setup, or very easily remove the LED and regulator from a Pro Mini, and follow this excellent low power tutorial. Such a setup can run for a couple of years on 2xAA batteries.