Arduino Air Quality Sensor Tutorial With WiFi

Поделиться
HTML-код
  • Опубликовано: 2 июл 2024
  • Learn how to build and code an air quality sensor capable of sending air quality data to the internet via WiFi. In this video, we use an Arduino Uno, MQ135 Gas Sensor, and ESP8266 WiFi chip.
    Can Plants REALLY Clean Air: • Video
    Step 1: Purchase Parts
    - MQ135 Gas Sensor
    amzn.to/3jtvot9
    - ESP8266
    amzn.to/3jy4NeJ
    - ESP8266 Adaptor
    amzn.to/3FYRY4z
    - Arduino Uno and Upload Cable
    amzn.to/3WqDzoK
    amzn.to/3YSktcy
    - Bread Board and cables
    amzn.to/3PYk30y
    Step 2: Download Arduino Software
    - www.arduino.cc/en/software
    Step 3: ESP8266 Circuit
    Step 4: ESP8266 Code
    - Link: arduino.esp8266.com/stable/pac...
    - Code: thegogreenpost.com/arduino-wi...
    -ThingSpeak
    Link: thingspeak.com/
    Step 5: Final Build
    Step 6: Final Code
    thegogreenpost.com/arduino-wi...
    Watch: Testing If House Plants REALLY Clean Air - • Video
    Video Script/Article and Sources with Bonus Information
    thegogreenpost.com/arduino-wi...
    Recommended Sustainable Products:
    thegogreenpost.com/product-re...
    Visit my Energysage Portal For Recommended Solar Providers:
    Research solar panels and get quotes for free!
    www.energysage.com/p/gogreenpost
    👉 Follow Me
    Instagram
    / gogreenpost
    Website
    www.thegogreenpost.com
    Contact us: thegogreenpost@gmail.com
    I may earn a small commission for my endorsement or recommendation to products or services linked above, but I wouldn't put them here if I didn't like them. Your purchase helps support the channel and the videos I produce. Thank you.

Комментарии • 36

  • @owenrobbin7844
    @owenrobbin7844 Год назад

    Can you make one with lcd and buzer showing the detected gas

  • @nieuwegeljo5645
    @nieuwegeljo5645 Год назад

    Excellent video for which THSNKS! What I am wondering about is how to get this sensor set up in a more permanent configuration so that it can be moved. Your advice is much appreciated.

  • @ritu_armygirl9056
    @ritu_armygirl9056 Год назад

    In my school phone and laptop is not allowed so while doing the project is anything needed?? Like u wanna connect it to a phone or laptop ...what if we don't connect it with any device ?? Will it work or not

  • @denise4ever242
    @denise4ever242 2 года назад

    Can ESP 32 module be used instead of ESP8266 module?
    Also can I connect Esp32 to arduino uno?

  • @andylane2573
    @andylane2573 2 года назад

    Hi, Great video! Is this possible if the Arduino doesn't have a removable chip? Neither of my UNO's or Mega have removable chips :(

    • @jay.rhoden
      @jay.rhoden 2 года назад

      If you can't afford a one of the more expensive genuine arduino uno boards with removable chips, there are much cheaper knock off clones that you might be able to afford.

  • @RafaelAviles-pv2wl
    @RafaelAviles-pv2wl Год назад +1

    I can't put the thingspeak code because it only tells me to put my setup code to run once.

  • @manan1298
    @manan1298 Год назад

    I couldn't find co2 in the mq135 datasheet anywhere.

  • @hoppingturtles
    @hoppingturtles Год назад

    Hi, where's the reading of the AQ sensor? Can your gas sensor differentiate between the types of gases and give their individual levels? If not, how does one add extra gas sensors to this setup? Can you also make a video on that? Also how is the whole thing powered? Surely it's not connected to the computer the whole time for the readings right? Are you using a 5V battery too?
    Sorry for these questions, this is going to be my first time building something with Arduino

    • @GoGreenPost
      @GoGreenPost  Год назад +2

      Hey! The reading is sent to a site called thing speak. This allows you to view the readings anywhere you have Internet access. The sensor cannot differentiate between different gases so I used this one which gives you an overall snapshot of air quality. It’s important to measure the entire air quality rather than just one or two gases. To power it I plug it in to a wall outlet but you could use a 9 V battery. The battery does drain quickly though so it wall outlet is more useful. Are you able to access the article in the description?

  • @bigsummer6661
    @bigsummer6661 Год назад

    Hello sir
    Can I use a "Digital PWM UNO" for this project? And still programme it?
    Please reply😢

  • @denise4ever242
    @denise4ever242 2 года назад

    Can I add dht11 sensor to this?

  • @sharp598
    @sharp598 Год назад

    Is the url for additional board manager broken?

  • @MIZANI-dn9kk
    @MIZANI-dn9kk 2 года назад +1

    Hello, can you show me the reading result at the ThingSpeak please ? Because I want to make my Final Year Project. May I take your idea ? THANK YOU SO MUCH

    • @GoGreenPost
      @GoGreenPost  2 года назад

      You can certainly recreate this project! My meter is no longer connected though. If you need help or want the old data send me an email at thegogreenpost@gmail.com. Best of luck!

    • @thopbgm38
      @thopbgm38 Год назад

      bro for me code is succesfully uploaded to esp8266 but it is not connecting to my hotspot could you please help it is urgent

  • @singletonset9804
    @singletonset9804 Год назад

    How can we add noise sensor
    Plz reply

  • @thopbgm38
    @thopbgm38 Год назад

    for me code is successfully compiled and uploaded into esp8266 module
    But i am unable to connect to my mobile hotspot I have given the credentials correctly. Could anyone pls help me regarding this.

  • @BrennerEraFan
    @BrennerEraFan Год назад

    Is it possible to make an air quality sensor using Arduino that is compatible with Alexa?

  • @aminkhaled7284
    @aminkhaled7284 2 года назад +2

    Hi, in the code you say #include "ThinkSpeak , but in fact it is ThingSpeak

    • @GoGreenPost
      @GoGreenPost  2 года назад +1

      Thank you for catching that!

  • @MaFia_1Q
    @MaFia_1Q 4 месяца назад

    can i use Bluetooth rather wi-fi ?

  • @demonchild1167
    @demonchild1167 Год назад

    If I use esp8266 wifi module. I need to remove the removable chips from arduino to program it?

    • @GoGreenPost
      @GoGreenPost  Год назад

      Yes, you need to remove the chip so that you can program the wifi chip. If you’re not using the wifi chip and are just using a digital display than I don’t think you need to remove it.

    • @demonchild1167
      @demonchild1167 Год назад

      @@GoGreenPostokay thanks for reply. But I dont know where to connect wires in esp8266

    • @GoGreenPost
      @GoGreenPost  Год назад

      It’s in the video at some point. You may need a small adaptor to connect all the wires properly

    • @demonchild1167
      @demonchild1167 Год назад

      @@GoGreenPost my wifi module is new NodemCU V3. I dont have any idea how to connect the wires, because my wifi module is different in what you have in your video

    • @miner_25
      @miner_25 10 месяцев назад

      Nope just jump reset to ground so you will be able to access the esp ! 🙂

  • @arwinneilrubia
    @arwinneilrubia Год назад +1

    Hi, there are no code from your link, do you have any link?

    • @GoGreenPost
      @GoGreenPost  Год назад

      The site is currently under development and will hopefully be back up soon!

  • @venkatavardhans2685
    @venkatavardhans2685 Год назад +1

    Amazing project , Can i get the code for this please

    • @GoGreenPost
      @GoGreenPost  Год назад

      Check the link in the description!

  • @Xsaryo
    @Xsaryo 2 года назад

    Hi, for some reasons I can't see the code, do you have the code posted somewhere else, like google drive?

    • @GoGreenPost
      @GoGreenPost  2 года назад +2

      Hey - sorry about that. I updated the link. Try this out and let me know how it goes! thegogreenpost.com/2021/06/01/arduino-wifi-air-quality-gas-sensor-tutorial/

  • @user-ty4xt6vm6m
    @user-ty4xt6vm6m 4 месяца назад

    Can u post the code sir