Seems all we really want to do is control the world...
CLICK HERE to try out the new IoT server.
Server Notes
A $9.99 Udemy course finally connected the last dots that enabled me to build my own IoT server!
On the first
On Udemy, I found a – still under construction – “Build a Scalable Big Data IOT Web Application From Scratch” course by Jeff Katchinska.
That had the piece I was missing, the PHP code to interface with the mySQL database.
The completed Arduino project, built on an ESP8266
The circuit and code were later modified to pass the temperature from a DHT11 sensor module, instead of the voltage reading, and the database now saves the fahrenheit temperature and the date and time of update. The data from the latest temperature update is shown when you visit the server site. The next step will be to add a switch on the site to request a new temperature reading and report that.