Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/crycode-de/auto-watering-system
- Owner: crycode-de
- License: gpl-2.0
- Created: 2023-02-01T12:18:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T14:09:30.000Z (9 months ago)
- Last Synced: 2024-11-19T23:41:34.515Z (3 months ago)
- Topics: arduino, platformio, watering-system
- Language: JavaScript
- Homepage:
- Size: 2.23 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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/)