martin-ger / esp_mqtt

MQTT Broker/Bridge on the ESP8266
MIT License
293 stars 68 forks source link

open AP with ap_ssid MyAP not available #38

Closed tmurngon closed 6 years ago

tmurngon commented 6 years ago

Hi there, Your work seems great and just what I was looking for. As I do not have the skill to build the code myself I am trying to use the pre-built binaries.

Flashing them to my NodeMCU seems to work fine (no error messages etc). However, the 'open AP with ap_ssid MyAP' (or any other name for that matter) does not seem to show up for me to connect to. Any guidance in this regard would be much appreciated.

Thanks. Jan

martin-ger commented 6 years ago

Did you try DIO mode? Try to download the whole zip archive and extract the binaries - direct download of the binaries might corrupt the files (cr-lf). What does the serial line at 115200 bps show after flashing?

tmurngon commented 6 years ago

Excellent! I managed to connect. The problem seems to have been the beed for DIO. I thought I had this set before, but my flashing software had a different idea... Thank you so much for your help!