Other Parts Discussed in Thread: TMP401 Hello,
My customer has a question about TMP401.
[Background]
The descriptions of _THERM pin and _ALERT/_THERM2 pin are described in the datasheet as follows.
_THERM : Thermal flag, active low, open-drain;…
Hello Vaibhav,
There is no problem with using an NPN transistor with the TMP401 (or any other of our remote temp sensors). The critical thing to remember is that the transistor's internal diode must always be wired with the anode (+) connected to DXP…
Part Number: TMP461 Other Parts Discussed in Thread: TMP401 Hi All,
I am using the tmp401 linux driver to read temperature values from the tmp461, but I'm running into an issue where all of the read temperature values end with 996 (e.g. 33996, 38996…
Part Number: TMP431 Other Parts Discussed in Thread: LM95245 , TMP411 , TMP401 , TMP451 Hi Sir,
I am looking for EMC1412-A-ACZL-TR pin to pin 2nd source replacement. This is MSOP-8 package.
https://ww1.microchip.com/downloads/en/DeviceDoc/20005273A…
Hi Jonathan,
There does not appear to be a Linux kernel driver for TMP464.
There is a TMP401 driver which supports TMP401, TMP411, TMP431, TMP432, TMP435, and TMP461: https://www.kernel.org/doc/html/latest/hwmon/tmp401.html . As well as a driver for…
Hello Patrick,
There is no driver specifically written for TMP435. However, you can use the TMP401 driver that's available in the Kernel (www.kernel.org). As long the I2C slave address of TMP435 is set to '1001100' i.e. With both A0, A1 pins connected…
Hi Mayur,
Thanks for using TI E2E forums. I am not aware of such programs maintained by TI but there are always source code examples that you can find online, for example you can try the Kernel.org website. I don’t think I have seen an example code…
Hello TI Lady,
TMP102,TMP401,TMP421 drivers are built into the Linux Kernel itself. TMP108 has similar register map settings as TMP102. With slight modifications you should be able access complete functionality with no issues.
I have also attached…