Skip to content

cc26-project-plants/cc26-senior-project-arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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