HAPPYBONO-DMS-GPS-II : PM2.5 and PM10.0 sensors with Air Quality Index (AQI)
- Channel ID: 976688
- Author: happybono
- Access: Public
Portable fine-dust monitoring device. Air-pollution monitoring channel updates once per minute with PM2.5 and PM10.0 readings from the Nova PM (SDS011) Sensor. Also, provide real-time location tracking capabilities with the GY-NEO6MV2 GPS Module.
arduino, nodemcu, nodemcu-arduino, finedust, gps, gps-location, gps-tracker, gps-tracking, c++, esp8266, dust
arduino, nodemcu, nodemcu-arduino, finedust, gps, gps-location, gps-tracker, gps-tracking, c++, esp8266, dust
I used DS18B20 temperature sensor, SDS011 dust sensor and a GY-NEO6MV2 GPS sensor connected to a NodeMCU ESP8266 (ESP-12) and wrote Arduino code for this project. Uploads measured data to the ThingSpeak server once per every minute.
Thank you and have a great day! (●'◡'●)
I mean real time visualization in the map
Yes, its possible to get real time location in thingspeak using GPS/GSM/GPRS module and arduino, please check out the link below :
1. https://thingspeak.com/apps/matlab_visualizations/331339
2. https://www.youtube.com/watch?v=QnTUfnA_F1A
Thank you. (✿◡‿◡)
Great project!
Have you ever used Ozone senors? I am unable to find one for industrial use.
If you could help in any way that would be great
MQ-131 Sensor would be great to use for measuring ozone contamination level in the air.
Thank you! (❁´◡`❁)
Firstly, you have to filter the conditions (by using switch... case or multiple if statements) then upload (Channel Status Updates) data string to the ThingSpeak server from the Arduino Side.
Good luck and happy coding! (✿◕‿◕✿)