Digital thermometer demo: Difference between revisions

From Uzebox Wiki
Jump to navigation Jump to search
m (→‎ROM: Provided Online Player link.)
m (→‎ROM: Updated the Play In Browser link, confirmed link works.)
 
Line 32: Line 32:


==ROM==
==ROM==
[http://www.nicksen782.net/a_demos/Emscripten_Uzebox_Gamechanger/CURRENT/?gameid=209 Play In Browser]
[https://nicksen782.net/UAM/APP_emu/?gameid=209 Play In Browser]


[http://uzebox.org/forums/download/file.php?id=944 Uzetherm.zip (Hex+UZE+voices) V1.1]
[http://uzebox.org/forums/download/file.php?id=944 Uzetherm.zip (Hex+UZE+voices) V1.1]

Latest revision as of 23:33, 12 January 2019

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

Play In Browser

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

Schematic for sensor connection

Sources

Source code with Doxygen documentation V1.1