- This repository was created to develop LoRa based embedded control solution for the pumps of ASADA-Samara.
- Install Git
- Install Arduino IDE
- Install Heltec ESP32 Library in the Arduino Library Manager
Open Arduino IDE, then Select
Sketch
->Include Library
->Manage Libraries...
SearchHeltec ESP32
and install it. - Install Adafruit MQTT Library in the Arduino Library Manager
Open Arduino IDE, then Select
Sketch
->Include Library
->Manage Libraries...
SearchAdafruit MQTT
and install it.
- If you want to propose a review or need to modify the code for any reason first clone this repository in your PC and create a new branch for your changes. Once your changes are complete and fully tested ask the administrator permission to push this new branch into the source.
- If you just want to do local changes instead you can download a zip version of the repository and do all changes locally in your PC.