Skip to content

A simple self-watering plant system using a Seeed Wio Terminal

License

Notifications You must be signed in to change notification settings

lindsayrgwatt/self-water-planter

Repository files navigation

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.

About

A simple self-watering plant system using a Seeed Wio Terminal

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages