A LPWAN Weather Station using LoRaWAN technology. The monitored environment variables are: temperature, humidity, atmospheric pressure, UV intensity, wind speed and wind direction.
Check out the full project building on: Instructables.
Installation steps are easy to be followed you can build your own steps if you want, but I'll show what were my steps.
- Install Visual Studio Code.
- Install PlatformIO extension on VSCode.
- Create a PlatformIO project on VSCode selecting the ESP32 DEVKIT V1 board.
- Clone this repository ;)