cksajil / rainfall_monitor

This project done by ICFOSS is an attempt to estimate precipitation using machine learning techniques with sound loudness as an input data. It contains supporting scripts to log sound loudness using acoustic sensors and its corresponding data analysis and machine learning models.
MIT License
2 stars 3 forks source link

Add provision to load parameters from config file #43

Closed cksajil closed 4 months ago

cksajil commented 5 months ago

Load the following parameters via config file

  1. GPIO Pin number (e.g. 13)
  2. Davis logging duration (e.g. 10 sec)
  3. InfluxDB API call duration
cksajil commented 4 months ago

Solved by @Thelastblackpearl on PR #47