tszheichoi / awesome-sensor-logger

Collection of tools, resources and sample code to use alongside the Sensor Logger app
MIT License
180 stars 22 forks source link

Recording of human temperature from apple watch 8 #7

Closed Pavlmits closed 11 months ago

Pavlmits commented 11 months ago

Apple Watch 8 provides the ability to track human temperature as it is mentioned here. Will something like this be introduced to the app?

tszheichoi commented 11 months ago

The Apple Watch 8 measures body temperature during sleep every 5 seconds (as noted on the link you provided). This means the sensor is unsuitable for Sensor Logger which needs a way to get real-time data on demand. If it becomes possible to fetch the temperature data in real time then I'd love to add it to Sensor Logger!