TOP Contributors

  1. MIKROE (2752 codes)
  2. Alcides Ramos (372 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (118 codes)
  5. Bugz Bensce (90 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (139073 times)
  2. FAT32 Library (71595 times)
  3. Network Ethernet Library (56989 times)
  4. USB Device Library (47330 times)
  5. Network WiFi Library (43006 times)
  6. FT800 Library (42297 times)
  7. GSM click (29777 times)
  8. mikroSDK (27894 times)
  9. PID Library (26859 times)
  10. microSD click (26130 times)
Libstock prefers package manager

Package Manager

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]

< Back
Project

Temperature measurement using TC74 (Microchip) thermal sensor and StartUSB for PIC

Rating:

0

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.

No Abuse Reported

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".

  • Information
  • Comments (1)
DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroC PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Project Blog

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.



Interfacing TC74 temperature sensor with a PIC microcontroller

Interfacing TC74 temperature sensor with a PIC microcontroller

For demonstration of the technique, the PIC18F2550 microcontroller on the StartUSB for PIC board is used here.

View full image
Circuit diagram

Circuit diagram

TC74 is an I2C compatible sensor and therefore is connected to the MSSP port pins of PIC18F2550.

View full image

ALSO FROM THIS AUTHOR

MikroC Pro for PIC driver routine for 74HC595 based serial LCD interface

5

Contains library routines for 3-wire LCD interface based on 74HC595 shift register. More details are provided in the attached ReadMe document or posted at http://embedded-lab.com/blog/?p=30

[Learn More]

Temperature and Humidity measurement with DHT11 sensor

0

DHT11 is the most inexpensive sensor for hobbyists purpose to measure relative humidity and temperature in parallel. This project demonstrate how to implement DHT11 1-wire proprietary protocol in the firmware of PIC microcontroller using mikroC Pro for PIC compiler.

[Learn More]

DIY heart beat rate meter using clicker2 for PIC18FJ and Easy Pulse mikro

0

This project is about building a stand-alone pulse meter using Easy Pulse mikro and mikroElektronika‘s clicker 2 for PIC18FJ board. An OLED W click board is also used to display the pulse rate in beats per minute (BPM).

[Learn More]