/nodemcu-dht22

DHT22 Sensor with NodeMCU and MQTT

Primary LanguageArduino

nodemcu-dht22

Hardware Setup:

Software Setup:

Settings:

char* topic = "dht22";
char* server = "148.251.206.53";
char* hellotopic = "hello_topic";

You can change this setting in the Arduino Sketch with your parameters of MQTT-Server and Topic.

Have a look at this Article to find out your proper MQTT-Server Public MQTT-Server List