gpsd-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gpsd-users] Garmin 18X-5Hz


From: Bryan Christianson
Subject: Re: [gpsd-users] Garmin 18X-5Hz
Date: Thu, 18 Aug 2016 11:36:28 +1200

> On 18/08/2016, at 11:27 AM, Gary E. Miller <address@hidden> wrote:
> 
>> 
> 
> It is room temp, no way to get CPU temp on a RasPi.  I could on an
> Intel, but I do not see this on an Intel.
> 

I measure temperature on a pi with this script that produces mrtg data

#!/bin/bash
cpuTemp0=$(cat /sys/class/thermal/thermal_zone0/temp)
cpuTemp1=$(($cpuTemp0/1000))
cpuTemp2=$(($cpuTemp0/100))
cpuTempM=$(($cpuTemp2 % $cpuTemp1))

CPU="$cpuTemp1"."$cpuTempM"
GPU=$(/opt/vc/bin/vcgencmd measure_temp|awk -F '=' '{print $2}' | awk -F "\'" 
'{print $1}')

echo $CPU
echo $GPU
echo $(/home/mrtg/bin/up -t)
echo $(hostname)

— 
Bryan Christianson
address@hidden






reply via email to

[Prev in Thread] Current Thread [Next in Thread]