![]() |
2008-02-12
, 17:00
|
|
Posts: 197 |
Thanked: 39 times |
Joined on Jan 2008
@ Long Island
|
#12
|
I wrote a utility to display N810's internal temperature. I think it should also work for N800 and N770. When idle, tablets generate almost no heat, so this sensor can also measure the ambient temperature in your room.
[user@nokia ~]$ internal-temp
23.25C Enjoy!
![]() |
2008-07-22
, 04:21
|
Posts: 8 |
Thanked: 7 times |
Joined on Jul 2008
|
#13
|
#!/bin/sh t=`cat /sys/devices/platform/i2c_omap.1/i2c-1/1-0048/temp1_input 2>/dev/null` if [ "$t" = "" ] then echo "No temperature sensor detected" > /dev/stderr exit 1 else c=`echo $t | sed -e 's/\(.*\)\(..\).$/\1\.\2C/'` f=`expr $t \* 9 / 5 + 32000 | sed -e 's/\(.*\)\(..\).$/\1\.\2F/'` echo $c $f fi
The Following 6 Users Say Thank You to nygren For This Useful Post: | ||
![]() |
2009-02-17
, 22:56
|
Posts: 1 |
Thanked: 0 times |
Joined on Oct 2008
|
#14
|
![]() |
2009-02-17
, 23:20
|
|
Posts: 240 |
Thanked: 71 times |
Joined on Jun 2008
|
#15
|
![]() |
2009-02-18
, 00:26
|
|
Posts: 1,656 |
Thanked: 1,196 times |
Joined on Apr 2008
@ Alabama, USA
|
#16
|
It turns out that the last site (maemostuff) was infringing on the maemo trademark. Nokia asked me to take it down (very nicely) and I did.
![]() |
2009-02-18
, 00:35
|
Posts: 130 |
Thanked: 13 times |
Joined on Nov 2005
|
#17
|
Or you can simply charge them using a current limited source and a timer... 50mA for about 16hours for a AA one