Skip to content

bpoller/thermoRegulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

thermoRegulator

A temperature forecasting system using an [Arduino Ethernet board] (http://store.arduino.cc/eu/index.php?main_page=product_info&cPath=11_12&products_id=315) and a simple thermistor.

Analogous thermistor readings are compensated according to the [Steinhart-Hart] (http://en.wikipedia.org/wiki/Steinhart%E2%80%93Hart_equation) equation.

Temperature readings are exposed through a REST API with JSONP callbacks to solve cross site scripting problems.

A static web page accesses the REST API and visualises the time series using the Highcharts JavaScript API.

Temperature trends are calculated using [Least Squares] (http://en.wikipedia.org/wiki/Least_squares) approximations.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%