CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

TMP275 temperature sensor

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
jim



Joined: 17 Dec 2007
Posts: 2
Location: AL

View user's profile Send private message

TMP275 temperature sensor
PostPosted: Tue Dec 18, 2007 12:28 am     Reply with quote

I am using the TI TMP275 temperature sensor with a 16F876.
Has anyone use the '275? I can't seem to get the I2c interface to work.
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Tue Dec 18, 2007 1:55 am     Reply with quote

It's somewhat similar to the TCN75. The TMP275's configuration register
is formatted differently than the TCN75, and there are some other
differences, but at least in the basic power-on reset mode, it's mostly
compatible. Therefore, you can use this TCN75 driver to get you started:
http://www.ccsinfo.com/forum/viewtopic.php?t=19061&start=2

Comment out the line in main() that calls the TCN75_init() routine.
You don't need it for the initial testing. Remember to put pull-up
resistors on the SDA and SCL lines, and to connect the address
pins A0, A1, and A2 to ground on the TMP275.
jim



Joined: 17 Dec 2007
Posts: 2
Location: AL

View user's profile Send private message

PostPosted: Wed Dec 26, 2007 12:16 am     Reply with quote

Thanks. That did it, after I corrected an open solder joint.
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group