LCD Thermometer TCN75 Using ATTiny2313

Description

This small thermometer board uses the Microchip TCN75 device. It is a cheaper clone of the LM75, it costs about 2,50 Euro. The TCN75 comes in a SO8 packaging. The TCN75 is a serially programmable temperature sensor. It has an output that is programmable as either a simple comparator for thermostat operation or as a temperature event interrupt. Hysteresis is also programmable. Communication with the TCN75 goes via the serial I2C two-wire bus. The serial bus permits reading the current temperature, programming the set point and hysteresis, and configuring the device. Address selection inputs allow up to eight TCN75’s to share the same 2-wire bus. The output’s polarity is user programmable.

LCD Thermometer TCN75

Features of the TCN75 sensor

  • Solid State Temperature Sensing; 0.5C Accuracy (Typ.)
  • Operates from – 55C to +125C
  • Operating Range …………………………… 2.7V – 5.5V
  • Programmable Trip Point and Hysteresis
  • Standard 2-Wire Serial Interface
  • Thermal Event Alarm Output Functions as Interrupt or Comparator / Thermostat Output
  • Up to 8 TCN75’s May Share the Same Bus
  • Shutdown Mode for Low Standby Power Consumption
  • 5V Tolerant I/O at VDD = 3V
  • Low Power….. 250µA (Typ.) Operating 1µA (Typ.) Shutdown Mode

Hardware

The hardware consists of the TCN75 and two resistors that are placed on a small PCB. The board is connected to the PORT B of the ATTiny2313 microcontroller. The registers of the TCN75 are read by the microcontroller and the temperature is shown on a LCD display which is connected to PORT D.

Software

The software is made with the AVR BASCOM compiler, which translates the BASIC software code into a hex file that needs to be programmed in to the microcontroller.
For more details:  LCD Thermometer TCN75 Using ATTiny2313

About The Author

Ibrar Ayyub

Ibrar Ayyub is an experienced technical writer with a Master's degree in computer science from BZU Multan University. He has written for various industries, mainly home automation, and engineering. He has a clear and simple writing style and is skilled in using infographics and diagrams. He is a great researcher and is able to present information in a well-organized and logical manner.

Scroll to Top