Project - TMP75/TMP175 temperature sensor from Texas Instruments

I just posted TMP75/TMP175 temperature sensor from Texas Instruments on Codeshare. Feel free to discuss and make suggestions here.

3 Likes

Hi Danibjor,
I need to set an alert for high and low temperature in TMP75 sensor for interrupt mode. So,could you provide demo code for it and if possible please provide in C language.

nice try on getting someone else to do your homework :slight_smile:

This forum is about GHI’s microcontroller platform. The code you see is all written in C#, not C. I doubt anyone is interested in writing C for you. You’re probably in need of reading the datasheet. I’ll even give you a hint - in my really quick look at a TI datasheet, Page 19 describes the behaviour and necessary configuration. Good luck with the assignment

2 Likes

I read the datasheet of TMP75 and in according to that datasheet I want to set high and low temperature alert. So, could you provide demo code for that alert to microcontoller with interrupt which is given in datasheet.

if you read the datasheet you have everything you need to implement it.

4 Likes