ThingSpeak IOT Cloud with NodeMCU ESP8266- Temperature Monitoring Dashboard

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ธ.ค. 2024

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

  • @All-In-One-9449
    @All-In-One-9449 3 ปีที่แล้ว +5

    the way you explain things is really awesome. Appreciated

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

    Love this channel😊

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

      Hi Chris, Glad you found this channel and videos on ThingSpeak Cloud useful. Thank you so much, have a beautiful day!

  • @ac4cars656
    @ac4cars656 7 หลายเดือนก่อน +1

    Excellent tool, will make use of, great!

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

      Absolutely! Good luck and best wishes!

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

    great,way of explaination awsom

    • @BINARYUPDATES
      @BINARYUPDATES  2 ปีที่แล้ว

      Hi Gulam, thanks for watching ThingSpeak and NodeMCU Tutorial! I hope to find time and make more such video in coming days.Thank's again!

  • @jairaj8949
    @jairaj8949 ปีที่แล้ว +3

    Good explain

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

      Hi Jairaj , thank you so much! I hope you enjoyed ThingSpeak tutorial
      Good luck and best wishes!

  • @dalisudheer9692
    @dalisudheer9692 5 วันที่ผ่านมา

    Hi, Code is working but it is not connecting to wifi ,is there anything i missed out ?.In serial monitoring it show blank page .what should i do?

  • @TohidMoosazadeh
    @TohidMoosazadeh 3 หลายเดือนก่อน

    Thank you, It was useful!

  • @Watchoutscammlol
    @Watchoutscammlol วันที่ผ่านมา

    Are you from sabarkantha ? 😅

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

    I try to put temperature in different function and call it in the void loop but the thingspeak did not display the data of the temperature. Is there a problem ?

    • @BINARYUPDATES
      @BINARYUPDATES  2 ปีที่แล้ว

      Hi, make sure temperature variable should be define into your new function. There maybe an issue with variable declaration otherwise ThingSpeak function is already made up in code used in our example code. I hope this may help you. Good luck!

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

    Hello, can ThingSpeak be used to send data to the MCU? For example, say I need to introduce a number through the web interface of ThingSpeak so that the MCU can receive that number and use it to make a calculation that will affect the value of another variable/field
    Thank you

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

      The short answer is Yes, its possible. I will be making video in future to control LED connected to NodeMCU ESP8266 from Thingspeak. The only thing is the delay of 15 second slows down the entire process of making decision and take action on the top of updated thingspeak field. This is what I learnt while building real projects and then you also need to upgrade to paid version of thingspeak to get good result. I hope this information is useful to you. Good luck and best wishes!

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

      @@BINARYUPDATES Thank you very much for your response! Yes I suspected the 15 seconds delay would be a problem too. Still, looking forward to that video 👌

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

    hi, in our project we want to send current & voltage measurements. do we need to add a library for that or can we just assign the pins as float variables ? thank you!

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

      Hi Zeliha, You can use current sensor module which is readily available in the market. And you'll also get library in arduino library manager. And about sending float value to thingspeak you can easily send float value of current and voltage data in JSON format as a string from NodeMCU code. I hope this may help you. Good luck!

    • @zelihaturan9025
      @zelihaturan9025 2 ปีที่แล้ว

      @@BINARYUPDATES thank you for such quick response! Actually, we had implemented a current sensing and voltage measuring circuit already, the analog measurements are converted to Digital form via the ADCs in STM32F303RE. We can see the results on our computer but we want to go online.

  • @NitishKumar-kx3xm
    @NitishKumar-kx3xm ปีที่แล้ว +1

    sir, my Node MCU connected with wifi but I can not get IP address , How to solve this problem?

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

      Hi Nitesh, if you're sure that NodeMCU ESP8266 is connected to Wifi then check messages on serial monitor. Otherwise just login to your internet router settings and you'll find NodeMCU and its IP address in DHCP client list or connected devices list. I hope this may help you. Good luck and best wishes!

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

    Hi, im follow your tutor and my thingspeak not show data. In my serial monitor the data is have..

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

      Hi Taufik, check your WriteAPIKey and ChannelID of thingspeak channel. These are only information have to pass if they are correct then maybe internet would be only issue. I hope so. Good luck and best wishes!

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

      @@BINARYUPDATES tqq, now work 👍

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

    We want to send notification to user phone about DHT11 and MQ4 sensor data using nodemcu8266 and thingSpeak. How can this be achieved

    • @BINARYUPDATES
      @BINARYUPDATES  4 หลายเดือนก่อน

      Hi Meenal, Its passible to integrate notifications services to the thingspeak server. Best wishes!

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

    Can it runs on Proteus ??
    Means same simulation and same code

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

      I've not yet tested in Proteus. But I don't see any point of simulation for IoT projects.

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

    How are you sir, phaneesh this side hope you remember me

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

      Hi Phaneesh, I'm good, how are you?

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

    Is this circuit suitable to be run from a battery or does the current draw to power wifi mean it would be better on a power supply?

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

      Yes, with dedicated battery the connection will be more stable
      This circuit can run on any Li-Ion battery. As there are plenty of small portable 3.3V DC batteries available out there can be use to drive NodeMCU ESP8266 with ThingSpeak
      Best Wishes
      Umesh

  • @VAMSINoob
    @VAMSINoob 2 ปีที่แล้ว

    So , is there any chance to send only average value for 2 minutes of temperature to thingspeak ??

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

      You can write the logic of calculate average and then store in variable. And in the end , send that variable value to ThingSpeak IoT Server as we have sent temperature sensor value in this video lesson. If fact you can modify the same code. Good luck!

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

    Can you change the code for a different sensor?

    • @BINARYUPDATES
      @BINARYUPDATES  2 ปีที่แล้ว

      Hi John, you can change this Arduino code of ThingSpeak for any other sensor like LDR, Ultrasonic Sensor or any other.

  • @SOUMYABS-ef8gn
    @SOUMYABS-ef8gn 7 หลายเดือนก่อน

    Can we use DHT11 Sensor?

    • @BINARYUPDATES
      @BINARYUPDATES  7 หลายเดือนก่อน +1

      Hi Soumya, if you replace LM35 with DHT11 then you may need to add DHT11 Adafruit library and code will change a bit. But its possible to make it work with some changes in code. I hope this may help you. Best wishes!

  • @hassanyassin3899
    @hassanyassin3899 2 ปีที่แล้ว

    Great and simple...

  • @JananiBalaji-q3f
    @JananiBalaji-q3f 10 หลายเดือนก่อน

    My code is working but it is not reflecting in things speak website. please help

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

      Usually, ThingSpeak takes 15 second to update data on dashboard. Otherwise check the wifi credentials, channel ID and write API into the code. Good luck and best wishes!

  • @AliEjaz-ne1ei
    @AliEjaz-ne1ei 2 ปีที่แล้ว

    its showing temp in only 1 and 0 form. How do i fix it?

    • @BINARYUPDATES
      @BINARYUPDATES  2 ปีที่แล้ว

      Hi Ali, please check if temperature sensor is damaged. Usually, these days I'm getting so many bad components. Otherwise there will be some issue with connecting LM35 with NodeMCU ESP8266

  • @YK-gw2jt
    @YK-gw2jt 2 ปีที่แล้ว

    Sir, Can we add pulse and oxygen sensor here ??

    • @BINARYUPDATES
      @BINARYUPDATES  2 ปีที่แล้ว

      Yes you can interface pulse or oxygen sensor to ThingSpeak Server.

  • @MST-ul7ol
    @MST-ul7ol 2 ปีที่แล้ว

    Thank you....

  • @boopathiv7452
    @boopathiv7452 2 ปีที่แล้ว

    nice
    comment