Chat freely about anything...

User avatar
By eduperez
#29641 Are you trying to connect to an AP as a client, and assign a fixed IP, both at the same time? As a general rule, do not do that; configure the DHCP server on the AP to issue a fixed IP to those devices that need it, based on the MAC address of each device:

* You have all the fixed IP addresses listed in one place; you just need to browse that list to know what IP addresses have been assigned, and what device is using each one.
* You just have to reconfigure the DHCP server, should you need to reconfigure your network.
User avatar
By Atlanta
#33983 Here also the same problem with the command AT+CIPSTA="192.168.0.140","192.168.0.1","255.255.255.0"

I work with this commands and I recieve my dynamic IP from my dhcp server and the static ip don't work with the above command

AT+CWMODE=1
AT+CIPMUX=1
AT+CWJAP="Login","Pas"
AT+CWJAP?
AT+CIPSERVER=1,8091
AT+CIFSR

My firmware version (0018000902)