That's really cool - with those settings, you could run it on a single charge of one of those cheap 20,000 mAh portable batteries for a month.
Raspberry Pi Zero – Conserve power and reduce draw to 30mA
21–30 of 90 posts
Re: Raspberry Pi Zero – Conserve power and reduce draw to 30mA
#22We've actually found that the RPi doesn't draw enough power, specifically to the USB ports. Our peripherals are within the USB spec of a 500ma max pull, but even so we are experiencing sporadic CPU brownouts. The first thought was to double the max_usb_current in /boot/config.txt, but that only lengthened the time between brownouts. We looked into hacks that could increase the current even more, such as this bypass m…
Re: Raspberry Pi Zero – Conserve power and reduce draw to 30mA
#23Re: Raspberry Pi Zero – Conserve power and reduce draw to 30mA
#24Why are you referring to the units of mA for "power", as opposed to current draw? The power consumed would be measured in watts or milliwatts.
Re: Raspberry Pi Zero – Conserve power and reduce draw to 30mA
#25Or, if you just use the Pi for sensor readings, get a proper microcontroller, where current is measured in micro (or even nano-)amps...
Re: Raspberry Pi Zero – Conserve power and reduce draw to 30mA
#26Why are we even using a Raspberry Pi for battery powered projects... 30 mA draw is so high you'll be changing batteries every 2 days, and that is without doing anything. Compare that to f.e. a normal phone chipset with deep sleep, which draws about 9 mA with a cellular connection, or .1-.2 mA in flight mode. Or, if you just use the Pi for sensor readings, get a proper microcontroller, where current is measured in mic…
I was looking for the most power efficient thing that could run a minimal desktop on battery and fit into my palm.
Re: Raspberry Pi Zero – Conserve power and reduce draw to 30mA
#27Why are we even using a Raspberry Pi for battery powered projects... 30 mA draw is so high you'll be changing batteries every 2 days, and that is without doing anything. Compare that to f.e. a normal phone chipset with deep sleep, which draws about 9 mA with a cellular connection, or .1-.2 mA in flight mode. Or, if you just use the Pi for sensor readings, get a proper microcontroller, where current is measured in mic…
[0] https://learn.sparkfun.com/tutorials/h2ohno/low-power-attiny
Re: Raspberry Pi Zero – Conserve power and reduce draw to 30mA
#28Why are we even using a Raspberry Pi for battery powered projects... 30 mA draw is so high you'll be changing batteries every 2 days, and that is without doing anything. Compare that to f.e. a normal phone chipset with deep sleep, which draws about 9 mA with a cellular connection, or .1-.2 mA in flight mode. Or, if you just use the Pi for sensor readings, get a proper microcontroller, where current is measured in mic…
I have a bunch of "nodes" I need to make, each one has a single sensor (temperature, moisture, light, or distance using a sonic sensor) that will send back to a Raspberry Pi base station. I was going to use RasPi's for all of them since it's all I know. Each will be battery powered with a solar panel. Open to any/all suggestions people can give me on how best to attack this!
Re: Raspberry Pi Zero – Conserve power and reduce draw to 30mA
#29Anyone got any info on running a Zero with WiFi and a camera running off solar? I would love to build a ~£15-20 IP camera if possible.