- 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.
- Model: Inspeed Vortex
- Documentation page
- Model: HELTEC LoRa 32
- Documentation page
- Pinout diagram
- Schematic
- ESP32 datasheet
- Install Git
- Install Arduino IDE
- Follow this instructions
- 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.