Hi,
For my final year project, i would need to display the history logs on the webpage. May i know how can i send the sensor data to the webpage without having a database?
Parts i have:
Arduino Mega 2560, Arduino Ethernet Shield, RTC, Pressure sensor, buzzer
Objective:
Schedule to dispense candies via webpage and display the dispensing logs to the webpage.
eg. schedule to dispense candies at 4pm. when time is up and the candies are not removed from the pressure sensor, sound the buzzer and display on webage that candies are not dispensed. else reload the candies and display on webpage that candies are dispensed.
Thanks