Open pritsios opened 4 years ago
I will try to answer you questions:
Some general remarks:
Thank you for your reply.
I am not trying to build a medical device but a device for tracking human budy in rooms and discover heat sources for an alarm system. I did not know that there is a formula to calculate core body temperature from forehead temperature.
Thank you in advance
Hi, just want to share something that I found on the human temperature. The human skin temperature is 4° or 5° C lower than the core temperature (based on A. C. Burton, "Human Calorimetry: II. The Average Temperature of the Tissues of the Body: Three Figures," The Journal of Nutrition, vol. 9, no. 3, pp. 261-280, 1935, doi: 10.1093/jn/9.3.261.).
The effect of the ambient temperature in IR thermometer reading is shown in these works (F. Suarez, A. Nozariasbmarz, D. Vashaee, and M. C. Öztürk, "Designing thermoelectric generators for self-powered wearable electronics," Energy & Environmental Science, 10.1039/C6EE00456C vol. 9, no. 6, pp. 2099-2113, 2016, doi: 10.1039/C6EE00456C and P. Webb, "Temperatures of skin, subcutaneous tissue, muscle and core in resting men in cold, comfortable and hot conditions," European Journal of Applied Physiology and Occupational Physiology, vol. 64, no. 5, pp. 471-476, 1992/09/01 1992, doi: 10.1007/BF00625070)
Kind Regards,
Although there is a difference between core temperatures and skin temperatures, the sensor does drop in accuracy when you distance an object.
If i measure my hand in the front of the sensor, the maximum point in the array will measure around 36.6 ºC. When i put my hand about 4ft away the sensor's max point is just 33.3 ºC.
I did a bunch of readings and for 4 ft I adjust the measurement by {(T - 38 + 4.2)*1.3 + 38} for the range of 35 - 40 ºC (with an error of about +- .3 ºC)
As slavysis said, this sensor doesn't seem to be good enough for many medical grade applications. I still have a lot to try tho.
Use the library with a SAMD21 microcontroller. Trying to measure forehead temperature, I get 4.5 degrees less than expected. After looking at the source of the driver I have the following questions