Digital thermometer demo: Difference between revisions

From Uzebox Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 38: Line 38:
==Sources==
==Sources==


[http://hwhardsoft.square7.ch/downloads/uzethermsourcecodev1.1.zip Source code with Doxygen documentation V1.1]
[http://www.hwhardsoft.de/english/projects/uzetherm/ Source code with Doxygen documentation V1.1]





Revision as of 10:56, 16 November 2013

Digital thermometer demo
Uzetherm1.png
user interface in demo mode
DeveloperHartmut Wendt (Harty123)
Code licenseGNU General Public License version 3
or (at your option) any later version.
Media licenseCreative Commons Attribution Share-Alike version 3.0
EngineKernel 3.1
Video Mode3
Latest releaseDemo
Release dateDecember 07,2012
LanguageEnglish, German


Uzetherm is a example how to use the Uzebox platform for own home automation and measurement applications. This thermometer works with a I2C temperature sensor LM75 connected to PD5 (SDA) and PD3 (SCL) of the ATMEGA644.


Youtube video


Features

  • digital temperature display in dotmatrix style
  • analogue thermometer
  • supports Celsius and Fahrenheit units
  • automaticaly demo mode (if no sensor connected)
  • voice files stored on SD card
  • voice output in German and English
  • mute button
  • language selection button


ROM

Uzetherm.zip (Hex+UZE+voices) V1.1

Schematic for sensor connection

Sources

Source code with Doxygen documentation V1.1