Skip to content

This repository contains on how to read soil moisture content using raspberry pi model b

Notifications You must be signed in to change notification settings

FarmMind/SoilMoistureDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Required Utilities

sudo apt-get install git sudo apt-get install python-pip

SPI Python Wrapper

cd ~ git clone git://github.com/doceme/py-spidev cd py-spidev/ sudo python setup.py install

Adafruit Python Library

ControlMyPi Library

sudo pip install controlmypi

Project Code

git clone https://github.com/FarmMind/SoilMoistureDetection

running the code

sudo python moistureDetection.py

About

This repository contains on how to read soil moisture content using raspberry pi model b

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages