Part Number: TIDA-060034 Other Parts Discussed in Thread: TMP117EVM Hi,
I am interested about measuring body temperature via earbuds.
I know I can use TMP117EVM to test this design, but the software (TMP117DualSensor_GUI) only show how to get two temperature…
Part Number: TIDA-060034 Other Parts Discussed in Thread: TMP117 Hello,
A customer has the following question concerning the accuracy test method mentioned in the ref design. Can you share with us which fluid batch was used for the purpose of the accuracy…
Rajkumar,
You might also benefit from looking at this at this reference design with 2 TMP117s on a flex PCB;
https://www.ti.com/tool/TIDA-060034
Regards
-Alex Thompson
Nikos -
Just to be clear here - I am in a completely different product line than ChienChun - I am Applications Engineering Manager for Temperature and Humidity Sensing, with a history at TI with radios (both near and far field). I saw you were looking…
Dear Kim -
The TMP117 is a thermal contact temperature sensor (not infrared).
for reference, from the product page:
https://www.ti.com/lit/an/snoaa03/snoaa03.pdf , https://www.ti.com/lit/an/snoaa07/snoaa07.pdf , https://www.ti.com/tool/TIDA-060034 , https:…
Dear Lumina -
The I2C peripheral driver would be provided by your MCU SDK. If you are using TI MCU, please advise which one and we can point you towards it. If you are using a non-TI MCU, also please advise and we can most likely point you towards that…
Hi, so I implemented your suggested points on gpio testing and here is the observation:
/*
* ======== gpiointerrupt.c ========
*/
#include <stdint.h>
#include <stddef.h>
/* Driver Header files */
#include <ti/drivers/GPIO.h>
/* Example…