Part Number: TMP1826 Tool/software: I'm designing a new product using the TMP1826NGRR and have some questions about the NIST and Calibration process. Some of our clients require more information about the calibration of our devices.
It sounds like TI…
Part Number: TMP1826-1-WIRE-CODE
Tool/software:
P/N TMP1826NGRR has about 100% failure rate. The sensors fare not providing any temperature reading, even though we can see the IP address.
Part Number: TMP1826
Hello everyone, i am currently writing a driver for the TMP1826. We want to use the flexible address to asign each TMP sensor a fixed address. I am currently able to read the Temperatur of a single sensor(with the skip address command…
Part Number: TMP1826 Tool/software:
Dear Technical Support Team,
Is it possible to automatically save the temperature data that has been converted in "continuous conversion mode" to EEPROM each time, and read the stored data at once from EEPROM after…
Part Number: TMP1826 Tool/software: Hi there,
I am implementing the write-protection (page locking) on the user memory eeprom pages.
Can I know what are all the methods to verify that locking is done successfully?
Is there any other methods other…
Part Number: TMP1826 Other Parts Discussed in Thread: TMP139 , Hi,
my customer is looking for a p2p alternative to Microchip AT30TSE004A-MA5M (Integrated Temp Sensor with Serial EEPROM). The CrossRef tool does not know this Microchip device.
=> Do…
Part Number: TMP1826 Other Parts Discussed in Thread: TMP1827EVM , TMP1827 Hello experts,
My customer is reviewing TMP1826 for their pjt. I see that we do not have TMP1826EVM, but TMP1827EVM supports TMP1826 as well.
Customer does not need Authenticated…
Part Number: TMP1826 Other Parts Discussed in Thread: SN74LVC1G07 HI, All
We want to drive TMP1826 with MCU GPIO, but it can not work. we have set up it with recommended circuit from datasheet. it is used with bus powered application. when debugging…
Part Number: TMP1826 Hi,
I am testing the TMP1826 with an ESP8266 host controller, but I am unable to get any response from the TMP1826. Running the same code with an Arduino Nano works and the response pulse is detected, but it will not work with…
Part Number: TMP1826-1-WIRE-CODE Other Parts Discussed in Thread: TMP1826 , TMP1827
// Send Bus Reset
mcu_txOneWireReset();
// Send SKIP ADDRESS command
mcu_txOneWireByte(0xCC);
// Send TEMP CONVERT function
mcu_txOneWireByte(0x44);
// Wait…