This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Dear TI,
I am running AT+Command example on LAUNCHXL-CC3235SF board and trying to connect to my network using the following command :
AT+WlanConnect="MyWiFi",,WPA_WPA2,"MyPassword",,,
I got the Error: process command, -2050 message. I don't know I got this SL_ERROR_WLAN_INVALID_ROLE.
Please clarify
B R,
Brahim
Hi Brahim,
The cause of this error is because your CC3235 is in AP mode. The CC3235 does not have dual role capability, so you can only be either a STA or an AP. Please switch to STA mode and retry your WlanConnect command like so:
AT+WlanSetMode = STA AT+Stop = 0 AT+Start
Regards,
Michael