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

preview_player
Показать описание
In this video, we will see how to get started with Thingspeak, what is thingspeak, what we can do with the thingspak, how to create a channel in thingspeak, how to add widgets to the thingspeak, what wre the API keys, what is purpose of API keys, How to post data to the thingspeak, How to build a temperature and humidity monitoring solution using DHT22.

Here we will push temperature and humidity data to the thing speak.
Required Components:

=====================================================================
Subscribe to Electronics Innovation

-~-~~-~~~-~~-~-
Please watch: "I AM IRON MAN | DIY Arc Reactor"
-~-~~-~~~-~~-~-
Рекомендации по теме
Комментарии
Автор

If you wanted to know the interfacing of DHT22 with NodeMCU and circuit diagram kindly refer this previous video

electronicsinnovation
Автор

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?

keshavdk
Автор

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);

fatherloz
Автор

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

kishoret
Автор

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

jeepcruiser
Автор

It shows "Failed to read from DHT sensor"

aryangoel