• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » Other Analog & Touch » Temperature Sensors » All Tags » I2C
Share
Temperature Sensors
  • Forum
  • Files
  • E2E Wiki

Browse by Tags

Temperature Sensors

Welcome to the Temperature Sensors Section of the TI E2E Support Community. Ask questions, share knowledge, explore ideas, and help solve problems with fellow engineers. To post a question, click on the forum tab then "New Post".

Tags
You have subscribed to this tag. To view or manage your tag subscriptions, click here.   Close
You have unsubscribed from this tag. To view or manage your tag subscriptions, click here.   Close
You are currently viewing:
I2C
  • ALERT
  • Fan Control
  • I2C bus
  • LM75C
  • Local temperature
  • Monitor Temperature
  • noise
  • sensor
  • Temp Sensor
  • temperature
  • temperature sensor
  • Temperature Sensor Device
  • Temperature sensors
  • thermistor
  • TMP
  • TMP006
  • TMP006EVM
  • TMP100
  • tmp101
  • TMP102
  • TMP112
  • TMP175
  • TMP275
  • TMP512
  • TMP513
Related Posts
  • Forum Post: Re: Introductions

    Matt Hann Matt Hann
    Hi Noam, Welcome to our Temperature Sensor Community. To answer your question--no, the TMP102 is not 100% I2C compliant as it has a "timeout" function that will cause the TMP102 to release the bus if SDA or SCL is held low for ~30mS between a START and STOP condition. Essentially what this...
    on Jan 13, 2009
  • Forum Post: Implement 120 Temperature sensors on a single I2C Bus.

    Aseem Gupta Aseem Gupta
    Hi! I need to implement 120 Temperature sensors on a single I2C Bus. Using MSP430F5438 Microcontroler. How would I do the addressing and if TMP102 ok on such an Implementation. Thanks Aseem K Gupta
    on Oct 19, 2009
  • Forum Post: Re: Introductions

    RudyeM RudyeM
    Hi Aseem, The TMP102 will only support 4 unique addresses on a single I2C bus. The MSP430F5438 has 4 USCI's. So those will cover 16 temperature sensors. For the remainder, you would have to setup digital pins and write your own I2C protocal to communicate with the TMP102's. You might want...
    on Oct 19, 2009
  • Forum Post: TMP102, ALERT pin pullup

    Lubos Lubos
    Hello, I've got TMP102 breakout PCB where ALARM pin is left unconnected (no pullup). I'm not going to use ALERT pin anyway, but does it any impact on communication via TWI bus? I've tried to communicate with the TMP102, but without any response. So, I'm trying to find where can be...
    on Apr 7, 2010
  • Forum Post: Re: TMP275 addressing

    Collin Wells Collin Wells
    Hello Martin, The behavior you have described does not match what I would expect for the TMP275. Could you please send a couple of scope captures showing a working communication sequence, for example when the part is configured for address 0x49 (A2 = 0, A1 = 0, A0 = 1)? Then please also show the sequences...
    on Nov 10, 2010
  • Forum Post: Re: Any advise in using a digital temp. sensor in a "noisy" environment for 3 meter long stretches?

    Ian Williams Ian Williams
    Hello Steve, The effects of noise and stray capacitance can be reduced by using shielded cables with the shields connected to GND, but as a rule we don't recommend running I2C signals over lengths greater than 1m. I agree with Jayant's suggestion to read the I2C data with a micro and convert...
    on Jun 24, 2011
  • Forum Post: Re: TMP100 problems and questions

    Ian Williams Ian Williams
    Hello Vinicius, The resolution bits R1 and R0 of the Configuration Register should not change after reading the temperature register. The only time the Configuration Register changes automatically is after a power-up/reset. Can you please share the block of code you use when reading from the temperature...
    on Aug 9, 2011
  • Forum Post: help for IC /..!!!

    brijesh patel brijesh patel
    i require the temperature ic with DIP package as it can be useful in breadboard interface...!! so pls ..any 1 can help me to find it in TI..!!!
    on Aug 31, 2011
  • Forum Post: LM75A vs LM75B and LM75C device identification

    Emmy Denton Emmy Denton
    Question: LM75-A has a product ID that can be read but the LM75B and LM75C do not. If we read this product ID on LM75-C w/ I2C reading process, because LM75-C does not have this register, how will the LM75-C respond? Will I2C be locked by LM75-C? Answer: For the LM75C there are keeper cells on the...
    on Dec 8, 2011
  • Forum Post: Re: tmp006 suitability

    Ian Williams Ian Williams
    Hello Jim, The TMP006 itself should function without issue in a noisy environment as long as our recommended layout is used. The real concern is that the power supply's switching noise can couple into the digital communications lines and cause difficulties when reading from/writing to the device...
    on Dec 12, 2011
  • Forum Post: Re: tmp423 sample code

    Ian Williams Ian Williams
    Tim, We currently have no sample code available for the TMP423. I apologize for the inconvenience. Bruce, The TMP103EVM has test points for the SDA and SCL lines which would allow you to easily probe the I 2 C signals. You can order one at: https://estore.ti.com/TMP103EVM-TMP103-Evaluation-Module...
    on Jan 3, 2012
  • Forum Post: Re: Test Setup for TMP112 using TI Serial Bus Evaluation Module

    Ian Williams Ian Williams
    Hello Wyman, Thanks for your interest in the TMP112. It is important that you wire your circuit properly on the Interface Test Board in order to communicate successfully over I 2 C. Before attempting communications, make sure that you have done the following: Connect TMP112 pin 1 (SCL) to Interface...
    on Jan 19, 2012
  • Forum Post: Re: TMP006 voltages

    Ian Patterson Ian Patterson
    Thank you Ian, You did indeed answer my question - my apologies to the Forum for my tardiness in verifying the answer and my thanks to you for doing it for me. This "reply" is more of a footnote to my question and your answer. Texas Instruments makes a neat I2C bidirectional level translator...
    on Jan 29, 2012
  • Forum Post: Re: tmp101

    Ian Williams Ian Williams
    Hello Nick, Yes, each read/write to one of the TMP101 registers is considered one communication transaction, so to write to the Configuration register, T LOW register, and T HIGH register you would need to do three consecutive register writes. Each write would follow the same format as shown below...
    on Jan 31, 2012
  • Forum Post: Re: tmp101

    Ian Williams Ian Williams
    Hello Nick, This is the format for a register read. It’s similar to a register write, but a little more involved since you have to address the TMP101 twice – once with the R/W bit LOW when you’re writing to the pointer register, and once with the R/W bit HIGH when you’re actually...
    on Feb 1, 2012
  • Forum Post: LM96080 fully compatible with LM80?

    Gabriel Perez Gabriel Perez
    Hello, My question is basically centered around the fact that ADC values stored for the LM96080 are 10bit long vs 8bits in the LM80. I'm trying to figure out how the part maintains SW compatibility given the that the width of the returned data (expected) is 10 and not 8. The only thing...
    on Mar 29, 2012
  • Forum Post: LM95234 Common Status Register reads

    Kenneth Ocheltree Kenneth Ocheltree
    We are using the LM95234 and are seeing errors on reads of the Common Status Register over I2C. As a test case, we set up the Command Byte to be 0x02 and repeatedly read the Command Status Register. For successful reads, we get 0x01 returned from the Common Status Register. About once every 100k reads...
    on Apr 20, 2012
  • Forum Post: TMP512 I2C bus compatible

    Carlos C. Carlos C.
    Hello, I want to use the TMP512 with an OMAP5910's I2C bus. In the TI web's folder of the TMP512 appears to be compatible with the Standard I2C, but in the datasheet doesnt appear that funcionality (with the name I2C). My question, Is compatible TMP512 with the standard I2C protocol and...
    on May 15, 2012
  • Forum Post: TMP513 I2C Code Example

    Andres Gomez Andres Gomez
    Hi, Could anyone point me to a C or C++ example for TMP513 I2C ? Thanks!
    on Aug 8, 2012
TI E2E™ Community
  • Support Forums
  • Blogs
  • Videos
  • Groups
  • Site Support & Feedback
  • Settings
TI E2E™ Community Groups
  • TI University Program
  • Make the Switch
  • Microcontroller Projects
  • Motor Drive & Control
Other Communities
  • Deyisupport
  • Designsomething.org
  • beagleboard.org
  • TI on Element 14
  • TI on TechXchangeSM
Other Technical & Support Resources
  • WEBENCH® Design Center
  • Product Information Centers
  • Technical Documents
  • TI Design Network
  • TI Technical Articles
  • TI Training

All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
embedded processors, along with software, tools and the industry’s largest sales/support staff.

© Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy Policy | Terms of Use