[SOLVED] Ubidots and mqtt

how to send dht11 sensor data to ubidots through mqtt from esp8266

Hello @nishanth,

First to start with your ESP8266 as stand alone I recommend you reference to the article below:

Once you’re able to compile the ESP8266 correctly and sending data properly to Ubidots, use the MQTT library. You can find the library in our Github Repository.

After that you have to build the sketch for the DHT11 and include the sensor setting to the Ubidots’ one, on internet you’ll find many examples about how to start with the sensor. This guide will help you, take a look of it!

I hope this information would help you,
Best Regards,
Maria C.