ThingSpeak IOT Cloud with NodeMCU ESP8266- Temperature Monitoring Dashboard

Поділитися
Вставка
  • Опубліковано 28 лис 2024

КОМЕНТАРІ • 50

  • @All-In-One-9449
    @All-In-One-9449 3 роки тому +5

    the way you explain things is really awesome. Appreciated

  • @ac4cars656
    @ac4cars656 6 місяців тому +1

    Excellent tool, will make use of, great!

    • @BINARYUPDATES
      @BINARYUPDATES  5 місяців тому

      Absolutely! Good luck and best wishes!

  • @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!

  • @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!

  • @TohidMoosazadeh
    @TohidMoosazadeh 2 місяці тому

    Thank you, It was useful!

  • @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 👌

  • @thinkbeyond5360
    @thinkbeyond5360 Рік тому +2

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

  • @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.

  • @hassanyassin3899
    @hassanyassin3899 2 роки тому

    Great and simple...

  • @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!

  • @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

  • @meenalthakur1440
    @meenalthakur1440 7 місяців тому

    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  3 місяці тому

      Hi Meenal, Its passible to integrate notifications services to the thingspeak server. 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 👍

  • @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 6 місяців тому

    Can we use DHT11 Sensor?

    • @BINARYUPDATES
      @BINARYUPDATES  6 місяців тому

      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!

  • @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!

  • @MST-ul7ol
    @MST-ul7ol 2 роки тому

    Thank you....

  • @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.

  • @JananiBalaji-q3f
    @JananiBalaji-q3f 9 місяців тому

    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!

  • @boopathiv7452
    @boopathiv7452 2 роки тому

    nice
    comment

  • @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