Chat freely about anything...

User avatar
By CROSP
#46478 Hi, I just started to dive into ESP8266 development. Now I need to implement simple project using MQTT protocol. I found this firmware https://github.com/tuanpmt/esp_mqtt . I am using Open SDK https://github.com/pfalcon/esp-open-sdk . Everything seems to compile fine and I flashed successfully. But the problem is that I am getting following output over UART

Code: Select allscandone
no A700E found, reconnect after 1s
reconnect
f r0, scandone
no A700E found, reconnect after 1s
reconnect
f 0, scandone
no A700E found, reconnect after 1s
reconnect


The most weird thing here is A700E , I have really no idea where is this AP name is specified, I tried to grep all file and all sdk files but still nothing found.

I have just uploaded my code to github https://github.com/CROSP/IOT_MQTT_Intercom

Please help to solve this problem, what is wrong and where I am doing wrong.
Thanks