Air Quality Monitoring System using Thingspeak | ESP8266 ThingSpeak Projects

Поделиться
HTML-код
  • Опубликовано: 22 сен 2023
  • Air Quality Monitoring System using Thingspeak | ESP8266 | Blynk IOT Projects
    In this experiment we can see how to monitor the Air Quality using MQ135 Sensor and Thingspeak.
    Required Components
    ==================
    1. ESP8266
    2. MQ135 Sensor
    3. DHT11 Sensor
    4. Connecting Cable
    Components Link
    ===============
    1. ESP8266 - www.electronicscomp.com/nodem...
    2. Gas Sensor - www.electronicscomp.com/mq135...
    3. DHT11 Sensor - www.electronicscomp.com/dht11...
    4. Connecting Wires
    Software Required
    ===============
    1. Arduino IDE - www.arduino.cc/en/main/software
    2. Programming Language - C Language
    Source Code
    ==========
    github.com/Tech-Trends-Shamee...
    Reference Video of Arduino/ESP8266/ESP 32 Projects
    ==================================================
    Blynk 2.0/Blynk IOT Projects
    • Control LED using Blyn...
    ESP8266/NodeMCU Projects
    • ESP8266 - Node MCU Pro...
    LCD Display Projects | Arduino
    • How to Display Text in...
    GSM SIM Module Projects
    • GSM SIM 800 C Caller I...
    DHT11 Temperature Sensor Projects
    • Weather Station | Temp...
    Arduino IOT Cloud Projects
    • Temperature and Humidi...
    OLED Display Projects
    • Temperature Display in...
    ESP32 Projects
    • ESP32 Temperature Web ...
    Music: www.bensound.com
    ♥ Facebook: / techtrendsshameer
    ♥ Instagram: / tech_trends_shameer
  • НаукаНаука

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

  • @vij2mail
    @vij2mail 9 месяцев назад +1

    Nice Shamee, very informative video.

  • @rishitgarg
    @rishitgarg 8 месяцев назад +1

    Is dht 11 sensor required or we can only measure gas value with mq 135 sensor

    • @TechTrendsShameer
      @TechTrendsShameer  8 месяцев назад

      Dht is required to measure temperature and humidity. If you want to read gas alone you need only mq135.

  • @onlycoding1841
    @onlycoding1841 8 месяцев назад +1

    hi sir it giving nan input for temperature and humidity and 0 for mq135 pls respond

    • @TechTrendsShameer
      @TechTrendsShameer  8 месяцев назад

      Check the connection and also the pin you connected in esp8266

  • @reiniermariscotes4455
    @reiniermariscotes4455 6 месяцев назад

    Field Value unavailable why?

  • @srinidhisri4512
    @srinidhisri4512 Месяц назад +1

    it is giving nan values for temperature and humidity

    • @TechTrendsShameer
      @TechTrendsShameer  Месяц назад

      Something wrong in the connection or there might be some loose connection

  • @hithesh_jain
    @hithesh_jain 7 месяцев назад +1

    Can we use bylnk instead of thinkspeak

    • @TechTrendsShameer
      @TechTrendsShameer  7 месяцев назад

      Yes. Please watch this video.
      ruclips.net/video/imYEL8wqCqk/видео.html

  • @maristelakrystalp.2025
    @maristelakrystalp.2025 7 месяцев назад +1

    how can i change may port com3 into port com5?

    • @TechTrendsShameer
      @TechTrendsShameer  7 месяцев назад

      No need to change. port number will differ for each one. You can use your port.

  • @ipang9472
    @ipang9472 6 месяцев назад +1

    sir why field value unavailable

    • @TechTrendsShameer
      @TechTrendsShameer  6 месяцев назад

      Check your circuit connection. Sometimes due to traffic the value won't be available. Try after sometime or next day.

  • @nikhiledits8663
    @nikhiledits8663 8 месяцев назад +1

    Sir , Where can we get this source code
    The code which you uploaded

    • @TechTrendsShameer
      @TechTrendsShameer  8 месяцев назад

      Please check video description.

    • @nikhiledits8663
      @nikhiledits8663 8 месяцев назад +1

      Sir Thank you ..but while verifying or uploading the code it showing
      4 | #include // Including library for dht
      | ^~~~~~~
      compilation terminated.
      exit status 1
      Compilation error: DHT.h: No such file or directory

    • @TechTrendsShameer
      @TechTrendsShameer  7 месяцев назад +1

      Install the DHT library from Arduino IDE -> Tools -> Library.

    • @nikhiledits8663
      @nikhiledits8663 7 месяцев назад

      @@TechTrendsShameer ok sir done thank u

  • @gadilasumanthreddy3534
    @gadilasumanthreddy3534 8 месяцев назад +1

    Bro in coding funa is showing error

  • @REDMINOTES-xs8yv
    @REDMINOTES-xs8yv 9 месяцев назад +1

    1

  • @rishitgarg
    @rishitgarg 8 месяцев назад +1

    Code not uploading

    • @TechTrendsShameer
      @TechTrendsShameer  8 месяцев назад

      What is the error?

    • @rishitgarg
      @rishitgarg 8 месяцев назад +1

      Fatal esptoolpy. Error

    • @TechTrendsShameer
      @TechTrendsShameer  8 месяцев назад

      Here are some possible causes of a fatal esptool.py error:
      1. Unused COM ports: Esptool.py can't handle COM-port numbers with double digits.
      2. Board not connected to the correct communication port: The board might not be connected to the correct communication port selected in the Arduino IDE.
      3. Insufficient power: The 3.3V power supply for the ESP chip needs to supply large amounts of current.
      4. Missing bootloader: The ESP8266 SDK uses a small firmware bootloader program.
      Here are some possible solutions:
      Disconnect all wires
      Install an older version of ESP8266
      Install a 10uF capacitor between Enable (EN) and GND
      Install the CP210X driver
      Upload Blink
      Change the board to Olimex MOD-WiFi-ESP8266 (-DEV)
      Remove all unused COM ports
      Uninstall the CH340 driver and install a fresh copy
      Download the CH340 driver from sparkfun.com

    • @rishitgarg
      @rishitgarg 8 месяцев назад +1

      @@TechTrendsShameer can I choose com3 port for uploading because sometimes com5 port is not showing in ports only com3 and 4 is showing.and sometimes showing com6 port

    • @TechTrendsShameer
      @TechTrendsShameer  8 месяцев назад

      To identify the correct port, first remove the cable and see what are the ports showing (If there is nothing then its fine). Then connect the cable and see which is the new port showing and connect to that port.