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

    Can't establish wifi connection in new installation

    Scheduled Pinned Locked Moved
    Firmware installation
    3
    6
    1.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.
    • 1d1undefined
      1d1
      last edited by

      I can't seem to get a network established to a new 1.19 duet wifi board for my cartesian printer. I can get to the point of "no known network; wifi module is idle", M503 gives me a test config. I've run the configurator and placed it on the duet sd card. Finally, this is a second Duet on a second printer, so I need to establish separate networks. I've spent way too much time and energy getting nowhere. It isn't the fault of the Duet, I'm sure, but I don't know where/what/how to proceed from here.

      1 Reply Last reply Reply Quote 0
      • KeeganBundefined
        KeeganB
        last edited by

        are you communicating with the duet via Pronterface over USB?

        Do this.

        M588 S"*"
        M552 S0
        wait about 30 sec or so, or until Pronterface reports the wifi module is idle
        M587 S"NetworkSSID" P"password"
        M552 S1

        Note that the SSID and password will be case sensitive and Pronterface will convert them to all caps unless you tell it not to by including apostrophes in the appropriate locations.

        https://duet3d.com/wiki/G-code

        I think David prefers doing this with a Macro, but I have done it so many times now, i prefer sending commands via USB.

        Artemis
        Rostock Max v2
        Orion

        1 Reply Last reply Reply Quote 0
        • 1d1undefined
          1d1
          last edited by

          OK. Done all that but I'm missing a step or two apparently - What is my SSID and password ="reprap"? I've been using 192.168.1.1
          Thanks, Keegan!

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

            The SSID is the name of the WiFi network you want the Duet to connect to, and the password is the password for connecting to that wifi network.

            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
            • KeeganBundefined
              KeeganB
              last edited by

              You SSID is the name of your wireless network. The password is your password for that wireless network. These are both case sensitive and need to be typed in correctly per the wiki link I provided because Pronterface converts all text to CAPS unless you tell it not to.

              Artemis
              Rostock Max v2
              Orion

              1 Reply Last reply Reply Quote 0
              • 1d1undefined
                1d1
                last edited by

                OK! Connected.

                Thanks to you both!

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