|
|
|
|
|
by hex4def6
110 days ago
|
|
As someone who worked on kindle power consumption many years ago: One of the (by far) biggest consumers of power is the WiFi connection. It has to wake up and respond to the AP in order to not get disconnected every x seconds. Off the top of my head, I think 'on' average power consumption was ~700uA without wifi, and about 1.5mA+/- with Wifi. This is from over a decade ago, so my memory is fuzzy though... Obviously, page changes used relatively large amounts of power. I don't recall the exact amounts, but it was 100s of mA for seconds. There is also an "every x pages, do a full screen refresh (black to white)" to fix up the ghosting issue that the article writer saw. |
|