Difference between revisions of "Water control project"

From Wiki2
Line 1: Line 1:
back to [[electronics]]
back to [[electronics]]
===water control project===
===[[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.
Pick up my phone, go to a web site, have there be a series of buttons on, off, 10, 20, 30, 60.



Revision as of 22:17, 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

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