Mercurial > code > home > repos > homeauto
diff service/garageArduino/index.html @ 5:4c44c80a6a72
move garage door opener from parport to arduino
Ignore-this: c7d21f40841af0e64b26dd4991e441ae
author | drewp@bigasterisk.com |
---|---|
date | Sun, 14 Aug 2011 21:46:57 -0700 |
parents | be855a111619 |
children | 90ff65ccd46b |
line wrap: on
line diff
--- a/service/garageArduino/index.html Mon Aug 08 00:31:31 2011 -0700 +++ b/service/garageArduino/index.html Sun Aug 14 21:46:57 2011 -0700 @@ -19,6 +19,8 @@ <p>Talking to an arduino uno on host <tt>slash</tt></p> + <p>Pulse pin 3 to trigger garage door opener <form method="post" action="garageDoorOpen"><input type="submit" value="Garage door opener"/></form></p> + <p><a href="http://octopart.com/555-28027-parallax-708653">PIR sensor</a> (in <a href="http://octopart.com/1551ggy-hammond-15686">a box</a>) measuring front door motion: <span class="val" id="frontDoorMotion"/></p> <p><a href="http://www.jameco.com/webapp/wcs/stores/servlet/ProductDisplay?langId=-1&productId=2006414&catalogId=10001&freeText=2006414&app.products.maxperpage=15&storeId=10001&search_type=jamecoall&ddkey=http:StoreCatalogDrillDownView">phototransistor</a> watching IR pulses on the power meter: last pulse was <span class="val" id="lastPulseAgo"/>; current power usage is <span class="val"><span id="currentWatts"/> watts</span> (assuming <span class="val" id="kwhPerBlink"/> kwh/blink)</p> @@ -73,4 +75,4 @@ // ]]> </script> </body> -</html> \ No newline at end of file +</html>