Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
You are viewing an older revision! See the latest version
Homepage
Sprinkler Timer¶
I needed a device to time my sprinklers, because I had been forgetting to turn them off. So I made a very simple program to turn them off after 45 minutes.
Hardware¶
- Tested on the LPC1768
- Either board should work
- You will also need some way of controlling the flow of water (like a solenoid valve and a relay). My test equipment:
- 12V Rainbird valve
- relay (SainSmart 2 channel relay)
- 12V power supply (must be able to run the solenoid)
Future¶
Future versions will have an array of outputs, so you can run sections with one button push.