-->
Page 1 of 1

Wireless Temperature Monitoring using WeMos D1 R2 using MQTT

PostPosted: Wed Nov 14, 2018 3:59 pm
by rananthan3
I found that Deep-sleep was kind of a pain to configure but you must connect GPIO16 to the EXT_RSTB pin of ESP8266.

All the steps can be found here. The code publishes two topics the temperature in Celsius and Fahrenheit. The code is available here.

https://github.com/rananthan3/MQTT_ESP8266