You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository was created to develop and ESP32 based embedded logger and cloud uploader for wind turbine power generation, and wind velocity data for LIENE.
Install Heltec ESP32 Library in the Arduino Library Manager
Open Arduino IDE, then Select Sketch->Include Library->Manage Libraries...
Search Heltec ESP32 and install it.
Install Adafruit MQTT Library in the Arduino Library Manager
Open Arduino IDE, then Select Sketch->Include Library->Manage Libraries...
Search Adafruit 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.