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)
- Arduino
- 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 here to see the diagram of the structure
Arduino
Processing [Processing library for MySQL]
PHP
MySQL