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

    connecting to open wifi network

    Scheduled Pinned Locked Moved Solved
    General Discussion
    wifi
    3
    4
    461
    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.
    • lajosundefined
      lajos
      last edited by

      Hello-

      Is it possible to connect the Duet Wifi to an open network? I tried leaving the password field empty, but it doesn't seem to work:

      M587 S"my-ssid" P""
      

      I can connect to networks that require a password, I'm only having trouble with the open network.

      Thanks-
      Lajos

      dc42undefined 1 Reply Last reply Reply Quote 0
      • mrehorstdmdundefined
        mrehorstdmd
        last edited by

        The one time I tried to connect to an open wifi network was at a makerfaire and I wasn't able to get it to work (but that may have been a problem with the network). That led me to some digging and I found that the Duet WiFi has access point mode available. Your computer will see the Duet board as another wireless network that you can connect to and access the DWC.

        See: https://duet3d.dozuki.com/Wiki/Gcode#Section_M589_Configure_access_point_parameters

        and https://forum.duet3d.com/topic/3107/duet-wifi-in-access-point-mode

        You need to connect to the board via USB to set up the access point mode, and then put an M552 S2 command in your config.g file. After that when the board boots up it will be in access point mode and you can connect via wifi.

        I set up my sand table for access point mode and I can send pattern files to the Duet, select them for "printing", and edit config files, etc.

        https://drmrehorst.blogspot.com/

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

          What happens if you include a dummy password of 8 characters or longer in the M587 command?

          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

          lajosundefined 1 Reply Last reply Reply Quote 1
          • lajosundefined
            lajos @dc42
            last edited by

            @dc42 Thanks so much, it works with a dummy password!

            M587 S"my-ssid" P"password"
            

            Why didn't I think to try that? 😉

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