Hothouse is a project to build a system for monitoring and controlling a greenhouse. It is a work in progress.
In a first stage, with Hothouse, you can:
- Monitor the temperature and humidity inside your greenhouse
- Monitor the light level inside your greenhouse.
- Monitor the humidity of the soil in your greenhouse.
- Send data to a server, and view it in a web interface.
Future stages will include:
- Control the temperature inside your greenhouse.
- Control the humidity inside your greenhouse.
- Control the light level inside your greenhouse.
- Control the humidity of the soil in your greenhouse.
This firmware uses the Firmware v3 available in the epernia repository and the sAPI library.
- EDU-CIAA-NXP
- DHT11
- ESP32
- Capacitive Soil Moisture Sensor
- LDR
- 3 RGB LEDs
- Dowload the Embedded IDE
To get started with the app, you have to follow these steps:
- Clone the repo from github with the command
git clone https://github.com/JandroMejia97/invernaculo-ciaa.git
- Go the Embedded IDE.
- Go to the
Open Project
option. - Go to the path where you cloned the repo.
- Select the
invernaculo-ciaa
folder. - Select the Makefile inside the folder
- Click on the
Open
button.