The current firmware (SDK 10.1) will already make a temperature measurement each time is tapped by the phone, regardless whether it is configured or not. This value is also passed along in the NFC shared memory as a text record. You can have a look at that when you use the phone without any APP being active.
Have a look at
- Init, file maintlogger.c, where TMeas_Measure is called.
- ResponseCb, file msghandler.c, where NDEFT2T_CreateTextRecord is called.