Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    "Bad reply format version." Not sure how to proceed.

    Scheduled Pinned Locked Moved
    General Discussion
    6
    37
    2.1k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • itslikebooundefined
      itslikeboo @A Former User
      last edited by

      @bearer Awesome, well that seemed to do something.

      >>> M552 S-1
      SENDING:M552 S-1
      WiFi module stopped
      ok T0:25.1 /0.0 B:25.8 /0.0
      >>> M552 S0
      SENDING:M552 S0
      WiFi module started
      ok T0:25.1 /0.0 B:25.8 /0.0
      >>> M588 S"*"
      SENDING:M588 S"*"
      ok T0:25.0 /0.0 B:25.8 /0.0
      >>> M587 S"ssid" P"password"
      SENDING:M587 S"ssid" P"password"
      ok T0:25.0 /0.0 B:25.8 /0.0
      

      I've been here for so long, I'm not sure what to do now.

      1 Reply Last reply Reply Quote 0
      • A Former User?
        A Former User
        last edited by

        M552 S1 should turn on wifi and you should be good?

        (M552 S1 is all you need in config.g as well)

        itslikebooundefined 1 Reply Last reply Reply Quote 0
        • itslikebooundefined
          itslikeboo @A Former User
          last edited by

          @bearer

          >>> M552 S1
          SENDING:M552 S1
          WiFi reported error: no known networks found
          WiFi module is idle
          WiFi reported error: no known networks found
          WiFi module is idle
          

          Shoot me

          1 Reply Last reply Reply Quote 0
          • A Former User?
            A Former User
            last edited by

            While i go get the 6.5x55mm rounds from the safe try M557 one more time with the M552 S-1 M552 S0 before it, and give it a few seconds between each command.

            itslikebooundefined 1 Reply Last reply Reply Quote 0
            • itslikebooundefined
              itslikeboo @A Former User
              last edited by itslikeboo

              @bearer

              >>> M552 S-1
              SENDING:M552 S-1
              WiFi module stopped
              ok T0:24.7 /0.0 B:25.5 /0.0
              ok T0:24.7 /0.0 B:25.5 /0.0
              ok T0:24.7 /0.0 B:25.5 /0.0
              >>> M552 S0
              SENDING:M552 S0
              WiFi module started
              ok T0:24.7 /0.0 B:25.5 /0.0
              ok T0:24.7 /0.0 B:25.5 /0.0
              ok T0:24.7 /0.0 B:25.5 /0.0
              >>> M587 S"ssid" P"password"
              SENDING:M587 S"ssid" P"password"
              ok T0:24.6 /0.0 B:25.5 /0.0
              ok T0:24.6 /0.0 B:25.5 /0.0
              ok T0:24.6 /0.0 B:25.5 /0.0
              >>> M552 S1
              SENDING:M552 S1
              WiFi reported error: no known networks found
              WiFi module is idle
              WiFi reported error: no known networks found
              WiFi module is idle
              

              😁 it was worth a try.

              Not sure what to do now

              A Former User? 1 Reply Last reply Reply Quote 0
              • A Former User?
                A Former User @itslikeboo
                last edited by

                Not sure what to do now

                duck .. ¯_(ツ)_/¯

                which terminal are you using and are you typing or pasting commands?

                itslikebooundefined 1 Reply Last reply Reply Quote 0
                • itslikebooundefined
                  itslikeboo @A Former User
                  last edited by

                  @bearer It's all pronterface. I'm just reusing from the command history with the up key.

                  A Former User? droftartsundefined 2 Replies Last reply Reply Quote 0
                  • A Former User?
                    A Former User @itslikeboo
                    last edited by

                    @itslikeboo said in "Bad reply format version." Not sure how to proceed.:

                    pronterface

                    oh, is your SSID and passphrase all UPPER CASE or are you making sure to work around that as described below?

                    https://duet3d.dozuki.com/Wiki/Gcode#Section_M587_Add_WiFi_host_network_to_remembered_list_or_list_remembered_networks

                    For example, M587 S"ABC" P"P'A'S'SW'O'R'D" would specify that the password is "PassWord".

                    Everyone should have putty installed, and it also works as a serial terminal without silliness like the capitalization so that might be worth at try.

                    Also tell us if this is relevant to your issue

                    The use of special characters in the SSID cannot be guaranteed to work. In general it's best to avoid most special characters. Spaces, periods, dashes, underscores, and other punctuation is likely ok, but special characters on the number keys likely are not safe. (@#$%^&*). If you are having troubles adding your SSID, try a simplified version with only letters and numbers.

                    if still troublesome; duck and/or i'll take aim..

                    itslikebooundefined 2 Replies Last reply Reply Quote 0
                    • droftartsundefined
                      droftarts administrators @itslikeboo
                      last edited by

                      @itslikeboo can you send M587 on its own, to show that a network SSID has been saved?

                      Ian

                      Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

                      itslikebooundefined 1 Reply Last reply Reply Quote 0
                      • Phaedruxundefined
                        Phaedrux Moderator
                        last edited by

                        Pronterface is ok in a pinch but the capitalization thing makes it problematic for wifi.

                        Another way around it is to put the add network name commands into a macro file and then execute that either via the paneldue or M98 on the terminal.

                        Z-Bot CoreXY Build | Thingiverse Profile

                        itslikebooundefined 1 Reply Last reply Reply Quote 0
                        • itslikebooundefined
                          itslikeboo @A Former User
                          last edited by

                          @bearer said in "Bad reply format version." Not sure how to proceed.:

                          @itslikeboo said in "Bad reply format version." Not sure how to proceed.:

                          pronterface

                          oh, is your SSID and passphrase all UPPER CASE or are you making sure to work around that as described below?

                          https://duet3d.dozuki.com/Wiki/Gcode#Section_M587_Add_WiFi_host_network_to_remembered_list_or_list_remembered_networks

                          For example, M587 S"ABC" P"P'A'S'SW'O'R'D" would specify that the password is "PassWord".

                          Everyone should have putty installed, and it also works as a serial terminal without silliness like the capitalization so that might be worth at try.

                          Also tell us if this is relevant to your issue

                          The use of special characters in the SSID cannot be guaranteed to work. In general it's best to avoid most special characters. Spaces, periods, dashes, underscores, and other punctuation is likely ok, but special characters on the number keys likely are not safe. (@#$%^&*). If you are having troubles adding your SSID, try a simplified version with only letters and numbers.

                          if still troublesome; duck and/or i'll take aim..

                          That's some quality documentation sleuthing. I wouldn't have seen it! Unfortunately, the only special characters in the SSID are the hyphen and underscore. And no caps in the password. It'll be a pain to change the SSID where I am but I may need to try it.

                          1 Reply Last reply Reply Quote 0
                          • itslikebooundefined
                            itslikeboo @droftarts
                            last edited by itslikeboo

                            @droftarts Get this. I sent it a bunch of times. Got through once.

                            >>> M587
                            SENDING:M587
                            M587: Failed to retrieve network list
                            >>> M587
                            SENDING:M587
                            M587: Failed to retrieve network list
                            Error retrieving WiFi status message: bad reply format version
                            [ERROR] Error retrieving WiFi status message: bad reply format version
                            WiFi module is idle
                            >>> M587
                            SENDING:M587
                            M587: Failed to retrieve network list
                            >>> M587
                            SENDING:M587
                            M587: Failed to retrieve network list
                            >>> M587
                            SENDING:M587
                            Remembered networks:
                            MYWIFI IP=0.0.0.0 GW=0.0.0.0 NM=0.0.0.0
                            
                            1 Reply Last reply Reply Quote 0
                            • itslikebooundefined
                              itslikeboo @Phaedrux
                              last edited by

                              @Phaedrux That's interesting. I guess I can give that a try.

                              1 Reply Last reply Reply Quote 0
                              • itslikebooundefined
                                itslikeboo @A Former User
                                last edited by

                                @bearer Wait! I think you were right! Head back to the safe. I just spammed the M587 command with this apostrophe formatting and although I got "Failed to add SSID to remembered list" every time, when I tried the M552 S1, it started right up! I don't really know why, and I'm nervous about powering down but it works for now.

                                1 Reply Last reply Reply Quote 0
                                • dc42undefined
                                  dc42 administrators
                                  last edited by

                                  Does M122 display the wifi firmware version now?

                                  Duet WiFi hardware designer and firmware engineer
                                  Please do not ask me for Duet support via PM or email, use the forum
                                  http://www.escher3d.com, https://miscsolutions.wordpress.com

                                  itslikebooundefined 1 Reply Last reply Reply Quote 0
                                  • itslikebooundefined
                                    itslikeboo @dc42
                                    last edited by

                                    @dc42 Yep. 2.05.1

                                    dc42undefined 1 Reply Last reply Reply Quote 0
                                    • dc42undefined
                                      dc42 administrators @itslikeboo
                                      last edited by

                                      @itslikeboo said in "Bad reply format version." Not sure how to proceed.:

                                      @dc42 Yep. 2.05.1

                                      That's the main board firmware version. The WiFi firmware version is displayed later, under the WiFi heading.

                                      Duet WiFi hardware designer and firmware engineer
                                      Please do not ask me for Duet support via PM or email, use the forum
                                      http://www.escher3d.com, https://miscsolutions.wordpress.com

                                      itslikebooundefined 1 Reply Last reply Reply Quote 0
                                      • itslikebooundefined
                                        itslikeboo @dc42
                                        last edited by

                                        @dc42 Oh got ya.
                                        WiFi firmware version 1.23

                                        1 Reply Last reply Reply Quote 0
                                        • First post
                                          Last post
                                        Unless otherwise noted, all forum content is licensed under CC-BY-SA