Getting started with thingspeak | Posting DHT22 data to the thingspeak | Internet of things

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ม.ค. 2025

ความคิดเห็น • 15

  • @electronicsinnovation
    @electronicsinnovation  5 ปีที่แล้ว +1

    If you wanted to know the interfacing of DHT22 with NodeMCU and circuit diagram kindly refer this previous video
    link: th-cam.com/video/BCB1zzRWGF8/w-d-xo.html

  • @alexnewton3376
    @alexnewton3376 5 ปีที่แล้ว +1

    Good video. Well explained

  • @electronic7979
    @electronic7979 5 ปีที่แล้ว +1

    Good video 👍

  • @saicharan1732
    @saicharan1732 5 ปีที่แล้ว

    good info

  • @kishoret2426
    @kishoret2426 4 ปีที่แล้ว +1

    I'm getting an error "Failed to read data from DHT sensor"

  • @jeepcruiser
    @jeepcruiser 4 ปีที่แล้ว

    Nice idea & video! Thank you! I will make it happen here.
    How do you see the efforts for running / porting this on / to a ESP32 board? Maybe even with LoRa...

  • @keshavdk3080
    @keshavdk3080 5 ปีที่แล้ว +1

    Thank you very much for this clear explanation.
    I have a query on ESP 8266 wifi module for smart air-conditioner. Can i post it here?

    • @electronicsinnovation
      @electronicsinnovation  5 ปีที่แล้ว

      yeah you can...

    • @keshavdk3080
      @keshavdk3080 5 ปีที่แล้ว +1

      @@electronicsinnovation Thank you.
      I have worked with NodeMCU interfaced with DHT11 sensor. I wanted how the NodeMCU can be implemented for air conditioner , so that we can control the air conditioner through mobile app from any where in the world through internet.

    • @electronicsinnovation
      @electronicsinnovation  5 ปีที่แล้ว +1

      Air conditioner is already having a sensor in built to sense the temperature, and there is a mechanism to control the AC functions with remote.
      Since we cannot change the mechanism of communication you can do one thing.
      You can interface a tiny electrical heater to control the temperature. you can add a wireless communication mechanism (WiFi/Bluetooth) to pass instructions from mobile to Device, thus you can control the temperature.
      If you need more details on this project you can mail us at askus.electronicsinnovation@gmail.com

    • @keshavdk3080
      @keshavdk3080 5 ปีที่แล้ว +1

      @@electronicsinnovation Thank you very much sir.i will mail my query there.

  • @fatherloz2800
    @fatherloz2800 3 ปีที่แล้ว

    Thank you for this ! :) One question, i dont have anything connected to PIN D1 and D3 on the microcontroller and i can send info to thingpeak, everything works, so what is this 'power to sensor' section supposed to do ? thanks!
    pinMode(D1, OUTPUT);
    pinMode(D3, OUTPUT);
    digitalWrite(D1,HIGH);
    digitalWrite(D3,LOW);

  • @aryangoel4893
    @aryangoel4893 ปีที่แล้ว

    It shows "Failed to read from DHT sensor"