@alil2096 said in Problem with wifi - Duet2WiFi - no known networks found:
Without doing anything, just resetting the power suppply, the module started and now is connected to the wifi network.. Any ideas?
Sounds like clearing the saved networks with M588 was enough.
If you can't set a DHCP reservation with your router, you can specify a static IP address to use manually, but you need to be sure that address isn't already in use on the network and isn't in the DHCP range the router uses for new devices, otherwise it could get handed out in the future.
To do it manually you need to specify the address in the M587 command when you add the SSID with the I parameter.
https://docs.duet3d.com/en/User_manual/Reference/Gcodes#m587-add-wifi-host-network-to-remembered-list-or-list-remembered-networks
S"ccc" Network SSID (case sensitive)
P"ccc" Network password (case sensitive)
Inn.nn.nn.nn (optional) IP address to use when connected to this network. If zero or not specified then an IP address will be acquired via DHCP.