Log DHT11 sensor Data to Google Sheet using NodeMCU ESP8266, Make your own Weather Station IoT

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 ก.พ. 2022
  • #IoT
    you can use this
    Code:
    github.com/yashwantpathakrjit...
    Today we will do a similar project and use the Google sheet as IoT cloud to log the data generated by a Temperature Sensor. Here we will use ESP8266 NodeMCU to send the temperature and humidity data from DHT11 sensor to the Google Sheet over the internet.
    Components Required
    NodeMCU ESP8266 Module
    DHT11 Sensor
    Jumpers
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @ashutoshshukla5344
    @ashutoshshukla5344 9 หลายเดือนก่อน

    Helpful content! Thankyou sir

  • @anishkl
    @anishkl 2 ปีที่แล้ว +1

    Thank you sir.

  • @uniqueautomationelectronic5696
    @uniqueautomationelectronic5696 10 หลายเดือนก่อน

    i am working on project now i have 1 month left for rfid finger validation code to expire so i want to update after next month what should i do

    • @YPTechDATIA
      @YPTechDATIA  10 หลายเดือนก่อน

      Finger validation??

  • @user-gd3wc9hc4u
    @user-gd3wc9hc4u 2 หลายเดือนก่อน

    If someone face error while uploading : Compilation error: 'class BearSSL::WiFiClientSecure' has no member named 'verify'
    Just Remove this line : if (client.verify(fingerprint, host)) {
    Serial.println("certificate matches");
    } else {
    Serial.println("certificate doesn't match");
    }

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

    error
    esp8266/Arduino CI has failed help me

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

    That was a great tutorial. But i have an error that can't read property 'parameter'. How can i solve this?
    Thank you

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

      Please send detail , on yptechdatia@gmail.com
      What you are getting on serial monitor.

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

    Thats so great, but sir can you tell me in my arduino IDE during connect with nodemcu output in serial monitor connection failed, can you tell me why ?

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

      Sure I will help,send screen shot of error on yptechdatia@gmail.com

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

      Check com port, see board info, use correct boud rate

  • @siddharthisai2626
    @siddharthisai2626 11 หลายเดือนก่อน

    I am getting output but can you tell me how to get Temperature readings up to two decimal points on Google spreadsheets same as arduino' serial monitor. For example 24.30 , 26.75 and so on

    • @siddharthisai2626
      @siddharthisai2626 11 หลายเดือนก่อน

      Please Guide me

    • @YPTechDATIA
      @YPTechDATIA  11 หลายเดือนก่อน

      Sure , please wait once I reach my lab I will help

    • @siddharthisai2626
      @siddharthisai2626 10 หลายเดือนก่อน

      @@YPTechDATIA Sir any update? I just want to perform my experiment up to 2 decimal places . So I can check purity of formula

    • @YPTechDATIA
      @YPTechDATIA  10 หลายเดือนก่อน

      @@siddharthisai2626 just format cell in google sheet , the result will be shown in 2 decimal place
      no need to change code

    • @siddharthisai2626
      @siddharthisai2626 10 หลายเดือนก่อน

      @@YPTechDATIA No Change, I have still getting numbers without decimal points. Any other way to solve this problem?

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

    Please Set the Band in this code = 9600 or as written under your NORD MCU circuit otherwise it would not Match and the output on your serial monitor would not emerged well....

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

      There is nothing to do with the boud rate

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

    sir,,, i have a question,, why i can not use function doGet (e),, its always error

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

      thanks sir,,, i can use it,,, cause,,, the code not must compile in apps srcitp

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

    SIR, FINALLY THIS ERROR OCCURRED (reply was : HTTP/1.1 302 Moved Temporarily), ALTHOUGH MANUALY COPY PASTE OF URL IN CHROME IS WORKING WELL AND STORING DATA IN SHEET. NOW WHAT TO DO??

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

      This error is very common and now being experienced by many users , including me , all you need is to leave it running for some time . The error is due to google security

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

      The video is very very good and explaining very nicely in depth. Thnx Sir.

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

      How many rows can be filled on Google sheets by this module.

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

    I am getting error of esp 8266/Arduino CI has failed
    I am getting results on Serial monitor but cant getting it on Google spread sheet

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

      This is a very common problem , every 1 in 3 encounters this due to permission denial from Google . Leave it for a few minutes and then try , also send me error code , 302 or something else

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

      @@YPTechDATIA it is showing reply was : 250

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

      @@siddharthisai2626 did you solve your problem? I am facing the same error

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

      Be careful while creating google sheet and deploy as web app , it will ask for permissions

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

    hi sir, I got an error code
    error: 'class BearSSL::WiFiClientSecure' has no member named 'verify'
    70 | if (client.verify(fingerprint, host)) {
    | ^~~~~~
    exit status 1
    Compilation error: 'class BearSSL::WiFiClientSecure' has no member named 'verify'

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

      You just set client insecure , see my video explanation carefully . Do not just copy

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

      @@YPTechDATIA thank you sir, solved

  • @suryakiran2778
    @suryakiran2778 7 หลายเดือนก่อน

    i got this error sir
    Compilation error: 'class BearSSL::WiFiClientSecure' has no member named 'verify'
    even after i set insecure

  • @uniqueautomationelectronic5696
    @uniqueautomationelectronic5696 9 หลายเดือนก่อน

    Sir how to 5 sensor data send

    • @YPTechDATIA
      @YPTechDATIA  8 หลายเดือนก่อน

      I will make a dedicated video on this , stay tuned

  • @uniqueautomationelectronic5696
    @uniqueautomationelectronic5696 9 หลายเดือนก่อน

    Sir finger print ko change karne ke baad kab tak validity rehenga. Please reply me

    • @YPTechDATIA
      @YPTechDATIA  9 หลายเดือนก่อน +1

      See brother , right now I am unable to answer since I am very busy in research ,Sorry for this.

    • @uniqueautomationelectronic5696
      @uniqueautomationelectronic5696 9 หลายเดือนก่อน

      Sir Please reply me

    • @YPTechDATIA
      @YPTechDATIA  9 หลายเดือนก่อน

      @@uniqueautomationelectronic5696 i replied , that i am busy in research , i will be free after 13 sep then i will solve all queries

  • @manav940
    @manav940 5 หลายเดือนก่อน

    Compilation error: 'class BearSSL::WiFiClientSecure' has no member named 'verify'

    • @YPTechDATIA
      @YPTechDATIA  5 หลายเดือนก่อน

      Set wifi client insecure

    • @manav940
      @manav940 5 หลายเดือนก่อน

      @@YPTechDATIA but how

    • @YPTechDATIA
      @YPTechDATIA  5 หลายเดือนก่อน

      @manav940 change code

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

    Error

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

      You are facing errors not all .My code is working fine and many others are already using it .

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

      @@YPTechDATIA
      Exit status 1
      ' Class BearSSL : : WifiClientSecure' has no member named 'verify'

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

      Send all detail , you saw on serial monitor @ yptechdatia@gmail.com

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

      @@YPTechDATIA done sir ... I have sent

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

      I have sent one more issue regarding output from nord mcu to serial monitor on your gmail I'd please check it