The use of the ESP8266 in the world of IoT

User avatar
By Bryan Ho
#48913 Hello,

Anyone have an experience on esp_mqtt?
I want to connect ESP8266 to Bluemix.
But it fails.
I have checked the setting by using MQTT.fx.
I think it is correct.

It keep showing:
TCP: Connect to domain qjg7ec.messaging.internetofthings.ibmcloud.com:1883
DNS: found ip 169.45.2.20
TCP: connecting...
MQTT: Connected to broker qjg7ec.messaging.internetofthings.ibmcloud.com:1883
MQTT: Sending, type: 1, id: 0000
TCP: Sent
TCP: Disconnected callback
MQTT: Disconnected

Thank you.
User avatar
By Bryan Ho
#48944 Hi,

I have solved the problem.
Just for reference.
For Bluemix, it is now do not have Will topic.
Need to remove the Will topic,
If not, Esp cannot connect to bluemix :!: