- Sat Nov 12, 2016 3:08 pm
#58050
Thanks a lot for the pointer. I have installed esp-link 2.2.3
However, after entering mqtt broker info in the REST/MQTT page, esp-link is unable to connect to connect to the broker.
However, if I want to change broker info, the REST/MQTT page has become totally unresponsive:
unresponsive REST/MQTT Page
Due to this, I am no longer able to change the mqtt broker or carry out further mqtt tests.
Following log is observed on the Debug/Log page of esp-link:
338866> MQTT: Connect to broker.hivemq.com:1883 0x3fff9888 (client=0x3fff5574)
339534> MQTT: ip 52.29.27.181
339534> MQTT ERROR: Failed to connect
340237> MQTT: Connect to broker.hivemq.com:1883 0x3fff98d8 (client=0x3fff5574)
340346> MQTT: ip 52.29.193.216
340346> MQTT ERROR: Failed to connect
342773> MQTT: Connect to broker.hivemq.com:1883 0x3fff9928 (client=0x3fff5574)
343536> MQTT: ip 52.29.27.181
343536> MQTT ERROR: Failed to connect
354382> MQTT: Connect to broker.hivemq.com:1883 0x3fff9978 (client=0x3fff5574)
354832> MQTT: Disconnect CB, freeing espconn 0x3fff7b18
354832> MQTT: Disconnected from broker.hivemq.com:1883
354838> MQTT: Disconnect CB, freeing espconn 0x3fff7068
354839> MQTT: Disconnected from broker.hivemq.com:1883
355168> HTTP GET /log/text: 200, 37ms, h=11056
355287> MQTT: Connect to broker.hivemq.com:1883 0x3fff77c0 (client=0x3fff5574)
355534> MQTT: ip 52.29.27.181
355534> MQTT: connecting...
355724> MQTT: Disconnect CB, freeing espconn 0x3fff6c48
355724> MQTT: Disconnected from broker.hivemq.com:1883
355730> MQTT: TCP connected to broker.hivemq.com:1883
355730> MQTT: Send type=TYPE_CONNECT id=0000 len=40
The mqtt activity is keeping the esp-link occupied
I have tried flashing at firmware to clear the flash, and then again flashed esp-link , so that the broker information goes away, but it persists.
Is there any alternate way to completely erase esp8266?