Changes to Step #9
Step Lines
[title] Duet 2 Wifi only - Connect Duet to Network |
[* black] '''This step is for Duet 2 WiFi only!''' Use the command [[Gcode#Section_M587_Add_WiFi_host_network_to_remembered_list_or_list_remembered_networks|M587]] as shown below. The simple double quote characters are [* [* black] ``M587 S"your-network-ssid" P"your-network-password"`` [* [* icon_note] [* [* [* red] Send command '''M552 S1''' to connect to WiFi. After a moment, the Duet will confirm the connection and the IP address of the Duet controller. The blue LED on the WiFi module will flash as it trys to connects, then should be on constantly once connected. [* black] If you get an error, check the network SSID and password you entered with the M587 command. [* black] At this point your Duet 2 Wifi should be on the wifi network. To connect to [* icon_note] Note: The WiFi module only support 2.4Ghz not 5 Ghz Wifi bands. [* icon_note] Note: M587 saves the SSID and password to the Duet 2 Wifi. You do not need to run this command every time the board is started. M552 S1 starts the network, this command does need to be run every time the board starts (so ensure it is in config.g so it runs automatically - editing config.g will be covered later) |
[* black] '''This step is for Duet 2 WiFi only!''' Use the command [[Gcode#Section_M587_Add_WiFi_host_network_to_remembered_list_or_list_remembered_networks|M587]] as shown below. The simple double quote characters are [* [* black] ``M587 S"your-network-ssid" P"your-network-password"`` [* [* icon_note] [* [* [* red] Send command '''M552 S1''' to connect to WiFi. After a moment, the Duet will confirm the connection and the IP address of the Duet controller. The blue LED on the WiFi module will flash as it trys to connects, then should be on constantly once connected. [* black] If you get an error, check the network SSID and password you entered with the M587 command. [* black] At this point your Duet 2 Wifi should be on the wifi network. To connect to [* icon_note] Note: The WiFi module only support 2.4Ghz not 5 Ghz Wifi bands. [* icon_note] Note: M587 saves the SSID and password to the Duet 2 Wifi. You do not need to run this command every time the board is started. M552 S1 starts the network, this command does need to be run every time the board starts (so ensure it is in config.g so it runs automatically - editing config.g will be covered later) |