Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

14
votes
1answer
4k views

CPU temperature monitoring C#

For a programming project I would like to access the temperature readings from my CPU and GPUs. I will be using C#. From various forums I get the impression that there is specific information and ...
9
votes
3answers
1k views

Python Weather API

How do I get my weather in a Python program?
8
votes
3answers
3k views

How to read GPU (graphic card) temperature?

I am interested in a way how to read GPU temperature (graphics processing unit, main chip of graphic card), by using some video card driver API? Everyone knows that there two different chip ...
7
votes
3answers
369 views

Display temperature as a color with C#?

Someone knows an algorithm that gets temperatue in Kelvin/Celsius and returns RGB? Like in thermal cameras. I found some links : http://www.brucelindbloom.com/index.html?Eqn_XYZ_to_T.html ...
7
votes
2answers
2k views

How to get the CPU Temperature info from Bios using c#?

How to get the CPU Temperature info from Bios using c# I gave a try to the code in http://stackoverflow.com/questions/2923984/cpu-temperature-monitoring-c But no luck. 'enumerator.Current' threw an ...
6
votes
1answer
3k views

How to get cpu temperature and fan speed on osx?

Can anyone shed some light on how to get CPU temperature and fan speeds in osx? I understand that information is obtained from IOHWSensor in IOKit, but I'm unable to find any reliable information on ...
4
votes
3answers
370 views

Stopping my room getting too hot via AppleScript + a USB Thermometer?

So I'm a coder, I do PHP, JavaScript, and Objective-C. I'm currently working on a website prettymuch full-time and, being 16, don't really have an 'office' except a desk in my bedroom... So I'm ...
3
votes
4answers
456 views

C++/C# external temperature/weather sensor

I am trying to build a system that would monitor the temperature and alert me when it becomes too hot/cold - I would like to use a USB interface. Where would I get such a device? Are there some open ...
3
votes
1answer
534 views

PHP server statistics script?

I'm not really sure where to put this question (it's not really webapps or superuser) but I'm sure something similar already exists. I'm looking for a php script that gives me detailed info about ...
3
votes
9answers
8k views

Is there any sensor in iPhone can Detect the Temperature of the air?

Getting cooler these days, thought it's a good idea adding some temperature function in apps, anyone knows iPhone has the hardware to support that?
3
votes
4answers
2k views

Getting CPU temperature using Python?

How do I retrieve the temperature of my CPU using Python? (Assuming I'm on Linux)
3
votes
4answers
6k views

iPhone Temperature Sensor

My question is very similar to this one: iPhone Proximity Sensor. There's clearly some manner of thermometer within the iPhone that's readable by the OS. Has anyone uncovered the super-secret ...
2
votes
1answer
394 views

What are the units for battery temperature and voltage when Intent.BATTERY_ACTION_CHANGED on android device?

I retrieved battery temperature and voltage information using the intent Intent.ACTION_BATTERY_CHANGED and the values I got are pretty weird. I could not get any clue: temperature=270 and ...
2
votes
2answers
1k views

Android thermometer

Is it possible to implement a thermometer in Android? How? I know that the BatteryManager can give you the battery temperature with BatteryManager.EXTRA_TEMPERATURE, but I'm not sure if this can be ...
2
votes
2answers
329 views

Conversion Between Fahrenheit and Celsius ISSUE

i have this problem from a beginning c sharp book this for conversion between Fahrenheit and Celsius. private void button1_Click(object sender, EventArgs e) { float fahr, cel; if ...
2
votes
1answer
518 views

Room temperature monitor software

There are lots of tools to see your CPU etc temperature, but I'm looking for a tool to monitor your room temperature. I don't know if my PC have the hardware to do this, but maybe it's build in? ...
2
votes
2answers
539 views

C# Obtain Motherboard Sensor Data

How can I in C# read data from motherboard sensors? I mean: CPU temperature, GPU temperature, Fan speeds, CPU and GPU usage etc. I have Asus P5LD2-X/1333 and nVidia GTS 250 1024.
2
votes
2answers
1k views

Accessing CPU temperature in python

I need an example code for accessing CPU temperature in python. I'm running windows 7, BTW.
2
votes
2answers
717 views

How can I access cpu temperature readings using c#?

For a programming project I would like to access the temperature readings from my CPU and GPUs. I will be using C#. From various forums I get the impression that there is specific information and ...
2
votes
4answers
3k views

How to get the temperature of motherboard of a PC (and other hardware statistics)?

does any one know how to get the current motherboard, processor or HD temperature statistics? In GNU/Linux, I know I could use something like hddtemp or sensord to get the info, and then parse it... ...
1
vote
0answers
42 views

Programmatically read CPU temperature (+ other sensor data) on MacOSX (Macbook Pros)

I'd like to programmatically read CPU temperature + any other interesting sensor data from my MacBook Pro (2009 model). How do I do it? I noticed a previous post pointing to this open source ...
1
vote
2answers
79 views

Fetch Windows system temperature with Java

I wrote a small hack that uses Java JNA and TCP sockets to transmit battery information from a Windows 7 system to other systems on my network, and I'd now like to add thermal monitoring functionality ...
1
vote
3answers
72 views

On calculating temperature differences between zipcodes

Prop A. I wrote a zipcode server that gives me 32,000 zip codes of USA. Each zipcode has an associated lat-long. Given 2 zipcodes, I can find the distance between them using their lat-longs. Prop B. ...
1
vote
3answers
1k views

Is there any Android api to find/sense room temperature programmatically in android code?

I am developing an android app for my project, I need to find room temperature as part of it. I am using Droid 2 A955 model for testing. My Questions are: What sensors need to be available in my ...
1
vote
3answers
220 views

Using C isdigit for error checking

While using the boolean check for the int num this loop doesn't work. The lines after it go unrecognized. Enter and integer like 60 and it just closes. Did I use isdigit wrong? int main() { int ...
1
vote
2answers
645 views

Get GPU temperature

I am really puzzled here. I want to create an application that does different events upon different temperatures of my graphics card which is an AMD one. The reason i want to make such an ...
1
vote
2answers
299 views

Android temperature conversion force close

I have an app which has a section that needs to convert the temperature from Celsius to Fahrenheit, but for some reason on only a couple phone models (like the htc desire and Sony Ericsson X10) it ...
1
vote
1answer
161 views

Labjack Humidity Probe Example

I realize this might be a long shot, but does anyone have an example of using the EI-1050 probe with a Labjack controller in something C-related? I'm currently using a Labjack U12 if it matters. It ...
1
vote
2answers
450 views

Day/Date/Time/Temperature Info bar

Thanks for looking at my question. I am looking to have a London information bar on a website. Something that will show the following information: London, England: 9:27PM Friday 12 February ...
0
votes
2answers
80 views

Has anyone been able to use libsensors properly?

Long story short I am trying to write an application that can check cpu temperatures. Using the libsensors(3) man pages I've been able to at least get the libsensors_version number. As of now, here ...
0
votes
2answers
74 views

Autocomplete/abbrev with calculation in Vim?

I'm trying to script something like this in Vim, and it's raising a series of questions for me. I'm sure it's possible. Whenever I insert a number followed by a capital F, like 88F, I would like Vim ...
0
votes
3answers
71 views

What's wrong with my temperature conversions?

In this program Iam trying to take 78 degrees Fahrenheit and return them in a class with the Celsius version and kelvin. But for some odd reason I'm just getting this as the output. What am I doing ...
0
votes
2answers
60 views

temperature calculator

Hi i am suppose to make a Temperature calculator that will accept either Celsius or perimeter and convert that temperature to the other scale. If a Celsius temperature is entered it will be converted ...
0
votes
2answers
150 views

Getting the Battery temperature and unit of the result

I was reading how to get the temperature of the battery and I make small app, and in my receiver I have something like this int temp = intent.getIntExtra("temperature", 0); well , this temp have ...
0
votes
1answer
42 views

detect color temperature settings of display?

is it possible to detect the color temperature settings of a monitor or display with css, javascript, html5, silverlight, java, flash, or anything that could be used on the web? no problem if it's ...
0
votes
2answers
142 views

How to remove the degrees celsius symbol from a string (java)

I've been trying to remove the degree Celsius symbol from the following string for a few hours now. I've looked at prior posts and I see that /u2103 is the unicode representation for it. Despite ...
0
votes
0answers
139 views

CPU temperature on iMac [closed]

Should I be worried about these temperatures on my iMac or are these normal?
0
votes
1answer
140 views

Can only get a value of false to return when accessing Sensor.TYPE_TEMPERATURE

The Google doc's cover every one of the sensors except the temperature sensor, but continue to say that you can access that data...........it's aggrevating as heck, the doc's are very good in some ...
0
votes
2answers
568 views

How can I get the CPU temperature in Python? [closed]

Possible Duplicate: Getting CPU temperature using Python? What is the simplest method of going about this? Also preferably in Celsius.
0
votes
1answer
378 views

How can I read CPU temperature on an Embedded XP install from a C++/CLI app?

I've read of some WMI solutions which are able to read the temperature of the CPU. I've tried this and it doesn't appear to work for Windows XP Embedded running on an Intel Atom based board. Is there ...
0
votes
2answers
646 views

Where is a commercially usable dataset of temperature by zipcode by month?

Lots of web sites offer this data (see http://www.google.com/search?hl=en&q="average+temperature"+by+zip+code) but I don't see the dataset they are using. I looked at the national weather service ...
0
votes
1answer
1k views

Windows Temperature Monitor

As part of an application for a client, I need to have a section which reports temperature information (motherboard, CPU, HDD). I know there are standalone applications such as Hardware Monitor by ...
-1
votes
1answer
95 views

JSF Temperature calculator

I am trying to create a temperature conversion program in JSF. It has got one textbox and two radio buttons to select between CEL to FRA and FRA to CEL and a submit button. I am problem getting the ...
-4
votes
1answer
84 views

What is a good fan speed algorithm?

It's not my fault but my notebook has a massive heat problem and I want to have a silent notebok. So, my question is what is a good fan speed algorithm? My fan has 24 speedsteps. Thermal shutdown is ...