Static IP Address
Hi Everyone !
I am using SPWF01S wifi module.
I would like to assign static IP for my module, so that my module will have same IP address even when connected with different networks.
I used the following AT Commands
at+s.scfg
= ip_use_dhcp,0at+s.scfg = ip_ipaddr,172.10.10.50
at+s.scfg = ip_netmask,255.255.255.240
at+s.scfg = ip_gw,172.10.10.1
at+s.scfg = ip_dns,172.10.10.1
when I use the above commands the module is allotted with static IP but SOCKET connection is not happening but when I use 'ip_use_dhcp,1' then everything works fine.
Help me to solve this issue.
