How to make a temperatures web server using Arduino with no Ethernet Shield.
With this project you can read on a web page a list of dates and temperatures measured every 30 seconds.
You can change the measurement range by adjusting the amount of milliseconds in the Arduino code (see the delay() function on the Arduino official page)
Hardware-Software structure based on
Arduino
ArduinoUno
Thermistor
structure diagram
Sketch
Processing
Sketch for Processing 1.5
PHP
Script - connecting to database
Script - storing data coming from Processing in MySQL database
Script - showing data stored in MySQL
MySQL
database server
Apache
web server
See the related page on the menu, Project 4.
Click hereto see the diagram of the structure
It's possible tu use the same Processing code of the Project 1 to control a piezo buzzer. We have to connect the devices like the image below and use the keyboard to obtain four different sounds on key pressed.