Respectfully... Power efficiency is a term that can be tossed around to compare any two electronic devices: arc welders, for example. It alone does not mean the product is suited for battery operation over an extended period.racemaniac wrote: Wed Nov 03, 2021 1:26 pm A quick google search showed me this article that claims the pi zero 2 is the most power efficient raspberry pi so far: https://hackaday.com/2021/11/01/the-pi- ... icient-pi/
and if you want to make it even more power efficient, here's how to disable some cores on it:
https://www.jeffgeerling.com/blog/2021/ ... ption-half
... and why oh why disable "some" cores. This mucks with any multi-threaded work load.Looking first at the memory bandwidth scores, the 4B is way out ahead, and the old Pi Zero is bringing up the rear, but the 3B+ and the Zero 2 are basically neck-in-neck. What’s interesting, however, is the power used in the memory test. The Zero 2 W scores significantly better than the 3B+ and the 4B. It’s simply more efficient, although if you divide through to get memory bandwidth per watt of power, the old Pi Zero stands out.
One must start with a clear understanding of the design goals and electrical power provisioning: AC, battery only (Alkaline, LiON), supplemental power (solar, thermal pile) and then deal with the computational aspect - numbers of sensors, processor algorithmic processing, data transmission and storage. Every "power" component has a "time" component; thus, for any given computational system, the longer a process takes, the more power is utilized. Shutting off cores could increase the power consumption but, for single-threaded workloads it is likely that selecting a multi-cord processor was a poor engineering decision.