The temperature tag has no wiki summary.
-1
votes
0answers
23 views
which is the file to change the temperature led in android? [closed]
with my nexus 4 I've flashed the semaphore kernel and I've installed the semaphore manager.there is an option for the leds.one of this is for thermal and, when the device's temperature items over 40°C ...
-2
votes
0answers
7 views
API for past temperature data [closed]
I need hourly readings of temperature for a particular location(to be more specific:Chennai,India) over the past three years.Is there any free API from which it would be possible to get this data?
1
vote
2answers
49 views
basic java temperature converter
So I am trying to write a program to convert degrees C to F or vice versa. Every time I run the program I am getting mistakes which I can't readily explain. For instance, it converts 100 C to 132 F. ...
0
votes
0answers
64 views
send temperature from Arduino to browser (webserver)
I'm using the ethernet shield, with the TinyWebServer lib
I want to send a value (temperature) from from arduino to my browser. (I can read the index file)
here is the part of the arduino code. ("20" ...
1
vote
1answer
36 views
WMI and HDD SMART Data
I'm new to WMI and have some questions. I want to write an application that monitors the status of a disk or more disks in a system.
I found that i can manage it via WMI "root/wmi" and the ...
0
votes
1answer
194 views
Multiple MLX90614 (temperature sensor) on Arduino Uno code
I have been assigned with a task to create a temperature based fan controlling over the PWM output. I am using Arduino Uno with AVRISPmkII programmer and ATmega328 controller. Now the task is to ...
8
votes
4answers
196 views
javascript temperature color
Heyoh SO,
I have a temperature widget to implement on a project I am working on.
Nothing is specially difficult, I've got a free API to retrieve the datas that I need ect.
BUT, the lovely designer ...
-2
votes
1answer
53 views
Obtain Battery temperature in IOS programatically [closed]
How can I obtain the temperature of the Battery in IOS programatically. Also are there any API's in IOS that would give us any information on the Battery Manufacturer etc. Currently I am able to ...
0
votes
0answers
33 views
Error in Android Temperature Application
I just started learning Android Application development. I installed adt-bundle for windows 32 bit and use emulator Android 4.2.2. At first, the problem was that the emulator stopped working ...
2
votes
0answers
177 views
How can I know battery or device temperature on iPhone programmatically?
I'm developing an iOS 5.0+ app with latest SDK.
I've been searching on Internet how can I know the battery or device temperature programmatically, but I haven't found anything.
I have found how to ...
0
votes
0answers
102 views
Getting non-HTML result via invoke-webrequest
I am currently creating a PowerShell script that is used to extend our new System Center Operations Manager 2012 environment to ensure that temperature monitoring is working properly (without SNMP or ...
0
votes
1answer
77 views
Mysql query to get trend of temperature
I have a very large table where I have temperatures getting logged every 1 mins, what I would like to query is a trend; something like a percentage increase or percentage decrease per selected period ...
0
votes
0answers
22 views
Temperature Lib for Python [duplicate]
Which is the best library/module for temperature (kernel control, possibly) in Python?
Thanks for answers ;-)
0
votes
1answer
272 views
SNMP OID for CPU core temperature of Windows computer
I am developing an Android app to retrieve some information from computer using SNMP. Is it possible to get the CPU temperature (or any temperature within device) by SNMP? If it is possible, what is ...
0
votes
1answer
405 views
Using a temperature sensor with the Arduino GBoard
We are using an LM35 temperature sensor with the Arduino board pin A0 to A7, any one pin of them really. The problem is that I can not get the steady and accurate value in the serial window in the ...
3
votes
1answer
293 views
DS9097E and DS18B20 temperature reading in C#
I have built an adapter DS9097E and connected to it DS18B20 digital thermometer. On the internet you can find examples of applications in Delphi and C that reads the temperature from this device. I'm ...
0
votes
2answers
253 views
Python script working with Arduino won't read data correct
I've got a problem with my Python script. It's working but something is wrong. I'm newbie in Python so I can't find any solution :(
My script is connecting via pySerial to Arduino board, and read ...
0
votes
1answer
67 views
Cron wont save python script to txt file
I've got a problem with my python script. I'd like to save data from serial, with python script to txt file every 5 minutes.
My Cron script:
*/5 * * * * root /home/user/temperature.py >> ...
0
votes
1answer
110 views
Create Highchart graph from specific CSV file
I'm new to using php/jscript/etc. At the moment I'm working at meteo station, using Arduino to save data in CSV file. It looks like:
1,25.65
2,25.44
3,24.81
4,25.55
6,24.56
...
0
votes
4answers
131 views
How can I make different constructors for different temperature units in C++?
So you should be able to input temperature in C, K or F, which will call a different constructor for each of them. How do those constructors differ?
-8
votes
1answer
72 views
My first android app help wanted? [closed]
I am a beginner in android app development and this is my first app celsius to fahrenhiet conversion. I found this code on the internet and there many parts in the code that I could not understand. ...
-2
votes
1answer
80 views
Change Background Image According an Output [closed]
I am new to C++ and as my first iPhone app I created a Temperature Converter. Now I have to showcase my work at school and I was thinking about improving it. I would like the background to change ...
1
vote
2answers
193 views
Parsing temperature from lm_sensors command
Currently I'm using lm_sensors to get temperature information off of my server. I'd like to run a cron job that runs lm_sensors every five minutes, grabs the temperature data and puts it into a CSV ...
-2
votes
1answer
152 views
iOS body temperature gauge? [closed]
I see a lot of different app store apps that claim to accurately measure your body temperature by placing your thumb on the screen. but i cant see to find any information or sample code anywhere on ...
0
votes
0answers
59 views
read bytes from pci configuration space for nvidia gpu temp?
Currently I am able to get the temperature of my nvidia card by using the functions in nvapi.dll. But i would like to know if there isn't anyway to directly talk to the video card(pcie) and get this ...
1
vote
2answers
712 views
Arduino temperature sensor
I am trying to build a small program with arduino using a temperature-sensor.
I thought I knew how to do it but I'm getting some weird outputs.
Here is my code:
int sensorPin = 0;
void setup()
{
...
1
vote
2answers
114 views
How to obtain value from WeatherBug XML File in Python?
I want to get the temperature and time from the following file:
<rss xmlns:georss="http://www.georss.org/georss" version="2.0">
<channel>
<title>Observations from Tunkhannock, PA - ...
0
votes
1answer
85 views
Most efficient tool to store frequent temperature samples
I'm working on a system that will need to store lots of temperature data. I could potentially store 5 samples per second or more.
I've done this in the past with a relatively simple mysql database ...
3
votes
2answers
541 views
CPU Temperature for Linux OS / Intel 64 bit Architecture
I have come across several post to read CPU temperature ad fan speed[ 1, 2], but could not find any post for the 64-bit i7 Intel architecture (quad core) using Linux OS. Can any one point to any ...
0
votes
0answers
118 views
How to make specific sections of image change background color depending on user input? [closed]
You have seen those children coloring websites in which they can choose a color and then apply it to a certain part of the picture they want to color. I'm looking to do something similar to a map, in ...
0
votes
5answers
112 views
Temperature Convertions
I have to convert a temperature in degrees Celsius to Fahrenheit. However when I print the temperature in Celsius I get the wrong answer ! Please help ! (The formula is c = (5/9) * (f -32). When I ...
0
votes
1answer
47 views
What encoding should I use to encode temperautre symbol in my iOS development?
char symbol[] = {0xa1,0xe3}; //temperatue symbol code
NSString *degree = [NSString stringWithCString:symbol encoding:NSASCIIStringEncoding];
//when "degree" displayed on screen,messy code.
what ...
4
votes
3answers
771 views
Creating a line graph with highcharts and data in an external csv
I've read through the Highcharts how-to, checked the demo galleries, searched google, read the X amount of exact similar threads here on stackoverflow yet I cannot get it to work.
I'm logging data in ...
1
vote
1answer
223 views
Arduino temp & led
I have arduino uno r3, temp sensor lm335z and 2 led.
I found this code in internet
float celsius = 0, kelvin=0;
void setup()
{
Serial.begin(9600);
}
void loop()
{
kelvin = analogRead(0) * ...
0
votes
2answers
265 views
Temperature converter in Arduino
I'm doing a project which requires me to use a TinkerKit thermistor sensor to get the room temperature. After detection, the Arduino BT board must send serial data back to an Android phone via ...
2
votes
1answer
516 views
How do I get GPU usage per process?
I have a temperature monitor program I wrote a while back which monitors the temperatures and fans on my AMD Graphics cards, checking for fan failure OR overheats.
The problem with it, is that it ...
1
vote
4answers
193 views
What's wrong with my temperature conversion code?
I'm writing a program that does many things, but one of them is converting Celcius to Fahrenheit. After I did this, I decided to allow the reverse, so that's what I've done. I get correct answers when ...
2
votes
2answers
367 views
Matlab organising and plotting temperature data
Relatively new to matlab, would like some input on the best options for my project.
I have several temperature probes at set locations around the office and I have to display a heat map on a floor ...
2
votes
2answers
114 views
Program always returns binary '>>' : no operator found which takes a left-hand operand of type error
So I've been set a task to create a temperature converter in C++ using this equation:
Celsius = (5/9)*(Fahrenheit – 32)
and so far I've come up with this (I've cut out the 10 lines worth of ...
0
votes
2answers
147 views
How to represent the Battery Temperature value in Wince using GetSystemPowerStatusEx2 API?
I just want to get confirmation on Battery Temperature data.
I am using GetSystemPowerStatusEx2 API to get battery temperature for windows ce device using c++..
I am using the variable say "psse" of ...
0
votes
3answers
113 views
Where to translate from Fahrenheit to Celsius in Rails app?
I'm relatively new to Rails, and I'm building an application that deals with weather data. My main uses will be inside the US so the presentation to the user will presumably be in Fahrenheit. The data ...
0
votes
0answers
188 views
Hourly temperature forecast algorithm [closed]
I am receiving current weather info from some Weather API, such as current temperature, max daily temperature and minimum daily temperature.
I want to get also temperatures through the day (at an ...
0
votes
1answer
152 views
Temperature Conversion- 2's complement - 13bit
I am having no end of time trying to convert the following table to something of value in c#.
I have a 2 byte array such as
byte[] data = new byte[2];
data [ 0 ] = 0x00;
data [ 1 ] = 0xc9;
Does ...
0
votes
1answer
367 views
Creating a temperature-sensing Android app that runs in the background after activation
I am developing an Android application that will keep track of the temperature of the battery of the phone. When the temperature of the battery exceeds some certain value, another activity will then ...
-1
votes
1answer
338 views
C for infrared temperature sensor with 8051 microcontroller? [closed]
everyone
I need a big help from everybody
I need to know how to use infrared temperature sensor with 8051 microcontroller
I very thankful if you can share C code
i use sensor number MLX90614ESF-BAA
...
1
vote
2answers
1k views
how to measure ambient temperature in android
I want to measure ambient temperature on android device. but my device doesn t include thermometer sensor.
How can I measure it?
Thanks.
-5
votes
1answer
1k views
how to get device 's temperature in android [closed]
I want to get temperature from device. but I don t know how I can do. please help me writing simple.
thanks.
1
vote
1answer
949 views
Recent OpenHardwareMonitor Sample Code C#
Does anybody know where I can find any recent samples for using OpenHardwareMonitor.dll in C#.
I've tried a simple implementation but cannot get the cpu Temp. I know the library must have it since the ...
0
votes
1answer
292 views
Check Motherboard Sensor Data in real time with c#
I have been looking for a solution to check fan speeds and temperature data from the motherboard's sensors in real time.
WMI seems to give you only one reading that never updates and every one seems ...
0
votes
1answer
78 views
Change the Marker based on Temperature
I have a sample fusion table map here http://jsfiddle.net/qEGpz/
I want to set the marker to red_stars based on temperature >75 degree. But my code doesn't work correctly. Link to my fusion table is ...