FrenkR wrote:
wifi connection to a router.
is there any way to get callback immediately after status wifi_station_connect() is set to IDLE or range from STATION_WRONG_PASSWORD to STATION_CONNECT_FAIL?
Right now, after calling wifi_station_connect(), I have timer that checks wifi connection every 1 second. From debug window, I see that if connection is broken, system automatically tries to reconnect again. For me, better option would be callback function on status change. In callback, I would disconnect, (re)initialize parameters and connect again with some delay.
Currently I have only UART1 debug info on GPIO2. Is there any setup (API) to get more detailed (debug) info about connecting to wifi (station mode)?
Our OS version SDK will meet your requirement soon...Statistics: Posted by jackon — Fri Dec 26, 2014 4:20 pm
]]>