Connecting to an Android mobile AP

Hi,

      haven't had any luck attaching to an Android mobile phone hot spot.  The set of commands I send is -

AT+WPAPSK=AndroidAP,password
AT+NDHCP=0
AT+NSET=192.168.0.10,255.255.255.0,192.168.0.10
AT+WAUTO=0,AndroidAP,6
AT+NAUTO=1,1,8011
ATA

I have used the commands in the easy setup guide and connected to a modem successfully.  I have adjusted those commands for the mobile phone, as listed above, but have had no success.

The mobile phone supports 802.11b and WPA2 PSK. However I do not get a connection.

Any suggestions would be helpful.

       Thanks

                HEN

Hello Hen

For WPA-passphrase, you should use AT+WWPA command.
Refer to the below at commands.

AT+WD
[OK]
AT+WM=0
[OK]
AT+WWPA=12345678
[OK]
AT+NDHCP=0
[OK]
AT+NSET=192.168.3.50,255.255.255.0,192.168.3.1
[OK]
AT+WA=WizFiDemoAP
IP SubNet Gateway
192.168.3.50: 255.255.255.0: 192.168.3.1
[OK]

Steve

Hi Steve,

             I see.  Thanks for that.