Skip to content

Digital LED thermometer on ATTINY13 / LM35 and 4-digit TM1637 module for Arduino. Uses LM35 analog themperature sensor (0-100C degrees).

Notifications You must be signed in to change notification settings

mklmvm/thermometer-LM35-TM1637

 
 

Repository files navigation

thermometer-LM35-TM1637

Digital LED thermometer on ATTINY13 + LM35 and TM1637 4-digit LED Arduino module. Uses analog temperature sensor LM35 for 0-100C degrees measurement range.

How to connect :

LM35 Vout to ATTINY13 PB4 pin,

TM1637 DIO_PIN to ATTINY13 PB0 pin,

TM1637 CLK_PIN to ATTINY13 PB1 pin.

VCC (5V from USB or LM7805 stabilizer) and GND must be connected to all : LM35, ATTINY13 and TM1637 module

5V from VCC is used as a reference for LM35/TM1637 measurement so must be stable for good results.

About

Digital LED thermometer on ATTINY13 / LM35 and 4-digit TM1637 module for Arduino. Uses LM35 analog themperature sensor (0-100C degrees).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 92.2%
  • Makefile 7.8%