We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]
Rating:
Author: Rajendra Bhatt
Last Updated: 2017-07-21
Package Version: 1.0.0.0
Category: Measurement
Downloaded: 1582 times
Followed by: 1 user
License: MIT license
This project describes how to interface Microchip's TC74 sensor with a PIC microcontroller to measure ambient temperature. The code is written in mikroC Pro for PIC and is illustrated with StartUSB for PIC board.
Do you want to subscribe in order to receive notifications regarding "Temperature measurement using TC74 (Microchip) thermal sensor and StartUSB for PIC" changes.
Do you want to unsubscribe in order to stop receiving notifications regarding "Temperature measurement using TC74 (Microchip) thermal sensor and StartUSB for PIC" changes.
Do you want to report abuse regarding "Temperature measurement using TC74 (Microchip) thermal sensor and StartUSB for PIC".
DOWNLOAD LINK | RELATED COMPILER | CONTAINS |
---|---|---|
1318290132_temperature_meas_mikroc_pic.zip [142.35KB] | mikroC PRO for PIC |
|
The TC74 chip is a serially accessible, digital temperature sensor from Microchip Technology that measures the surrounding temperature with a resolution of 1°C. The temperature is available as an 8-bit digital word stored in its internal temperature register, which is accessible through a 2-wire I2C compatible serial bus. This project describes how to use the TC74 sensor with a PIC microcontroller to measure the surrounding temperature.
For demonstration of the technique, the PIC18F2550 microcontroller on the StartUSB for PIC board is used here.
View full imageTC74 is an I2C compatible sensor and therefore is connected to the MSSP port pins of PIC18F2550.
View full image