Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akshay-vs/soil-moist
An Arduino based soil moisture monitor
https://github.com/akshay-vs/soil-moist
adafruit arduino learn
Last synced: about 1 month ago
JSON representation
An Arduino based soil moisture monitor
- Host: GitHub
- URL: https://github.com/akshay-vs/soil-moist
- Owner: Akshay-Vs
- License: mit
- Created: 2022-05-20T05:33:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-11T03:04:59.000Z (over 2 years ago)
- Last Synced: 2023-03-04T18:10:36.950Z (almost 2 years ago)
- Topics: adafruit, arduino, learn
- Language: C++
- Size: 102 KB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Soil-Moist
An Arduino based soil moisture monitorMeterials Required
------------------
Arduino UNO
16x2 LCD
Moisture Sensor
Relay connected to a water pumpPin outs
--------
LCD pinouts:
- rs LCD to 12 UNO,
- en LCD to 11 UNO,
- d4 LCD to 5 UNO,
- d5 LCD to 4 UNO,
- d6 LCD to 3 UNO,
- d7 LCD to 2 UNO,
- A LCD to 13 UNO- Sensor output(A0) to A0 UNO
- Relay to 10 UNO
Features
--------- Read and Display soil humidity
- Turn on the water pump when the soil humidity is low
- Save Minimun Humidity, Maximum Humidity, and Total Motor spins in to EEPROMCircuit Diagram
---------------
*Note: This is a simplified diagram and does not include basic pinout for display