Good Day, I am planning to build a water monitoring system using Arduino, all information that i have is i could use Arduino Ethernet to communicate to web server.
And i have some question about the Arduino Ethernet, is it standalone ? Do I need to connect it to a computer before it can send data to the web ?
My goal is build up a water monitoring that can send data ( water level ) to the server with a wireless connection. is it possible ?
The final output should be that i could see the data on my browser through the use of an internet, so as expected the site where the device that will check the level of water is pretty far. to make it simple, i should be able to see the data via web browser and if water reach a certain level it will send data to the server and alert me via email.
You need to explain more about your sensors but yes you can serve up a web page with your variables in it. There is example code that shows you how to do this.
water monitoring that can send its data to the server via the use of internet.
it should be able to send data even without a computer besides it, and i should be able to view those data via web browser with the use of an internet.
Get a Wi-Fi shield and play with the example code.
Define what sort of sensors you need, that is what are you going to measure? Water quality is not a fundamental thing, things like devolved oxygen are. You have to decide what you mean by water quality.