w600 Module AT command WJOIN fail error -10 in AP or SoftAP process

Hello

My W600 wifi module work fine in STA mode but always fail in AP or SoftAP mode. I tried all the examples of the WM_W60X_SDK_AT Command_V1.0.2.pdf sending AT commands with Uart_send_AT_demo.ino.

Exemple of AT sequence :

write—>AT+RSTF

read—>+OK

write—>AT+WPRT=2 // I tried also with 3

read—>+OK

write—>AT+SSID=“MyTEST”

read—>+OK

write—>AT+KEY=1,0,“12345678”

read—>+OK

write—>AT+ENCRY=1

read—>+OK

write—>AT+APNIP=1,192.168.10.1,255.255.255.0,192.168.10.1,192.168.10.1

read—>+OK

write—>AT+WJOIN

read—>+ERR=-10

Thank you for your help.

Hi,





WJOIN command is only valid when the module joins the wireless network as STA or create a wireless network as an access point (AP). If the current network mode is adhoc, and no specified SSID network can be detected, the module will automatically create a new network. If it is already networking, then the network connection information will be directly returned.