WiFi problems
-
FYI I installed the Firmware 2.05.1 in my Duet 2 WiFi through BOSSA
When I input in YAT this
M115
FIRMWARE_NAME: RepRapFirmware for Duet 2 WiFi/Ethernet FIRMWARE_VERSION: 2.05.1 ELECTRONICS: Duet WiFi 1.02 or later FIRMWARE_DATE: 2020-02-09b1<LF>ok<LF>
M552 S-1
ok<LF>
M552
WiFi module is disabled<LF>ok<LF>
M587 S”Xxxxxxxx” P”1Xxxxxxxxxxxx#” I192.168.178.151
M587: Bad or missing parameter<LF>ok<LF>
M552 S1
ok<LF>
M552
WiFi module is being started<LF>ok<LF>
M588 S"*"
M588: Failed to reset the WiFi module to factory settings<LF>ok<LF>
M587 S”Heartvalve” P”1Doorveleblootgezien#” I192.168.178.151
M587: Bad or missing parameter<LF>ok<LF>
M587 S”Heartvalve” P”1Doorveleblootgezien#” I192.168.178.151
M587: Bad or missing parameter<LF>ok<LF>What is wrong here?
-
I think part of the issue may be you are using the wrong quotation marks:
P"1Xxxxxxxxxxxx#"
vs
P”1Xxxxxxxxxxxx#”
(also not part of the problem but worth doing, have a look at this step:
https://duet3d.dozuki.com/Guide/1.)+Getting+Connected+to+your+Duet/7#s7
the second image (step 4) shows how to configure YAT so that it uses <LF> line endings. then the formatting of the test will be correct and we will get the whole M122 report. The version of the wifi firmware is reported at the end of M122.)As i put in the other correspondence, try re-installing the wifiserver firmware.
-
As Tony mentioned the main issue is the different quotes i used in YAT, you need to select Unicode UTF -16[1200] then you get the correct double "quotes".
Thanks Tony
I think part of the issue may be you are using the wrong quotation marks:
P"1Xxxxxxxxxxxx#"
vs
P”1Xxxxxxxxxxxx#”