Making a sprinkler controller with a mbed

I've been working a while on interfacing the mbed into my sprinkler controller. I have an Orbit http://www.facebook.com/album.php?aid=281358&id=842551251&l=5439ef13fa controller, and when I took it apart, it used 3.3V logic right before the final drivers to the triacs! The pictures are a hack of the sprinkler box, where I broke out the 4 zone wires. I just need to clip these wires, and put the mbed right between them.

The software project is at http://mbed.org/users/dminear/programs/Sprinkler_Controller/lnr9xq and I hope I documented it enough. Basically, the inputs are P17 - P20, and the outputs are P24 - P21.

The idea is that you can send HTTP POST commands to turn on a zone, and HTTP GET to read the current values.


Please log in to post comments.