Power Draw
#5
I got my Pinebook Pro this week. After I fixed my ANSI keyboard mapping and then I saw this post.

So I decided to do a power consumption test run on my Pinebook Pro.

Objective: very light usage + headless test run
Run time: 10 hours
Result: run for 10 hours and still have 11% battery left

Here is what I did: (I use the "on demand" power scheme)

1. turn off the machine and fully charge the Pinebook Pro overnight before the testing start.

2. Power on the Pinebook Pro, start 2 apps: Power Statistics and System Monitor and let it run. Also start a terminal running the top command.

3. I let the Pinebook Pro idle with the above 3 apps running. After a while the screen switch off.

4. I went to work and logon to my Pinebook Pro via ssh terminal.

5. I continuously check the power level and cpu temperature. (temperation is average at 33.33 degrees C)

6. The battery power level drop 1% after every 7 minutes.

7. After three hours, I wrote another assembly program as below.

Code:
       .global _start
_start:
       mov     r1,#0x25        @ r1 = 0x25
       mov     r2,#0x34        @ r2 = 0x34
       add     r3,r2,r1        @ r3 = r2 + r1
here:   b       here            @ loop forever here

This is an endless looping program, the objective is to use up one cpu core and see how it impact the battery and temperature.

I compiled this program and run it on the background.

I run the "top" command on my terminal and see the program used up 100% cpu. So one core has been fully occupied.

The cpu temperature rised from 33.33 to 46.1 degrees.

I let the program ran for 45 minutes before I killed the process. During the program running time, the power consumption increase to every 1% power drop, took 5 minutes. The temperature also dropped slowly.

I run the "top" command on the ssh terminal until the rest of the test.

Then I let the Pinebook Pro run as headless Linux machine.

After 10 hours, I still have 11% battery left. I stopped the test.


Messages In This Thread
Power Draw - by Heuristics - 01-01-2020, 02:29 AM
RE: Power Draw - by Heuristics - 01-01-2020, 04:43 AM
RE: Power Draw - by zaius - 01-02-2020, 01:49 PM
RE: Power Draw - by Heuristics - 01-04-2020, 12:34 AM
RE: Power Draw - by chip ling - 01-16-2020, 09:40 PM
RE: Power Draw - by as400 - 01-17-2020, 02:50 AM
RE: Power Draw - by Heuristics - 01-26-2020, 11:22 PM
RE: Power Draw - by xmixahlx - 01-26-2020, 11:30 PM
RE: Power Draw - by Heuristics - 01-27-2020, 11:30 AM
RE: Power Draw - by bcnaz - 01-26-2020, 11:56 PM
RE: Power Draw - by xmixahlx - 01-27-2020, 01:31 PM
RE: Power Draw - by Heuristics - 01-28-2020, 04:32 AM
Power Draw - by tophneal - 01-28-2020, 05:46 AM
RE: Power Draw - by xmixahlx - 01-28-2020, 03:14 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Pinebook Pro on Debian 12 Power Issue u974615 1 341 03-13-2024, 10:46 AM
Last Post: u974615
  Increasing the maximum power draw dsimic 15 19,645 11-21-2022, 03:36 AM
Last Post: bircoph
  Alternative Power supply options gallomimia 13 17,951 11-13-2022, 06:10 PM
Last Post: pineymousepad
  PBP booting but stops at flashing power led jonasd 13 5,498 09-26-2022, 12:17 AM
Last Post: jonasd
  Blinking red light for charger, no power-on bifo 11 13,807 11-30-2021, 01:37 PM
Last Post: wdt
  power on PBP if your keyboard is dead? stozi 0 1,336 11-29-2021, 01:55 PM
Last Post: stozi
  Motherboard malfunction - a possible warning about power supplies mjc 8 7,112 07-28-2021, 01:04 PM
Last Post: mjc
  can the PBP draw more than 3A from the barrel socket? dieselnutjob 2 3,247 03-26-2021, 07:56 AM
Last Post: dsimic
Question UK Power Supply User 11436 11 17,500 02-09-2021, 12:30 PM
Last Post: dieselnutjob
  Pinebook Pro Dock Power Requirements calinb 9 12,176 12-16-2020, 09:24 AM
Last Post: dsimic

Forum Jump:


Users browsing this thread: 2 Guest(s)