03-18-2019, 12:02 AM
(03-17-2019, 11:40 PM)JST1963 Wrote:(03-17-2019, 11:30 PM)Tim Curtis Wrote:(03-17-2019, 10:53 PM)HannoG Wrote: It was a good idea to get the temperature information from the system info. Here is my operating temperature a few minutes after powering the combo. Nothing to worry about?
Hi,
The temp metric on system info reflects only the Raspberry Pi CPU temp and not the temperature of other components or boards, or the entire device.
The cmd that's used is below. Divide the result by 1000 to put in human readable format.
cat /sys/class/thermal/thermal_zone0/temp
Tim, out of curiosity… what is yours reading?
J
On my Katana + Pi-3A+ see below. I only use top, bottom and front panel from the Allo dog bone acrylic enclosure. I set the CPU governor to On-demand in System config and let Linux manage CPU throttling.
Code:
pi@rp3:~ $ moodeutl -m
CPU: 600 MHz | LOAD: 5% | TEMP: 48°C | RAM_USED: 40% | DISK_USED: 35% | FPM_POOL: 3 workers
-Tim