Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question
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

closed as not a real question by Kev Jun 23 '12 at 15:29

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

6 Answers

up vote 10 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).

share|improve this answer
1  
I would get the information from: nws.noaa.gov/forecasts/xml – Brad Sep 19 '10 at 17:49

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.

share|improve this answer

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!)

share|improve this answer
4  
Oddly enough, there is an internal sensor that measures temperature. There is no public API onto it. – rpetrich Sep 19 '10 at 5:29

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

share|improve this answer

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.

share|improve this answer

There is now a sensor you can plug in

http://www.icelsius.com/

share|improve this answer

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