This app is part of the project submission to the McHacks 10 Hackathon 2023. See : https://devpost.com/software/ecoleafy
Ecoleafy is an IoT ecosystem that connects various devices and allows for monitoring and control through a centralized interface. This repository is for the firmware of the IoT nodes, written in C++. Features
- Communication with the central interface
- Data collection from various sensors
- Control of actuators
- Clone the repository using
git clone https://github.com/toutpourlasunnah/ecoleafy-node.git - Open the projectwith the Arduino IDE
- Compile and upload the firmware to the device
- Make sure you have the backend server up and running
- Visualize data on the front end application