Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/crycode-de/auto-watering-system

An automatic watering system using an Arduino, capacitive soil moisture sensors and magnetic valves. https://crycode.de/diy-automatisches-bewaesserungssystem
https://github.com/crycode-de/auto-watering-system

arduino platformio watering-system

Last synced: 14 days ago
JSON representation

An automatic watering system using an Arduino, capacitive soil moisture sensors and magnetic valves. https://crycode.de/diy-automatisches-bewaesserungssystem

Awesome Lists containing this project

README

        

# Automatic Watering System

The *Automatic Watering System* uses capacitive sensors to measure the soil moisture.
If the soil is too dry it opens magnetic valves for watering the plants.

It also measures the air temperature and humidity and sends them via 433 MHz radio messages.

Using the 433 MHz radio messages you are able to control and configure the watering system. For this the [RadioHead](http://www.airspayce.com/mikem/arduino/RadioHead/) library is used.

A full description of the *Automatic Watering System* is available at (in German only).

## Software

The software is based on [PlatformIO](https://platformio.org/).
PlatformIO takes care of all dependencies automatically and you don't need to install anything else by hand.

Alternatively you may use ArduinoIDE for flashing the microcontroller.
Then you have to install the following libraries by hand:

* [RadioHead v1.113](https://platformio.org/lib/show/124/RadioHead/installation)
* [DallasTemperature v3.9.1](https://platformio.org/lib/show/54/DallasTemperature/installation)
* [DHTStable v1.0.1](https://platformio.org/lib/show/1337/DHTStable/installation)
* [PinChangeInterrupt v1.2.9](https://platformio.org/lib/show/725/PinChangeInterrupt/installation)

### Configuration using 433 MHz radio messages

To configure the *Automatic Watering System* you may use the control app included in this software package.

The control app is available in the `control` directory.

All needed information are there in the [readme](control/README.md).

## License

Licensed under GPL Version 2

Copyright (c) 2018-2024 Peter Müller (https://crycode.de/)