Skip to content

Smog Detection App for disaster mitigation. By placing various sensors (nodemcu paired with a gas sensor) across an area and mapping them with their actual coordinates, maps api can be used to monitor smog concentrations in areas where these sensors are placed. These concentrations are shown as heatmaps in google maps displayed on a web page.

Notifications You must be signed in to change notification settings

chethan749/Smog_Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Smog Detection App for disaster mitigation:

Android app -Created using MIT app inventor -The aia and the apk for the app have been included in the 'Android App' folder -Takes values from Firebase realtime database and changes colors of geocoded markers(using Open Maps API) in the app

Node_MCU(Hardware Unit) -Uses gas sensor and ESP8266 which is connected to Wifi -Continuously sends smog data to a Firebase database -Present in the Node_MCU folder. Can be run by uploading the codes to 3 ESP8266 module using the Arduino IDE. Connections to be made according to pin numbers in the code.

Web Page -A NodeJS server that uses Google maps API and firebase API to show our current location and a heatmap of the sensors placed in various places based on the smog levels detected. -Present in the Web Page folder -Run server.js using Node/Nodemon for localhost or can be run on a cloud.

The user can directly install the app or visit the webpage to obtain smog level information collected by the sensors. The smog level information displayed is real time and is synchronized with the firebase realtime Database.

About

Smog Detection App for disaster mitigation. By placing various sensors (nodemcu paired with a gas sensor) across an area and mapping them with their actual coordinates, maps api can be used to monitor smog concentrations in areas where these sensors are placed. These concentrations are shown as heatmaps in google maps displayed on a web page.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published