Skip to content

NchemIcaLS/smart-garden

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart Garden

Getting Started

Run script to log sensor data to sqlite database.

python3 data_logger.py

Run web server and button script.

authbind --deep python3 web_server.py

Use crontab -e to run python processes on start up.

@reboot cd smart-garden && python3 data_logger.py &
@reboot cd smart-garden && authbind --deep python3 web_server.py &

Tools for debugging

i2cdetect -y 1

About

DIY home garden watering system using Raspberry Pi with Grove Sensors.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors