I installed the new Pololu 2Amp supply set at 5.3v which results in a very steady 5.2v at the Pi bus and USB ports.
So time to crank the cores and see how hard this robot can think!
====================== THROTTLING (and voltage) TEST ==========
launched four fibanacci.py & processes
Shut down when frequency throttling started for temperature managment (80 deg C)
Start of test:
********* RWPi STATUS *****
2016-07-22 00:36:31.886675
battery.volts(): 7.3
battery.hoursOfLifeRemaining(): 7 h 32 m
Processor Temp: 42.4'C
Clock Frequency: 600 MHz
throttled=0x0
currentsensor.current_sense(): 337 mA
irDistance.inInches: 10.8
usDistance.inInches: 53.0
bumpers: ALL
Last status before throttling:
********* RWPi STATUS *****
2016-07-22 00:40:55.165051
battery.volts(): 7.2
battery.hoursOfLifeRemaining(): 6 h 40 m
Processor Temp: 80.6'C
Clock Frequency: 1.20 GHz
throttled=0x0
currentsensor.current_sense(): 802 mA
irDistance.inInches: 10.7
usDistance.inInches: 56.1
bumpers: ALL
Throttling to limit temperature began:
********* RWPi STATUS *****
2016-07-22 00:40:58.223945
battery.volts(): 5.4
battery.hoursOfLifeRemaining(): 0 h -15 m
Processor Temp: 80.6'C
Clock Frequency: 1.20 GHz
throttled=0x20000
currentsensor.current_sense(): 788 mA
irDistance.inInches: 10.6
usDistance.inInches: 56.0
bumpers: ALL
Last Throttled status before stopped test:
********* RWPi STATUS *****
2016-07-22 00:41:47.498234
battery.volts(): 7.2
battery.hoursOfLifeRemaining(): 7 h 7 m
Processor Temp: 82.7'C
Clock Frequency: 948 MHz
throttled=0x20002
currentsensor.current_sense(): 694 mA
irDistance.inInches: 10.5
usDistance.inInches: 55.8
bumpers: ALL
One minute after test stopped temp dropped to 58 degC:
********* RWPi STATUS *****
2016-07-22 00:42:45.689743
battery.volts(): 6.0
battery.hoursOfLifeRemaining(): 0 h -9 m
Processor Temp: 59.6'C
Clock Frequency: 600 MHz
throttled=0x20000
currentsensor.current_sense(): 354 mA
irDistance.inInches: 10.7
usDistance.inInches: 55.9
bumpers: ALL
(I have to figure out why the Pi thinks all the bumpers are activated - they are active Low with pull ups configured. - something weird going on there.)
Note that this six minute test ate 7 hours of "idle" juice. Pretty high price to think so hard.