Skip to content

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

Notifications You must be signed in to change notification settings

Frankgamer97/IotProject2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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