This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
hi,
I am trying to develop an application using TMP temperature sensors.but i am new to communicate with this sensor.please help!.give any information and example code for controller interface with the tmp101.
thank in advance,
Vinothraj,
The easiest way to communicate to the TMP101 will be through our MSP430 Launchpad. You will also need a SOT23 DIP adapter board to plug the TMP101 into a bread board. You can find the DIP adapter board at Sparkfun Electronics.
Launchpad Link: http://www.ti.com/tool/msp-exp430g2
Sparkfun Adapter Link: http://www.sparkfun.com/products/717
After clicking on the Launchpad link scroll down on the page and you will see under related products a TI Software tab as shown below. Here you will find an example code folder that you can download.
In this folder you see a read me file that describes all the different examples contained within this folder. Scroll through this and you will find I2C example code as shown below.