hi,all Origin esp_iot_sdk_v0.9.3_14_11_21 has a bug that cannot capture any packets in sniffer mode, please use this patch to fix it. No modification, just recompile the lib, don't know why... Old libpp.a version is 4, this libpp.a version is 5, just copy this file to lib folder and replace the old ...
hi,muris After you got ip, do you send any packets to AP? If not, AP will deauth you after a specific time, the time depends on your AP's configration, in your case, it's 1min. So, please make sure to send a packet out within this time limitation. Have a try, and let me know.
Please give some example for standalone application with maximum power save mode (without additional mcu which can control CH_PD). For example ESP check some GPIOs, send their condition via TCP or UDP and goes to sleep for the next eg 15mins. regards! For eg, go to deep sleep for 15 mins. system_de...
hi, muris espconn_disconnect(ctrlConn) will not free your ctrlConn internal, you should call os_free(ctrlConn) by yourself. pls post your log here, we will take a look.