Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.7 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.7 KB

self-water-planter

This project is a self-watering planting system using a Seeed Wio Terminal. You can find some photos at the blog post I wrote up about the project.

Here's the sensor & compute BOM:

Other physical items:

  • I pulled the pump from an old kit; if you search for "water pump" on Seeed or DFRobot you'll find many options
  • To distribute water I used an old piece of broken drip distribution tubing; just drilled some holes in it where I wanted water to come out faster
  • To mount the Wio Terminal and and the water level sensor in place I 3D printed some brackets; the .stl files are part of this github repo

There are actually two Arduino sketches included

  • simple_self_watering_plant_system.ino uses the full sensor/compute package but is stripped of any display code. Read this to see how the feedback loop between sensors and watering works. Pukes lots of debug info to serial
  • wio_terminal_self_watering_plant_system.ino includes all the code for displaying info on the Wio Terminal, allows you to toggle LCD with top buttons and allows you to use joystick to adjust moisture level. Same underlying feedback loop for watering

If you find this useful, let me know.