Question
Module responds to AT-config cmds but then silent.
Posted on August 10, 2016 at 10:25
I am using my SPWFS01 together with a host controller. The host will, at startup, configure the SPWFS01 after which it will try to connect to a certain WiFi. This has worked for a long period of time but now suddently it does not work. My host sends this to the module:
AT+S.SCFG=wifi_mode,0AT+S.SCFG=wifi_wpa_psk_text,wifipassAT+S.SSIDTXT=wifissidAT+S.SCFG=wifi_priv_mode,2AT+S.SCFG=wifi_mode,1AT&WAT+CFUN=0after which it performs a HW reset.Usually, the module responds OK to everything and then boots. Now however, the response isOKOKOKOKOKOKand then nothing. It appears that it responds OK to everything up until saving configuration in flash. What could be the cause of this?Regards