hi,
I have used cc3200 .Now i want to set DHCP server address.The follow is my test in AP mode with HTTPSERVER project.
First i format the 3200、service pack、program.Then i enter the setting page.
1、I set Access Point Mode :
IP 192.168.1.1;
Dhcp server :start 192.168.1.252 . last 192.168.1.254
I connect to the 3200,i get ip (192.168.1.252).this is right.
2、I set Access Point Mode :
IP 192.168.1.1;
Dhcp server :start 192.168.2.252 . last 192.168.2.254
I connect to the 3200,i get ip (192.168.1.252).this is not right.But i can enter the set page,and i can ping it(192.168.1.1).
3、I set Access Point Mode :
IP 192.168.2.1;
Dhcp server :start 192.168.2.252 . last 192.168.2.254
I connect to the 3200,i can not get ip ,this is not right.And i can not enter the set page,and i can not ping it(192.168.2.1).
I have reset the device after set it.
If i set IP 192.168.2.1; Dhcp server :start 192.168.2.252 . last 192.168.2.254 ,I get the ip is 169.254.131.46.
I don't this is why,can you help me.