Difference between revisions of "Water control project"

From Wiki2
Line 5: Line 5:
The buttons could be from a client side jquery-mobile page. Timing would seem suited to the server. Server would send an on message  and start a timer. After the time elapsed it would send an off message. Client would poll server to see what the status is and the time remaining.
The buttons could be from a client side jquery-mobile page. Timing would seem suited to the server. Server would send an on message  and start a timer. After the time elapsed it would send an off message. Client would poll server to see what the status is and the time remaining.
====version 1====
====version 1====
http://sitebuilt.net/images/IMG_1073.JPG
====version 2====
Click the button pump goes on in pond.
Click the button pump goes on in pond.



Revision as of 22:45, 7 January 2013

back to electronics

water control project

Pick up my phone, go to a web site, have there be a series of buttons on, off, 10, 20, 30, 60.

The buttons could be from a client side jquery-mobile page. Timing would seem suited to the server. Server would send an on message and start a timer. After the time elapsed it would send an off message. Client would poll server to see what the status is and the time remaining.

version 1

IMG_1073.JPG

version 2

Click the button pump goes on in pond.

  • send '1' to arduino, to tun on relay
  • send '0' to arduino to turn off device

Arduino-Ethernet-Shield-Tutorial