/waterbot

a robot for watering plants

Primary LanguageC++The UnlicenseUnlicense

waterbot

a robot for watering plants

I don't know much about gardening, and I am not attentive enough to stick to a watering regime, so this is a project to do it for me.

The idea is that you place the plants you want to water in a line along a track. A small robot then travels along that track, watering each plant.

IMAGE ALT TEXT

There is a much larger idea behind all of this, but I'll get to that over time. The short-term goal is that plants should each receive a prescribed amount of water every day.

How to build

these instructions are not yet complete. I'm filling them in as I rebuild things.

  1. build a track, using documentation in the "track" directory.
  2. build a bot, using documentation in the "bot" directory.
  3. connect a pi to the track port, and install the server (to be written)