AT+CWJAP="OFFICE"
ERROR
Where "OFFICE" is the name of an access point with no password required.
When I send a List Available AP command, I receive the following responses:
AT+CWLAP
+CWLAP:(0,"FVS318N_1",-87,"9c:3d:cf:b6:03:7a",1,-17,0)
+CWLAP:(4,"DHB-Network",-90,"c4:b3:01:df:a1:7c",1,-9,0)
+CWLAP:(3,"DHB-Network",-90,"f0:99:bf:08:23:16",1,-24,0)
+CWLAP:(0,"OFFICE",-33,"28:c6:8e:b8:47:37",11,3,0)
+CWLAP:(0,"DEN",-68,"08:bd:43:c0:19:6d",11,-9,0)
OK
Per another post, I sent the query variation of the connect command and I received the following response:
AT+CWJAP?
No AP
OK
This tells me that I am sending a valid command. I have tried setting the mode (using the CWMODE command) to 1 and 3 with the same result!
I am at a complete loss to understand what I am doing wrong. Any help would be greatly appreciated.