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

    Help entering new wifi password

    Scheduled Pinned Locked Moved Solved
    General Discussion
    6
    7
    298
    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.
    • MandalaRoseundefined
      MandalaRose
      last edited by

      My business moved to a new location, and I am unable to completely enter the new wifi password using the Panel Due 7. I literally cannot enter the last double quotes. That's it.

      For example: M587 S"xxxxxxxxxxx" P"##################

      The panel literaly won't let me enter the double quotes affter the password.

      How else can I get a new wifi setup for my printer?

      And no, I can't change my ssid or password, I have literally every other system setup on it already and some are quite hard to change.

      Wade

      droftartsundefined dc42undefined jay_s_ukundefined 3 Replies Last reply Reply Quote 0
      • droftartsundefined
        droftarts administrators @MandalaRose
        last edited by

        @MandalaRose I don't know if there is an input limit length on PanelDue commands; in DWC it is at least 200 characters. Probably the easiest thing to do is to eject the SD card, create a small macro with the M587 command in it on your PC, then put it back in the Duet and run the macro.

        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

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

          @MandalaRose here's a possible workaround:

          • Enter: global pw="#################"
          • Then enter: M587 S"xxxxxxxxxxx" P{global.pw}

          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

          1 Reply Last reply Reply Quote 0
          • jay_s_ukundefined
            jay_s_uk @MandalaRose
            last edited by

            @MandalaRose or connect via USB to the board and configure it using YAT

            Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

            1 Reply Last reply Reply Quote 1
            • MandalaRoseundefined
              MandalaRose
              last edited by

              Yeah, macro didn't work, and neither did the global. Guess it's YAT. Just a pain as the usb is a bit hard to get to on this printer.

              Wade

              Phaedruxundefined 1 Reply Last reply Reply Quote 1
              • Phaedruxundefined
                Phaedrux Moderator @MandalaRose
                last edited by

                @MandalaRose said in Help entering new wifi password:

                macro didn't work

                Try this one

                ; Add default wifi network
                ;
                M291 R"Add default WIFI network? Y/N" P"This will add duetwifi access point." S3 T10
                
                M552 S0			; Disable network module
                G4 S5			; wait 5 seconds
                M587 S"NETWORKNAME" P"PASSWORD"			; Add duet wifi SSID to remembered networks list
                G4 S5			; wait 5 seconds
                M552 S1			; reenable wifi module
                
                M291 R"duetwifi SSID added." P"Check console to verify IP address."
                

                Z-Bot CoreXY Build | Thingiverse Profile

                MandalaRoseundefined 1 Reply Last reply Reply Quote 2
                • MandalaRoseundefined
                  MandalaRose @Phaedrux
                  last edited by

                  @Phaedrux said in Help entering new wifi password:

                  ; Add default wifi network;M291 R"Add default WIFI network? Y/N" P"This will add duetwifi access point." S3 T10 M552 S0 ; Disable network moduleG4 S5 ; wait 5 secondsM587 S"NETWORKNAME" P"PASSWORD" ; Add duet wifi SSID to remembered networks listG4 S5 ; wait 5 secondsM552 S1 ; reenable wifi module M291 R"duetwifi SSID added." P"Check console to verify IP address."

                  That worked! Thanks!!!

                  1 Reply Last reply Reply Quote 1
                  • Phaedruxundefined Phaedrux marked this topic as a question
                  • Phaedruxundefined Phaedrux has marked this topic as solved
                  • First post
                    Last post
                  Unless otherwise noted, all forum content is licensed under CC-BY-SA