multi wifi network
-
so I have a machine I take to school and home. I was wondering how to set it up to connect to different wifi automatically. do I have separate m558 in the config.g?
-
You can use the M587 command to set up parameters for multiple WiFi networks. See the description of M587 in the GCodes wiki page.
-
so dose it store the networks in a separate area? or dose it stay in the config.g? is there a way to set priority for the networks? say I have 2 networks in one area and I prefer to connect to one over the other if/when its available ?
thanks -
Network details are stored on the wifi module. You should not put M587 network configuration data in config.g, because it exposes your wifi password to anyone who succeeds in accessing the Duet.
-
so is there a way to set a priority list?
-
No, it connects to the strongest known network that it finds.
-
Ok so if I send the m587 over yat followed by m500 that should save everything ? Or do I need to m500?
-
@bendiesel said in multi wifi network:
Ok so if I send the m587 over yat followed by m500 that should save everything ? Or do I need to m500?
No, just the M587 command