Skip to content

Project to setup a measuring system for several environmental parameters (temperature, humidity, etc.), that can be used for an automated irrigation system.

License

Notifications You must be signed in to change notification settings

l-hahn/green-environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

green-environment

The intention of this project is to setup an application which can be used within greenhouses, that monitors environmental factors and partially is able to controle these.

The core of the project is to have a set of plants, where soil moisture sensors are integrated, next to sensors for air pressure, humidity, light intensity and temperature (gas meter are an interesseting aspect for the future aswell!).

With this application we then can for instance controll a pump to control irrigation.

The first step is to implement a short commandline application in python, followed by a C++ application, which is/are then extended with a GUI and a live plotting of current values (temp etc.).

The hardware base will be a raspberry pi for sensor access. The following sensors will be used:

  • Gies-O-Mat soil moisture sensor from ramser-elektro.at is used
  • TSL2591 Lux Sensor (or alternative) will be used for light parameter
  • BME280 Pressure, Temperature, Humidity Sensor for air related parameters
  • DS18B20 Waterproof temperature sensor for plant soil temperature

About

Project to setup a measuring system for several environmental parameters (temperature, humidity, etc.), that can be used for an automated irrigation system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages