MQ7-POLLUTION MONITORING USING THING SPEAK AND NODEMCU
by Hariharan vs in Circuits > Wireless
2866 Views, 1 Favorites, 0 Comments
MQ7-POLLUTION MONITORING USING THING SPEAK AND NODEMCU
The pollution is major problem of our today's world.
but how we can monitor our pollution near by, now its very easy
SO LET'S START:
NEEDED MATERIALS
1. NODEMCU
2. MQ7-CO-SENSOR
3. JUMPERS
4. BUZZER
5. CONNECTING CABLE
6. MATCH BOX
CONNECTION
1. connect NODEMCU -A0 pin to MQ-7 SENSOR-A0 pin
2.connect NODEMCU VCC pin to SENSOR-VCC pin
3.connect NODEMCU GND pin to SENSOR=GND pin
4. connect BUZZER +ve to NODEMCU D0 pin
5. connect BUZZER -ve pin to NODEMCU GND pin
CODING:
1. open google or press this link thingspeak.
2.create an account on thingspeak.
3. create a new field on that.
5.Open API KEY sharing and copy the code
6.Paste in the arduino code..
7.change your ssid,password in code.
.
Downloads
LIBRARIES
thingspeak library: thingpeak
NODEMCU board preference :http://arduino.esp8266.com/stable/package_esp8266c...
add