Skip to content

This code is derived from Dave's example and shows a live sensor reading from Analogue 0 on the webpage upon page refresh.

Notifications You must be signed in to change notification settings

Nanode/Webserver-Live-Thermistor-Reading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

This code is derived from: http://www.arduino.cc/playground/ComponentLib/Thermistor and https://github.com/dingram/Nanode/blob/master/Ethershield_webserver/Ethershield_webserver.pde
It shows a live sensor reading from Analogue 0 on the webpage upon page refresh. The trick to getting this to work was to not use dtostrf() instead of sprintf() for the float to string conversion.

About

This code is derived from Dave's example and shows a live sensor reading from Analogue 0 on the webpage upon page refresh.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages