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

Resolved issue 43 #47

Closed harikrishnan-kp closed 4 months ago

harikrishnan-kp commented 4 months ago

Added provision to load parameters 'GPIO Pin number,Davis logging duration,InfluxDB API call duration' from config file maximum value of Davis logging duration is limited to 60 sec InfluxDB API call duration must be a multiple of 3 Updated setup guide *removed installation of lgpio library

cksajil commented 4 months ago

Solved issue #43 by @Thelastblackpearl