2018-01-31 12:37 AM
Hi to all,
I'm working on SPWF04 wifi module and, even I read all at possible commands, I don't find how to disable the automatic wifi connection to an access point on start-up. Please, could anyone suggest me ho do it ?
Regards
Davide Urbano
#wifi-usart #spwf042018-02-01 07:03 AM
When module is not in IDLE mode, it automatically tries to associate.
You can disable wifi (AT+S.WIFI=0) and enable again when needed (AT+S.WIFI=1)
2018-02-06 01:56 AM
The WIFI=0 or WIFI=1 state can be saved too.
That is:
AT+S.WIFI=0
+WIND:49:....
+WIND:38:....
AT+S.SCFG=wifi_....
....
AT+S.WCFG <-- save config to flash
AT+S.RESET
(the module will boot without activating the WIFI)
AT+S.WIFI=1 <-- manually activate the WIFI and associate to AP
2018-02-06 09:31 AM
Thanks a lot Elio for your
exhaustive answers; I resolved a really big problem...thanks again...