/IotProject2022

Collecting, analyzing and forecasting sensory data from esp32 sensory devices.

Primary LanguagePython

IotProject2022

To run the Arduino sketch esp32 in the relative directory you need to install the following libraries:

  • HTTPClient
  • PubSubClient
  • Coap-simple
  • TinyGPS++
  • LiquidCrystal_I2C
  • DHT
  • ArduinoJson
  • MeanFilterLib

First you need to install all the required libraries with the following command:

pip install -r requirements.txt

To run the proxy server you need to execute the following command:

cd Project
python app.py -ip <IP ADDRESS> -measurements <InfluxDB measurement>

To run the Meteostat code you need to run the following command:

cd Project
python Meteo.py