Smart irrigation is needed to save water, staff and costs. This wiki is the documentation for the user-interface for Green Ecolution. The user-interface allows users to connect to the backend and interact with it's database. Interactions are possible with:
- trees
- tree clusters
- sensors
- watering plans
- vehicles
- users
While the project is created in collaboration with the local green space management (TBZ Flensburg), this software aims to be applicable to other cities. It was initially developed at the University of Applied Sciences Flensburg as a research project within the Applied Computer Science masters degree program.
This wiki documents a flasher tool that can be used, for example, to equip a Heltec ESP32 microcontroller with the necessary software to send data to the TTN. This consists of two main functions. Firstly, the sensor must be created in the TTN. Then the microcontroller can be flashed with the necessary software. After this process, the microcontroller can send sensor data directly to the TTN without any further settings, which can be viewed and used by the user.
To register the microcontroller in the TTN the HTTP(REST)-API is used: https://www.thethingsindustries.com/docs/api/reference/http/
The Arduino CLI is used to flash the microcontroller: https://arduino.github.io/arduino-cli/1.2/
For more information about this project please refer to: