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

    Failed to add SSID to remembered list

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    2
    3
    692
    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.
    • Papsiundefined
      Papsi
      last edited by

      Whats wrong here ?


      M552
      WiFi module is changing mode<LF>
      ok<LF>
      WiFi reported error: no known networks found<LF>
      WiFi module is idle<LF>
      M587 S"FRITZ!Box Fon WLAN 7390" P"1202678137040714"
      M587: Failed to add SSID to remembered list<LF>
      ok<LF>
      Error retrieving WiFi status message: bad reply format version<LF>

      1 Reply Last reply Reply Quote 0
      • SupraGuyundefined
        SupraGuy
        last edited by SupraGuy

        M587

        With no parameters will list all of the remembered networks. There is a limit to the number that the module will remember.

        M588 can be used to forget networks.

        M88 S"*"

        This will forget all of the networks that it has remembered so far.

        M88 S"FRITZ!Box Fon WLAN 7390"

        Will specifically forget the one that you were trying to add, in case it was already in there.

        Also see the notes in the wiki here: https://duet3d.dozuki.com/Wiki/Gcode#Section_M587_Add_WiFi_host_network_to_remembered_list_or_list_remembered_networks

        You have to take the wifi module out of reset first, so the M552 S0 command should precede this.

        Lead screw driven printer, powered by Duet 2 Wifi
        MPCNC powered by Duet 2 Wifi
        CoreXY printer driven by Duet 3 6HC
        LowRider CNC powered by Duet 2 Wifi

        1 Reply Last reply Reply Quote 0
        • Papsiundefined
          Papsi
          last edited by

          now it works.

          M552 S0 and then M588 S"*"

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