Skip to content

Automatically water plants based upon moisture sensor feedback.

License

Notifications You must be signed in to change notification settings

GrayHatGuy/picopasco-water

Repository files navigation

picopasco-water

automatically water plants based upon moisture sensor feedback

image

requirements

see wiring and firmware details below.

parts:

minimum (by firmware design)

$12.95 - $20.46 Total cost of materials

how to:

  • wiring

image

  • firmware inputs

    • [soilUL] [soilLL] - upper and lower moisture sensor limits
    • [ctlmode] - fully AUTO closed loop = -1; TIMER open loop = 1 [default]; OFF = 0
    • [doseSP] - target dispense dosage per pump trigger
    • [waterIntSP] - open loop trigger period for dispense check
  • tuning

    • Set [ctlmode] = 0 this will turn off hydration
    • Monitor the current min and max measurents obtained by the sensors
    • Update [soilUL] [soilLL] limits outside of the measurement variation

details/demos:

controls

image

demos