Infrared vs. Heat
I know this sounds like a stupid question, but what is the difference between infrared light and heat?· A lot of times they seem to used interchangably.· Thanks in advance for clarifing this.· (Yes, this is related to robotics, I am attempting to sense heat.)
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
D Faust
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
D Faust
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
Heat is a measure of the vibration of the molecules in a substance.· The more the molecules vibrate the higher the temperature. The energy that·is imparted to the atome within these molecules causes the emission of photons (light particles) that fall within different frequencies.· Some of these photons·can be·within the visible spectrum, such as those emitted from a lightbulb, and some are within the part of the spectrum called infrared.· Even when the temperature of a substance is not high enough for the·photons to be in the visible range,·infrared radiation is present.· As long as the object you are trying to "see" with infrared is sufficiently warmer then·the objects around it you should be able to detect it
The way I rember it is, infrared is a specific spectrum of light invisable to the eye that·can tranfere energy in the form of heat.··Heat is·energy contained in a mass that can be measured by termperature.
"Infrared" is a much more specific term. This refers to light in the infrared spectrum -- of lower frequency than human eyes can see. An "infrared" LED emits light in a very narrow part of this spectrum.
"Heat" is commonly used to mean internal thermal energy, although my thermodynamics professor (many years ago...) would chastise anybody for using the term "heat" in any context other than "heat transfer".
Temperature determines whether a body is in thermal equilibrium with its surroundings. Internal thermal energy and temperature are related, but not the same. For example, a kilogram of water at zero degrees centigrade is substantially hotter than a kilogram of ice at zero degrees centigrade; although the two would exchange heat with another body at a given temperature at the same rate, the water contains more internal thermal energy.
Any body will transfer heat to or from its surroundings if the two are at a different temperature by means of conduction, convection and/or radiation. Radiation transfer to the surroundings of a body is in the form of electromagnetic radiation (ie light, radio waves, infrared) with a spectrum which is dependent on the temperature. Unless the body is at a very high temperature, most of the radiative energy is off the red end of the visible spectrum, that is to say infrared and longer wavelengths. If the body is at a very high temperature, the bulk of the radiation starts to creep more into the visible light spectrum causing it to glow successively red, yellow and eventually white as the temperature increases.
I think that should cover it·
Any body can be detected by looking for the infrared radiation it emits, which depends primarily on the temperature (and also the properties of the body itself). It's not actually dependent on the "heat" of the body (ie internal thermal energy), although one could call it the "heat transfer" from it by radiation.
To actually detect the IR naturally emitted by most bodies (as opposed to reflected from them as commonly used in object detection) you're going to need an awfully sensitive detector, though.
Hope that helps...
Regards
Duncan
Additional: I just came up with an analogy that might help... but I just came up with this off the top of my head, so it comes without warranty; don't shoot me if it turns out to be flawed
Temperature is like voltage
Heat transfer is like current
"Heat" or internal thermal energy is like charge
Any body can be thought of as a rather funky nonlinear capacitor, whose temperature (voltage) is dependent in some way on the internal thermal energy (charge) stored in it. The transfer of·heat (current) to another body (another capacitor at some other voltage, through some resistor) depends only on the difference in the temperatures· and the resistance between them. Unless you have a heat pump (such as in a refrigerator), heat transfer only occurs from the body at the higher temperature to that at the lower temperature. If they are at the same temperature, no net heat transfer occurs no matter how much "heat" each contains. "Heat" by the way, can never be destroyed (although it can be created); it can only be transferred to another body.
Key point again: the IR you detect depends on the temperature, not the "heat", although for most purposes this may not be an important distinction...
Post Edited (Uncanday) : 5/22/2007 3:02:37 AM GMT
Your TV doesn't go crazy on a hot day because it's looking for IR modulated at 38kHz or so (the sensors used in sumo bot detectors are designed for that purpose) and because it's looking for a *very* strong signal.
The IR emitted by LEDs in a remote is many, many times stronger than the IR emitted by objects due to their temperature.
Regards
Duncan
Before you write code.·The first step would be to determine what you are trying to sense and then, what hardware you are going to use to sense it.
Edit:
I think Uncanday·said it well, the tv isn't responding to just IR.· The TV responds to a narrow part of the IR spectrum that is modulated at a specific frequency.
Post Edited (agfa) : 5/22/2007 4:45:44 PM GMT
(I'm assuming that it's the reflection mode sensor also used in the sumo kits)
There are two reasons: one, it's not nearly sensitive enough. You're looking for a *tiny* amount of IR to detect temperature dependent IR emissions, and that detector is looking for a blast of IR from a high power output LED.
Two, it has an internal fiter which is looking for a 38kHz modulated signal. This is what the LED transmits, and it exists to filter out interference from other sources. Which is problematic, because those "other sources" are exactly what you're looking for...
Regards
Duncan
This is quite interesting as each term is dependent upon the body of knowledge that each term is applied to.· How about considering the utility of each term?
IR is used in a frequency dependent context to express a carrier frequency for information.
Heat is used in a power dependent context to express transfer of power or collection of power potential in a reservior.
In other words, you can use an IR sensor to communicate and you can use heat from a blow torch to melt the IR sensor. That may seem silly, but in electronics - heat is a destructive element, not useful. In fact, heat creates white noise inside transistors and tubes.·· The are Heat sensors that measure temperature from a distance; these are quite different from the IR photo diodes.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"Everything in the world is purchased by labour; and our passions are the only causes of labor." -- David·Hume (1711-76)········
Post Edited (Kramer) : 5/24/2007 1:39:13 PM GMT
http://www.glolab.com/pirparts/infrared.html
The circuit it shows is a complete self contained detector system, which is much more than you'd need. I would think something much simpler would work to translate the output of the PIR325 or something similar·into raw digital data.·If you have an ADC available, that would be even better.
My take here is that you're much more likely to get somewhere starting with something like the PIR325 described here than with a regular photodiode. I'd expect it's going to require a substantial amount of experimentation to get working, though. The best shortcut I can think of would be to buy a PIR unit for an outdoor floodlight from Home Depot and salvage the entire module...
Regards
Duncan
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
D Faust
Post Edited (D Faust) : 5/24/2007 8:58:15 PM GMT
An IR photodiode is a device that consists of a semiconductor diode that generates current in response to IR light.
An IR photocell is usually an IR photodiode optimized for power generation. Sometimes it refers to an IR photoresistor.
There are also photo-multipliers which are avalanche "vacuum" tubes with a small amount of gas in them used for detecting
very low light levels.
All of these are not necessarily limited to IR unless there are filters used to absorb non-IR light. Most of these devices
respond to a wide range of light wavelengths.
Regards
Duncan
Good, luck.
http://www.acroname.com/robotics/parts/R66-R2868.html
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
D Faust
http://www.parallax.com/detail.asp?product_id=555-28027
Regards
Duncan
[noparse][[/noparse]edit] this looks pretty useful data also, based on a RE200B which you can find for < $2:
http://www.khalus.com.ua/psoc/pdf/appnotes/an2105.pdf
Post Edited (Uncanday) : 5/26/2007 7:11:16 AM GMT
www.r-s-c-c.org/rscc/v1m3images/wavelength_atmsabs_labels.jpg