Skip to content

AndyGaskell/water_pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A small Pi based plant watering system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published