Temperature and Humidity Monitor using Arduino IOT Cloud and ESP8266

Поделиться
HTML-код
  • Опубликовано: 16 ноя 2021
  • Temperature and Humidity Monitor using Arduino IOT Cloud and ESP 8266
    Required Components
    ==================
    1. ESP8266
    2. Temperature and Humidity Sensor
    3. Connecting Cable
    4. Connecting Wires
    Components Link
    ===============
    1. ESP8266 - www.electronicscomp.com/nodem...
    2. Temperature and Humidity Sensor - www.electronicscomp.com/dht11...
    3. 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 Experiments
    ======================================
    1. How to Display Current Date and Time in LCD
    • How to Display Current...
    2. Top 10 Arduino GSM module projects
    • Top 10 Arduino GSM mod...
    3. How to interface MPU6050 Accelerometer and Gyroscope Sensor with Arduino Nano
    • How to interface MPU60...
    4. How to store Temperature data in Google Spreadsheet
    • How to store Temperatu...
    5. How to Display Temperature, Pressure, Altitude Display in LCD
    • Temperature, Pressure,...
    6. Rain Alert Call and SMS in Mobile using GSM SIM 800 Module | Arduino Projects
    • Rain Alert Call and SM...
    7. Live Streaming using ESP32 CAM and Blynk App
    • Live Streaming using E...
    8. How to store temperature data in SD card | Arduino Projects
    • How to store temperatu...
    9. Object Detection Alert Call and SMS in Mobile using GSM SIM 800 Module | Arduino Projects
    • Object Detection Alert...
    10. Distance Measurement in OLED Display
    • Distance Measurement i...
    11. ESP32 Cam Setup | Face Detection | WiFi Camera
    • ESP32 Cam Setup | Face...
    12. Temperature Display in OLED | Arduino Projects
    • Temperature Display in...
    13. How to get the Temperature Alert Call and SMS in Mobile using GSM SIM 800 Module | Arduino Projects
    • How to get the Tempera...
    14. How to get the Theft Alert Call and SMS in Mobile using GSM SIM 800 Module | Arduino Projects
    • How to get the Theft A...
    15. How to get Gas Leakage Alert Call and SMS | Arduino Projects
    • How to get Gas Leakage...
    16. How to get Fire Alert Call and SMS in Mobile
    • How to get Fire Alert ...
    17. Control LED by Phone Call
    • How to Control LED by ...
    18. How To Receive SMS in GSM Module and Send Automatic Response
    • How To Receive SMS in ...
    19. How to send SMS from GSM Module to Mobile
    • How to Send SMS from G...
    20. GSM SIM 800 C Caller ID | Arduino Projects
    • GSM SIM 800 C Caller I...
    Music: www.bensound.com
    ♥ Facebook: / techtrendsshameer
    ♥ Instagram: / tech_trends_shameer
  • НаукаНаука

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

  • @ammisadukkala3410
    @ammisadukkala3410 4 месяца назад +1

    Hi I was at Anoka today,great work very informative big like and added keep in touch thanks ❤

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

    that click at the beginning literally reset my brain

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

    This sounds like what I want to do, but it depends upon this Arduino cloud. I would like to measure 5 rooms in a house along with one outside unit using wifi, but not with an internet connection. I want to graph them over time on one chart.

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

    Nicee

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

    thank you so much

  • @ali-shaberalih9010
    @ali-shaberalih9010 Год назад +1

    thank you

  • @AAlejandra_Saav
    @AAlejandra_Saav 5 месяцев назад

    If the router tells me that it is connected but the IP address does not appear on the serial monitor, but the MAC of the device appears linked, I am connecting the ESP 32 with a WLAN 1100 (PHOENIX CONTAC) in the web administrator (of the wlan) It tells me that the ESP 32 is in the connected devices and it gives the MAC, but in the serial monitor it only shows points, that is, it stays in the while and does not show me the IP address, what could I do?
    To connect the WLAN with a tablet or a mobile phone, I must configure the IP to be static, enter the data and it connects, how can I do it on the ESP 32? That is to say, it would be to put the data on its own IP address, WLAN IP, "prefix length" dns 1, dns 2, how can I assign (program) these values to esp 32? What strategy do you recommend?

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

    Would I be able to set one of these up in my van to check the temperature inside and let me know if it goes about a certain temperature? Would I be able to text the monitor and receive the info too?

  • @VishalSharma-mp2ge
    @VishalSharma-mp2ge 11 месяцев назад +1

    Hi sir, how can we connect 6 sensors on single iot app to monitor temperature & humidity at 6 different locations ?

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

    This is cool

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

    Thank you so much for this video
    Is it possible to add an battery voltage sensor along with the temperature sensor in the same Arduino, How can we combine the both program codes

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

    I'm just getting nan values. Using a Wemos D1 Mini and DHT11

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

    I've got this running on a sensor for a greenhouse, but the battery keeps draining and never recharges with the esp8266 plugged in(charges when esp is unplugged) could anyone help make a timer loop so it only reports every 10 minutes, and enters ultra low power mode at say 11pm until 9am, any help would be greatly appreciated

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

    Hi Great Video, but i have some problem with the data output.
    I have a ESP8266 D1 and was able (after fixing a lot of other problems) to verify and upload the code.
    I think the device is online, because on the router overview i see some esp with an IP adress. I cannot ping it, but i think this is not a problem and just not enabled. The hardware is fine, because i tested it with some normal arduino IDE sketch.
    The Problem now is, that i dont see some data on the dashboard. Also when im in the Cloud on ,,Things'' and click on my device, the status is Offline. Maybe this is a Problem.
    The sensor is a DHT11 with the light is on and the signal Pin connected to Pin 2, but i also tried with pin 4. (also with change the number in the code). I think this is also fine.
    Some ideas, why i cannot see he value in the dashboard?
    thanks in advance

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

      Can you please check the serial monitor whether it is display any data ?

  • @ikhlasneggar1773
    @ikhlasneggar1773 3 месяца назад

    I have a problem with a BOARD "ESP32 WROOM 32" shows disconnected even though it is connected to the computer. and I want the code of dht22

  • @heshamfathy-qp5fo
    @heshamfathy-qp5fo Год назад +1

    What protocol is used in this project?

  • @wonderwang1585
    @wonderwang1585 11 месяцев назад

    HI , I has faced a dht reading "NAN" reading on messenger, although dht11 reading on arduino examples is OK. Anyone could help would be appreciated very much.

  • @user-yk3eh5ne8u
    @user-yk3eh5ne8u 22 дня назад

    I am getting the error message "Serial Monitor Unavailable". Did all the steps as mentioned... But the Dashboard displays two dash ( -- ) in the Temperature and Humidity Graphs

  • @samaviafayyaz
    @samaviafayyaz 2 месяца назад

    hii .. i have been following this video step by step but my code has been uploding but it showing me hard reseting via RTS pins and then not showing any results on the graph . can you guide me please

  • @user-jp3er5ql7h
    @user-jp3er5ql7h 3 месяца назад +1

    Hii sir you can add the gas sensor and relay connected with axial fan using the esp32 lpg gas leak program please sir

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

    👍

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

    Sir no change in dashboard it is showing in arduino editor monitor screen but not in dashboard pls help

  • @mkfaiyaz4472
    @mkfaiyaz4472 3 месяца назад

    hello Sir if want to get alert call or mesg on the mobile what should we have to do

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

    Sir we are not getting values in dahsboard sir but we are getting in serila monitor we checked all our varibale its all the same name can plss help us sir

  • @mathinila.k19
    @mathinila.k19 4 месяца назад

    Can you tell me the application that where it can be used

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

    Thank you soo much sir
    But sir can we do this project without ESP8266...
    And Can we do with only DHT11 and Arduino ??

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

    Why is dht pin set to 2 if you use d4 in nodemcu? shouldn't it be 4?

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

      That is based on the pin confuguration of ESP8266. Please check the pin diagram of ESP8266

  • @akhilakhil-lc8wg
    @akhilakhil-lc8wg Год назад +3

    Sir wonderful video...but there is no change in the temperature and humidity meters and graphs...though we get values through serial monitor....
    Assume that you can reply...sir..please give a kind reply..

    • @akhilakhil-lc8wg
      @akhilakhil-lc8wg Год назад

      No change in dashboard values sir......

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

      You might have gave the variable names different. Please follow the full video and gave the same names.

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

      @@TechTrendsShameer Given the same name, yet there is no change in gauge meter and chart. Hope, you will reply.

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

      May I know what error you are getting?

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

      @@TechTrendsShameer Troubleshooting done, googled. Now, working.

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

    There are lot of folder in source code file ,just be clear about the coding side because its the important one all need don't rush in that part

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

      Those file and folders will be generated automatically by Arduino IOT Cloud. Please follow the steps as mentioned in the video

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

    can this app send notifications/alerts when temperature or humidity exceeds a particular value?

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

      We can send email, but that option is paid in Arduino IOT Cloud.

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

    How do i get the temperature reading in Farenheit?

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

    Can I use a separate temperature sensor and a separate humidity sensor instead of the two-in-one sensor?

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

      Yes. You can.

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

      @@TechTrendsShameer Thanks for the answer. I have one more question and that is, can I send a text message to my phone(or 2 phones) when the temperature goes above or below a set value?

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

      @@macvideoworld have you had any joy with this?

  • @user-jp3er5ql7h
    @user-jp3er5ql7h 3 месяца назад

    LPG gas leckag system using esp32 and gas sensor and relay module program

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

    i tried uploading the code its says executing command=exit status 2.wheres the problem?

  • @marinosn.1642
    @marinosn.1642 Год назад +1

    I've done everything as shown but I only can see the values on the monitor not on the dashboard... what am i doing wrong?

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

    I want to setup automatic temperature and humidity monitoring for my vermicompost production, need some help.

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

      Tell me.

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

      I am not able to find right kind of product in market. Need someone who can make custom product as per our need.

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

    There is error uploading while slecting the board and port ? How can we resolve this????

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

    Thank sir, is any issue if we connect 5 volts sensor with ESP8266 which 3.7 volts

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

    Is there a way to set it up to read Fahrenheit

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

      Please use this formula and calculate.
      ° F = ( °C × 9 5 ) + 32

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

    Sir thanks for this video... But .... Is it give messages (sms) to mobile? Sir we got output as temperature and humidity values.. But can i know, is it gives sms to mobile?
    Waiting for your reply sir

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

      No. This experiment won't sent SMS to mobile. For that you need to add GSM module.

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

      @@TechTrendsShameer sir can can we use 4g sim for any gsm module... Sim 800,sim900a , sim800l... ?... Please sir tell about it..

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

      Yes. You can use.

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

    I keep getting "collect2: error: Id returned 1 exit status" and can't figure out what I did wrong

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

      This is the full error I am getting. Any tips?
      /usr/local/bin/arduino-cli compile --fqbn esp8266:esp8266:nodemcuv2:baud=115200,dbg=Disabled,eesz=4M,exception=disabled,ip=lm2f,lvl=None____,vt=flash,wipe=none,xtal=80 --libraries /home/builder/opt/libraries/latest --build-cache-path /tmp --output-dir /tmp/008139033/build --build-path /tmp/arduino-build-7B3DE0BE36571E1B94E6084EC9635274 /tmp/008139033/Temperature_and_Humidity_Sensor_apr26a
      Using library dht_sensor_library_1_4_3 at version 1.4.3 in folder: /home/builder/opt/libraries/dht_sensor_library_1_4_3
      Using library adafruit_unified_sensor_1_1_5 at version 1.1.5 in folder: /home/builder/opt/libraries/adafruit_unified_sensor_1_1_5
      /home/builder/.arduino15/packages/esp8266/tools/xtensa-lx106-elf-gcc/2.5.0-3-20ed2b9/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld: /tmp/arduino-build-7B3DE0BE36571E1B94E6084EC9635274/sketch/objs.a(Temperature_and_Humidity_Sensor_apr26a.ino.cpp.o):(.text._Z14initPropertiesv+0x1c): undefined reference to `onMessageChange()'
      /home/builder/.arduino15/packages/esp8266/tools/xtensa-lx106-elf-gcc/2.5.0-3-20ed2b9/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld: /tmp/arduino-build-7B3DE0BE36571E1B94E6084EC9635274/sketch/objs.a(Temperature_and_Humidity_Sensor_apr26a.ino.cpp.o):(.text._Z14initPropertiesv+0x38): undefined reference to `onTemperatureChange()'
      collect2: error: ld returned 1 exit status
      Error during build: exit status 1

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

      Can you try double instead of float?

  • @user-cw3tu9mi1d
    @user-cw3tu9mi1d Год назад +1

    Hi Sir, I did everything but there was no movement on my dashboard. please help me!

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

    I'm getting executing command:exit status 2error what can i do now

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

      Please follow the same steps as mentioned in the video. Also check whether the board connected to the port correctly.

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

    Is there any way to make it without wifi using gsm

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

    How to connect to Wi-Fi Wi-Fi is not showing

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

    Hi sir..am not able get the source code in the given description box..plz help me

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

      Please check this link
      github.com/Tech-Trends-Shameer/Arduino-IOT-Cloud-Projects/tree/main/Temperature-and-Humidity-Monitor-Using-Arduino-IOT-Cloud-and-ESP8266

  • @BHARATHISAKTHIVEL-kr4ty
    @BHARATHISAKTHIVEL-kr4ty Год назад +1

    Hi ... I workout the process but I have one error will you share the solution ... Humidity was not declared in this scope plse share the idea....

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

    Good evening sir may I know where to get the thingid

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

      Thingid is not needed. You will get the device id and secret key from the arduino iot cloud website

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

    Does this need an internet connection to operate?

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

    Can I use DHT22 instead of DHT11. Will it be the same code or different code?

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

      You can use. The code will change. Instead of DHT11, need to use DHT22 in the code.

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

      ​@@TechTrendsShameer Will I only change the DHT type in the code or anything else because after changing the DHT type, still the temperature and humidity is not displayed in the dashboard. Can you please help with the code

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

      Nothing else will change. Please contact me in instagram.

    • @user-qs4ms2he1n
      @user-qs4ms2he1n 6 месяцев назад

      Please send the code. I also have a dht22 sensor and it doesn't work in messenger it is marked nan send you the code for a dht22 sensor

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

    Does it work the same with dht22

  • @user-ck4kb7cc6f
    @user-ck4kb7cc6f 4 месяца назад +1

    Hai sir Iam trying to create from past 1 week no use

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

    hey, can someone help me, when i want to edit the code it gives the error: ' humidity ' was not declared in this scope. how do i solve this? thanks in advance!
    hey, can someone help me, when i want to edit the code it gives the error: ' humidity ' was not declared in this scope. how do i solve this? thanks in advance!

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

      Please follow the same steps as mentioned in the video and also use the same variables.

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

      @@TechTrendsShameer wow 😲 you have a fast reaction! I did it and I found out that my dashboard did not save so it works now! Thx 🙏🙏🙏🙏

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

      @@mauritst7967 bro can you send me source code by copy and paste

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

      @@xxMoraxedit hey bro, thanks for helping me but I figured it out,thx!

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

      @@mauritst7967 bro i want that code broo plz send itt

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

    When I open serial monitor I see Connection failed . Any command can help pls

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

      That means the board is not connected properly with the Arduino IOT cloud or there is some network issues. Please double check and try again.

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

      Yes I check another WiFi is still connection failed

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

    Sir, I used my mobile hotspot and doing everything as you showed in video, but my nodemcu in web editor is not showing. Even tho dht11 sensor connected with MCU light is red. Help me....

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

    Can I get the source code again sir?bcoz I can't open the source code

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

    if I want to use one dashboard that can be controlled by many let's say 5 people ...if person A turn on the LED the next day Person C turn On the same LED...how do I make it ...if I have to share a password with others but how do I know that person C turn it on ...

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

      You need to share the password. That's the only option. You can monitor the dashboard in mobile, whether the LED is ON or OFF once the person turns it ON/OFF.

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

      morning ...hye i am nur syah from Malaysia..actually I want to design a system that able to control the LEd by many ...i mean if Mr.A turn the LED 1 then a few hours later Mr.B turn LED 2 ...but how do I know who and whom turn it On Or Off The LED 1 or LED 2 ...is there I can see data save somewhere@@TechTrendsShameer

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

      but i also want to know who turs the LED @@TechTrendsShameer

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

    I have done exact same steps still I am not able to get output

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

    Broh I'm not getting linked variable

  • @s.prakash8643
    @s.prakash8643 Год назад +1

    Can you help me for do this project

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

    Why do I get NAN values?

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

      Might be two reasons.
      1. Please check the pin which you connected and the pin mentioned in code is same.
      2. Please check which sensor you are using dht11 or dht22

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

      @@TechTrendsShameer Thank you for your answer. The pin layout is OK, I am using a Dht22. #define DHTTYPE is set to DHT22.

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

      FINALY Got it working but I had to use DHTesp Library and GPIO 16....

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

    what is the name of wire u r using?

  • @user-cw3tu9mi1d
    @user-cw3tu9mi1d Год назад +1

    Hi Sir, how about if you want to put a buzzer too, if the temperature is really high!how to do it?

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

    Can i use thermocouple k type with MAX6675 as temperature sensor?

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

      Yes. But need to modify the code.

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

      @@TechTrendsShameer could you let me know what modification I need to do in code?

  • @Kiymalibamyacorbasi
    @Kiymalibamyacorbasi 2 года назад +3

    bro source code is not opening ?

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

    ​ @Tech Trends Shameer look at the time after you uploaded the code and you go to your dashboard at 9:04 you can cleary see the time is in 9:57 and no measurement for temp and humidity then suddenly it has and the time skip to 10:01 it should be real time when you uploaded the codes do your tutorial properly lols

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

      Its real time video only. Instead of posting a long video, I just trimmed the length and showed the temp at different intervals.

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

    sir can we get a report for this project

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

    Sir l am getting Nan value and instead of writing code for led it's not glowing on and off when I use switch dashboard also. And thus there is no change at dashboard

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

      Please give the correct variable names

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

      Sir actually l got all the values even my serial monitor is displaying all the values but my led in not glowing and dashboard is stuck at the values of 33 and 36.3 of temperature and humidity respectively, it doesn't get changed

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

      The program which I wrote is to display temp and humidity. Did you add the code to glow led? To change the temp, humidity values, place the sensor near any hot object.

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

      @@TechTrendsShameer yes sir l wrote the code for glowing led also

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

      Ok. You might be missing something in the code.

  • @pearlsofworld5292
    @pearlsofworld5292 10 месяцев назад +1

    Can u sent the coding copy

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

    Can u please send me the code for the program

  • @sailikhithpanuganti2060
    @sailikhithpanuganti2060 2 года назад +3

    why don't you provide entire code properly for users... this is for reference only right..???

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

    error is occured -temperature is not declared

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

    sir can u plz give the code sir

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

    in thingProperties.h tab things id is auto generated ? because i dont hv tht, mine got const char DEVICE_LOGIN_NAME[] only. can it also cannot get reading

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

    Code?

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

    reported

  • @Teetat-xq9sw
    @Teetat-xq9sw Год назад +1

    I need code.please

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

    scam not working

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

      If its not working for you how can you say it's scam? Do all the steps properly

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

      @@TechTrendsShameer look at the time after you uploaded the code and you go to your dashboard at 9:04 you can cleary see the time is in 9:57 and no measurement for temp and humidity then suddenly it has and the time skip to 10:01 it should be real time when you uploaded the codes do your tutorial properly lols

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

      Oh for that reason you mean its scam? I trimmed the video and I don't my subscribers to get bored by watching a long video. If they understand the concept they can do. But there are people who always find faults with others, I can't do anything with that.

  • @alexjames6747
    @alexjames6747 19 дней назад

    You are too fast and bad diction.
    Better do your video in Hindu.
    Thanks anyway.

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

    I need a help how to contact you

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

      Please contact me through instagram instagram.com/tech_trends_shameer
      or facebook facebook.com/techtrendsshameer

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

    I think the code in this part is wrong.
    void onMsgChange() {
    // Add your code here to act upon Msg change
    }
    Msg → Message

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

      No need code under that function. To get the temperature please check the code in this function
      void dht_sensor_getdata()
      {
      float hm= dht.readHumidity();
      Serial.print("Humidity ");
      Serial.println(hm);
      float temp=dht.readTemperature();
      Serial.print("Temperature ");
      Serial.println(temp);
      humidity=hm;
      temperature=temp;
      message="Temperature = " + String (temperature)+" Humidity = " + String(humidity);
      }

  • @Ibiere7
    @Ibiere7 4 месяца назад +1

    Hello please do you have a Facebook account?

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

      facebook.com/techtrendsshameer

    • @Ibiere7
      @Ibiere7 4 месяца назад +1

      @@TechTrendsShameer I sent you a message on Facebook but you haven't responded

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

      Message me in instagram.
      instagram.com/tech_trends_shameer/