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

https://github.com/thesfinox/yahp

Yet Another Hydroponics Project (YAHP)
https://github.com/thesfinox/yahp

arduino esp32 hydroponics iot nano

Last synced: 2 months ago
JSON representation

Yet Another Hydroponics Project (YAHP)

Awesome Lists containing this project

README

          

:Author: thesfinox
:Email: riccardo.finotello@gmail.com
:Date: 28/04/2024
:Revision: v3.0.0
:License: GNU General Public License v3.0

= Yet Another Hydroponics Project (YAHP)

I am quite often thoughtless when it comes to taking care of plants.
This is why I started to create something using **Arduino**.
_Yet Another Hydroponics Project_ (YAHP) is an attempt at remote controlling the status of a small greenhouse, and at providing automatic irrigation and lighting.

== Step 1: Installation

The development kit used for this project is a **ESP32 Dev Module**, and the documentation refers to that module.
However, any ESP32 board should do the trick.

In order to replicate the project, you will need to follow the circuit (sorry, no schematics for the moment) and install the files.

....
This is an IoT project: you need to provide the secrets for the connection!
....

== Step 2: Assemble the circuit

The circuit can be assembled as in the figure:

image::yahp.png[YAHP]

**N.B.**: in the v2, the hardware button has been removed completely from the sketch (IoT buttons are used).

=== Folder structure

....
yahp => Arduino sketch folder
├── yahp.ino => main Arduino file
├── yahp.png => an image of the required schematics
├── thingProperties.png => IoT definitions
├── yahpProperties.png => project definitions
└── ReadMe.adoc => this file
....

=== License
This project is released under a GNU General Public License v3.0.

=== Bill of Material

|===
|Part name | Quantity
|ESP32 Dev Module | 1
|RTC Module | 1
|Photoresistor | 1
|Button (6 mm) | 1
|DHT22 | 1
|Atomisers | 2
|Soil moisture sensors | 4
|Relay (3.3 V) | 4
|DC-DC converter | 3
|3W 465 nm LED | 4
|3W 630 nm LED | 4
|3W 730 nm LED | 4
|12 V 60 W DC source | 1
|===