Water control project

From Wiki2
Revision as of 22:13, 7 January 2013 by Tim (talk | contribs) (Created page with "===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-mobi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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