Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By MegaKing
#16143 Thank you ArnieO ... that worked

Code: Select all      WiFi.begin(<ssid>,<pass>);
      IPAddress ip(192,168,1,124);
      IPAddress gateway(192,168,1,1);
      IPAddress subnet(255,255,255,0);
      WiFi.config(ip, gateway, subnet);
User avatar
By gambituk
#16247 I have done this, but i noticed that it connects using DHCP, and then it reconnects to use the fixed ip address.

Code: Select allconnected with sieze, channel 6
dhcp client start...
ip:192.168.0.8,mask:255.255.255.0,gw:192.168.0.1


Connecting to sieze
scandone
..reconnect
rm match
scandone
.add 0
aid 2
cnt

connected with sieze, channel 6
ip:192.168.0.58,mask:255.255.255.0,gw:192.168.0.1
.
WiFi connected
IP address:
192.168.0.58


Is this the same kind of output you see from this setup?

Not the end of the world, but just seems a bit strange.

Thanks for any reply.