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?

link|improve this question

70% accept rate
1  
If you want anything dependent on the seasonal temperature, your best bet is probably to query a webservice for the outdoor temperature. Of course that assumes the phone is actually outdoors... – Ben Voigt Sep 19 '10 at 5:11
1  
Oh, webservice should works fine, I thought about that before the sensor, sensor is more direct, but may not have, or less usable because of the heat from device itself. – flutewang Sep 19 '10 at 5:55
feedback

9 Answers

up vote 11 down vote accepted

I know this is not what you thought of, but anyway:

Get the current position (you only need to know the town / region, GPS is not required). Then get the current temperature for this place from the internet (weather channel or so).

link|improve this answer
1  
Yeah, that's probably the solution for now, thanks! – flutewang Sep 19 '10 at 8:19
1  
I would get the information from: nws.noaa.gov/forecasts/xml – Brad Sep 19 '10 at 17:49
Thank you Brad, I'm checking it now, :) – flutewang Sep 22 '10 at 17:41
feedback

If you're desperate, you could record the sound of crickets chirping using the iPhone's microphone and analyse it's frequency to get the temperature. But otherwise no.

link|improve this answer
Besides, that would only work at night time. – Andrew Dunn Sep 19 '10 at 5:15
That's fun! I still want to know, is the temperature effects crickets to chirp or the frequency broadcasting in the air? or both of them? – flutewang Sep 19 '10 at 6:04
4  
It's the crickets. Air density affects the speed of sound and the wavelength of the sound, while the frequency remains constant. – Andrew Dunn Sep 19 '10 at 6:37
feedback

Realistically, you could probably cobble together a 555 timer chip and a thermistor to produce a frequency in the audio range for your temperatures of interest. Feed that audio to the mic input on the headset jack of an iDevice via an attenuation resistor.

Bonus points if you play loud music thru the headset output at the same time, and can figure out how to harvest that audio output energy with an AC-to-DC converter to power the 555 chip.

Would work even in climates where crickets might be hard to find alive.

link|improve this answer
feedback

Unfortunately there isn't. Any thermometer that were ever included in the iPhone would be affected by the internal temperature of the device anyway (they get hot!)

link|improve this answer
3  
Oddly enough, there is an internal sensor that measures temperature. There is no public API onto it. – rpetrich Sep 19 '10 at 5:29
I think you're right, if there is the sensor, like rpetrich said, the heat of the device effects the result, then the sensor probably design for protect device from overheating, not for measuring the air. – flutewang Sep 19 '10 at 6:00
I came up an idea of this, Andrew Dunn mentioned microphone, we know lots of phones using two microphones' recordings subtract out the human voice, I think if there is a thermometer, and an energy counter counts the energy the device burns, could subtracts out the environment temperature. Counter tells the temperature should be; thermometer tells the temperature actually is; then the subtraction tells what environment the thermometer is in. Of course theoretically, thank you Andrew for the microphone! – flutewang Sep 19 '10 at 6:35
feedback

hardware support: no but u can always cheat and use the internet to get local forecast :)

link|improve this answer
feedback

There isn't anything available to user apps and frankly there should be. Lets face the senor would be directly affected by local conditions but some times that is exactly what you want. This is probably a good item to file a bug report against. A barometer wouldn't be a bad idea either.

Dave

link|improve this answer
feedback

I came up an idea of this, Andrew Dunn mentioned microphone, we know lots of phones using two microphones' recordings subtract out the human voice, I think if there is a thermometer, and there is an energy counter counts the energy the device burns, could subtracts out the environment temperature. Counter tells the temperature should be; thermometer tells the temperature actually is; then the subtraction tells what environment the thermometer (device) is in. Of course theoretically, thank you Andrew for the microphone!

link|improve this answer
1  
Simply, using two data of measurements to cancel the device heat, if there are such meters or sensors in the device. like two microphones. – flutewang Sep 19 '10 at 7:14
feedback

I believe there is a thermometer (of sorts) within the iPhone, as if it gets to hot it will warn you and disable features of the iPhone to help cool itself.

Apple Support link discussing operating temperatures

However I do not believe the thermometer is publicly accessible from the SDK, or whether it even returns a temperature reading (it may just do thresholds).

It has been noted developers accessing undocumented features of the iPhone (if someone did manage to a find a way), however I believe it breaks the developer t&c's.

link|improve this answer
feedback

There is now a sensor you can plug in

http://www.icelsius.com/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.