Happa 🌿
Happa is an application designed for those who love plants.
This repository is dedicated to the microcontroller side of this project.
You can find more details here.
- ESP8266
- Photoresistor
- Soil moisture sensor
- Temperature and humidity sensor
- LED
- Water pump
- Power Relay
- set up CloudMQTT account and build a MQTT broker
- set up WiFi environment
- set up the HTTP server to send POST requests to
- create a header file in
ESP8266
folder - include all the credentials in the header file
(Don't forget to include the file in
.gitignore
)