tnc-ca-geo / animl-base

Application deployed on field computers to integreate Buckeye X80 wireless camera traps with Animl
Other
4 stars 0 forks source link

Look into opportunities to reduce Pi power consumption #14

Closed nathanielrindlaub closed 4 years ago

nathanielrindlaub commented 4 years ago

The whole base station ran out of power surprisingly fast when I first set it up (Pi on AC) and charged it solely from the 50w solar panel. So I've done a bit of home testing and found that:

This weekend I'll set the whole thing back up but drawing on DC and hopefully it will be able to sustain itself, but Falk had some ideas for reducing power draw on the Pi:

  1. Make sure firmware is up to date https://www.geeks3d.com/20191101/raspberry-pi-4-new-firmware-reduces-power-consumption-and-boards-temperatures/
  2. Look into SSD feature to reduce consumption
  3. figure out whether the UPS cuts the USB power off when it cannot deliver a minimum voltage
postfalk commented 4 years ago

Thanks Natty,

  1. Will not reduce power but make sure that it comes back up after running into the ground at a series of dark days.
nathanielrindlaub commented 4 years ago

Other settings to reduce power consumption:

https://www.jeffgeerling.com/blogs/jeff-geerling/raspberry-pi-zero-conserve-energy

nathanielrindlaub commented 4 years ago

Try using one of Gary's RPi 3B's and boot from USB flash drive

https://www.raspberrypi.org/documentation/hardware/raspberrypi/bootmodes/msd.md

https://www.raspberrypi.org/documentation/installation/installing-images/README.md

https://www.youtube.com/watch?v=RMA34qmYf0o

nathanielrindlaub commented 4 years ago

Looks like the RPi 3B consumes considerably less power at idle than the RPi 4 (~.33 amps vs ~.92 amps). I will follow up with a timed UPS drain test soon.

nathanielrindlaub commented 4 years ago

It took >5.5 days (134 hours) to drain the UPS completely with the new RPi 3B + usb flash drive setup (powered over USB cable from UPS' 2.1 amp DC USB port). There are still opportunities for gaining efficiency (shutting off WIFI if we don't use it, shutting off HDMI port, LED lights, going fully headless, etc.) but I'm going to close this out for now.