Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.22 KB

README.md

File metadata and controls

40 lines (31 loc) · 1.22 KB

CC26 Senior Project - Project Plant

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.

Built With

Software

Hardware components

  • ESP8266
  • Photoresistor
  • Soil moisture sensor
  • Temperature and humidity sensor
  • LED
  • Water pump
  • Power Relay

Getting Started: Microcontroller

  1. set up CloudMQTT account and build a MQTT broker
  2. set up WiFi environment
  3. set up the HTTP server to send POST requests to
  4. create a header file in ESP8266 folder
  5. include all the credentials in the header file (Don't forget to include the file in .gitignore)

Project Structure

Architecture

Architecture

Tech Stack

Tech Stack