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

    DWC no longer connects to my laptop

    Scheduled Pinned Locked Moved Unsolved
    General Discussion
    5
    12
    435
    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.
    • Sgt G 294undefined
      Sgt G 294
      last edited by

      Yeah it's just a weird problem because it connects to my phone just not the PC and it only happened when I upgraded internet

      1 Reply Last reply Reply Quote 0
      • Sgt G 294undefined
        Sgt G 294
        last edited by

        Does my networking section of the config.g file seem correct?

        ; Network
        M552 S1 ; connect to strongest network with known SSID
        M552 S1 P"mySSIDname"             ; enable network
        M552 S2 P"mySSIDname"     ; enable access point
        M554 Pipaddress
        M586 P0 S1                                    ; enable HTTP
        M586 P1 S0                                    ; disable FTP
        M586 P2 S0                                   ; disable Telnet
        
        
        droftartsundefined 1 Reply Last reply Reply Quote 0
        • bLiTzJoNundefined
          bLiTzJoN
          last edited by

          Perhaps you need to reset the saved wifi profiles on the printer.

          In my config.g, I have the following:

          ; Network
          M552 S1                                            ; enable network
          M586 P0 S1                                         ; enable HTTP
          M586 P1 S0                                         ; disable FTP
          M586 P2 S0                                         ; disable Telnet
          

          I created the following macro files:

          Wifi - Clear All (clears all saved profiles from memory)

          M588 S"*"
          G4 P1000
          M587
          

          Wifi - Set (creates a profile entry in memory)

          M552 S0
          G4 P5000
          M587 S"myssid" P"mywifipassword"
          G4 P1000
          M587
          M552 S1
          

          Wifi - Cycle (when I'm having connectivity issues, I can cycle the wifi and reconnect)

          M552 S0
          G4 P5000
          M587
          M552 S1
          

          6 DuetWifi powered Tevo Little Monsters, a highly modified SeeMeCNC RMv2 and a couple Mini Monoprice Deltas roaming around.

          1 Reply Last reply Reply Quote 0
          • droftartsundefined
            droftarts administrators @Sgt G 294
            last edited by

            @Sgt-G-294 said in DWC no longer connects to my laptop:

            Does my networking section of the config.g file seem correct?

            ; Network
            M552 S1 ; connect to strongest network with known SSID
            M552 S1 P"mySSIDname"             ; enable network
            M552 S2 P"mySSIDname"     ; enable access point
            M554 Pipaddress
            M586 P0 S1                                    ; enable HTTP
            M586 P1 S0                                    ; disable FTP
            M586 P2 S0                                   ; disable Telnet
            
            

            Is this your current config.g? Because the last M552 command is setting up the Duet in Access Point mode, ie your phone is connecting direct to the Duet, rather than using your ATT network router. You should only need one M552 command, and it really depends how you want to connect. You can also remove the M554 command that sets the Gateway address, that should also be set by the DHCP server, and is unnecessary in Access Point mode.

            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 0
            • Sgt G 294undefined
              Sgt G 294
              last edited by

              Yeah thats in my config file, I'll remove the extra m552 and the m554 and give that shot 1st

              droftartsundefined 1 Reply Last reply Reply Quote 0
              • droftartsundefined
                droftarts administrators @Sgt G 294
                last edited by

                @Sgt-G-294 It might be worth following the 'initial setup' guide to connect the Duet to your ATT WiFi, using a USB connection, delete saved SSIDs as @bLiTzJoN suggests with M588 S"*", and add the SSID afresh. See https://docs.duet3d.com/en/How_to_guides/Getting_connected/Getting_connected_to_your_Duet

                As you have the 2.1.0 WiFi firmware installed, you can do a scan for WiFi SSIDs. See M587.1 and M587.2.

                It is odd that, though the last command sets up the Duet in Access Point mode, your M122 reports says it is connected to an access point. See if the above helps.

                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

                Sgt G 294undefined 1 Reply Last reply Reply Quote 0
                • Sgt G 294undefined
                  Sgt G 294 @droftarts
                  last edited by

                  @droftarts I have unfortunately followed that many times and used the M588 without change. Maybe I should reflash the wifi firmware?

                  Sgt G 294undefined bLiTzJoNundefined 2 Replies Last reply Reply Quote 0
                  • Sgt G 294undefined
                    Sgt G 294 @Sgt G 294
                    last edited by

                    @Sgt-G-294 So currently to even connect to the phone, I still have to connect the PC to YAT and tell it M552 S0 then M552 S1 and then I can connect. As a band-aid, I added the below code at end of the networking in the config and this at least allows me to connect by not carrying the laptop downstairs every time.

                    M552 S0
                    G4 S2
                    M552 S1
                    
                    1 Reply Last reply Reply Quote 0
                    • bLiTzJoNundefined
                      bLiTzJoN @Sgt G 294
                      last edited by

                      @Sgt-G-294 Can't hurt to reflash. Now, it should be mentioned that I performed the incremental upgrade as noted which might be the issue here if you overlooked it.

                      6 DuetWifi powered Tevo Little Monsters, a highly modified SeeMeCNC RMv2 and a couple Mini Monoprice Deltas roaming around.

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

                        I have found that it's very hard to maintain connection to the Duet board via wifi network if the computer I am using has VPN switched on.

                        https://drmrehorst.blogspot.com/

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