Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 1.21 KB

README.md

File metadata and controls

57 lines (34 loc) · 1.21 KB

WaterPi

A small Pi based plant watering system

https://github.com/AndyGaskell/water_pi

To-do

  • Solder wires onto PiZero
  • Write basic script
  • See if it works
  • Test with water for a while
  • Generate output
  • Serve via the web
  • log temperature

Running it

It's probably best to run it as a cron job, like...

*/5 * * * * bash /home/pi/water_pi/src/water_cycle.sh >>/home/pi/water_pi/cron.log

Editing cron with...

crontab -e

Pinouts

Soil Sensor

soil-sensor-pinout-diagram

MotoZero

motozero-pinout-diagram

Pi

pi_zero_pinout

Links

Git

git clone [email protected]:AndyGaskell/water_pi.git

git fetch origin

git pull

git commit -a -m "blah"

git push

git push origin main