NTC_TempSensor_WebServer_AJAX_temperature_auto
Description: Arduino web server shows the temperature reading from a NTC thermistor on a web page using AJAX. The temperature is updated automatically. Does not use the SD card.
Hardware: Arduino Uno and official Arduino Ethernet shield. Should work with other Arduinos and compatible Ethernet shields.
Software: Developed using Arduino 1.0.5-r2 software Should be compatible with Arduino 1.0 +
References: - WebServer example by David A. Mellis and modified by Tom Igoe - Ethernet library documentation: http://arduino.cc/en/Reference/Ethernet - Learning PHP, MySQL & JavaScript by Robin Nixon, O'Reilly publishers - http://garagelab.com/profiles/blogs/tutorial-using-ntc-thermistors-with-arduino
Date: 13 February 2013 Modify Date: 04 October 2014
Author: W.A. Smith, http://startingelectronics.com ReWrite: Jobayer Arman
Sketch Sourch: http://startingelectronics.com/tutorials/arduino/ethernet-shield-web-server-tutorial/web-server-read-switch-automatically-using-AJAX/