This website uses cookies to improve your user experience, personalize content and ads, and analyze website traffic. By continuing to use this website, you consent to our use of cookies. Please see our Privacy Policy to learn more about cookies and how to change your settings.
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! (✿◕‿◕✿)