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

    Is there NO WAY to connect to DWC?????

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    duet web control firmware update duet 3 mini 5+
    7
    31
    1.8k
    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.
    • A Former User?
      A Former User @alankilian
      last edited by

      @alankilianWiFi module is idle
      M552
      WiFi module is changing mode
      ok
      WiFi reported error: Wrong password while trying to connect to NETGEAR83_2GEXT
      WiFi module is idle
      M552 S-1
      WiFi module stopped
      ok
      M552
      WiFi module is disabled
      ok
      M552 S0
      M552
      WiFi module is disabled
      ok

      Phaedruxundefined 1 Reply Last reply Reply Quote 0
      • A Former User?
        A Former User @alankilian
        last edited by

        @alankilian WiFi module is idle
        WiFi module is connected to access point NETGEAR83, IP address 192.168.0.XX

        alankilianundefined 2 Replies Last reply Reply Quote 0
        • Phaedruxundefined
          Phaedrux Moderator @A Former User
          last edited by

          @corlissmedia said in Is there NO WAY to connect to DWC?????:

          WiFi reported error: Wrong password while trying to connect to NETGEAR83_2GEXT

          I think we found the problem.

          Does your password contain any special characters?

          What terminal software are you using the set the password?

          See the notes here: https://docs.duet3d.com/User_manual/Reference/Gcodes#notes-96

          Z-Bot CoreXY Build | Thingiverse Profile

          A Former User? 1 Reply Last reply Reply Quote 0
          • alankilianundefined
            alankilian @A Former User
            last edited by

            @corlissmedia said in Is there NO WAY to connect to DWC?????:

            WiFi module is connected to access point NETGEAR83, IP address 192.168.0.XX

            OK, you should have gotten an actual IP address and not one ending in "XX"

            I have NO IDEA how in the heck that could have happened.

            I'm 100% baffled.

            SeemeCNC Rostock Max V3 converted to V3.2 with a Duet2 Ethernet Firmware 3.2 and SE300

            A Former User? 1 Reply Last reply Reply Quote 0
            • A Former User?
              A Former User @alankilian
              last edited by

              @alankilian that was something I did to hide the numbers. I have the numbers, but I thought they should remain mine, and not published here.

              1 Reply Last reply Reply Quote 0
              • A Former User?
                A Former User @Phaedrux
                last edited by

                @phaedrux the password looks like this, only the letters have been changed in this example: anduyrt789

                How is that wrong?

                Phaedruxundefined 1 Reply Last reply Reply Quote 0
                • Phaedruxundefined
                  Phaedrux Moderator @A Former User
                  last edited by

                  @corlissmedia said in Is there NO WAY to connect to DWC?????:

                  How is that wrong?

                  That's between you and your wifi router.

                  The error message says your router rejected your password.

                  If there are no unusual characters. All lower case and numbers, there should be no issue there, so that just leaves the password being incorrect.

                  What terminal software are you using? Mac? If so, the password command will need to be typed correctly all in one go without stopping or back spacing.

                  Alternatively you can create a small text file with the command and place it on the SD card in the sys folder, call it addwifi.g Then from the terminal you can send M98 Paddwifi.g and it will execute the command for you without the terminal software getting in between.

                  Z-Bot CoreXY Build | Thingiverse Profile

                  A Former User? 1 Reply Last reply Reply Quote 0
                  • A Former User?
                    A Former User @Phaedrux
                    last edited by

                    @phaedrux I’m on a Mac, yes. I’m not using the Mac Terminal to enter the password? I’m using SerialTools to enter the password?

                    I’ve redone the entry a number of times. I’ve used software from Netgear to verify the password. I’m sure I’ve entered the correct password for that extended network.

                    One thing that concerns me: when I use system preferences, then Network to see the networks I have, NETGEAR93 (not 83) shows up. So I think at some point I typed something after the M587 command that caused some confusion. I don’t know how to delete that phantom network. I do know that I can long on to it, but when I try to do that, it asks for a password. I’ve tried the password I thought was for it, and the password for the 5G network. Neither has worked.

                    My apologies, but your last suggestion made no sense whatsoever to me. Since I can’t access the fils on the card, which are on the board I still can’t use DWC to view, how does that work?

                    Great suggestions and help, though. Thank you.

                    fcwiltundefined engikeneerundefined 2 Replies Last reply Reply Quote 0
                    • fcwiltundefined
                      fcwilt @A Former User
                      last edited by

                      @corlissmedia said in Is there NO WAY to connect to DWC?????:

                      My apologies, but your last suggestion made no sense whatsoever to me. Since I can’t access the fils on the card, which are on the board I still can’t use DWC to view, how does that work?

                      He is talking, I think, about doing what I do.

                      I remove the SD card from the Duet and insert it into a device I have connected to my computer which allows me to read/write an SD card.

                      I keep a standard, minimum config.g file on my computer. It has the bare minimum commands to get a Duet up and running with WiFi

                      This is what I do:

                      • modify the standard config.g file for the needs of the given WiFi connection
                      • write the modified file to the SD card.
                      • remove the SD from the device connected to my computer
                      • insert the SD card back into the Duet.

                      Of course I don't remove or insert the SD card with the Duet powered on.

                      Frederick

                      Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

                      A Former User? 1 Reply Last reply Reply Quote 0
                      • Phaedruxundefined
                        Phaedrux Moderator
                        last edited by Phaedrux

                        addwifi.g

                        Yes, exactly. You'd need to remove the SD card from the Duet and put it in your Mac to edit the files on it.

                        I've attached a sample macro you can use. Edit it and change the M587 command to use your SSID and password and copy the file to the sys folder on the SD card. Then put it back in the Duet and reconnect by USB terminal. Now send the command M98 P"addwifi.g" which will run that file and execute your command and hopefully get you connected to the wifi network.

                        Contents of the file:

                        ; Add default wifi network
                        ;
                        
                        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
                        

                        Z-Bot CoreXY Build | Thingiverse Profile

                        A Former User? 2 Replies Last reply Reply Quote 0
                        • engikeneerundefined
                          engikeneer @A Former User
                          last edited by

                          @corlissmedia you can also use this command to remove all remembered networks from the WiFi module.

                          M552 S0 ; set wifi to idle
                          M588 S"*" ; forget all networks 
                          

                          E3D TC with D3Mini and Toolboards.
                          Home-built CoreXY, Duet Wifi, Chimera direct drive, 2x BMG, 300x300x300 build volume
                          i3 clone with a bunch of mods

                          A Former User? 1 Reply Last reply Reply Quote 0
                          • A Former User?
                            A Former User @Phaedrux
                            last edited by

                            @phaedrux Thank you, I will try to do exactly what you’re suggesting tomorrow morning. But first I will try once more to verify the Ssid and password.

                            I do wish I didn’t have this Netgear AC1900 EX7000 extender.

                            1 Reply Last reply Reply Quote 0
                            • A Former User?
                              A Former User @engikeneer
                              last edited by

                              @engikeneer are you saying I can use that code in SerialTools? My SerialTools doesn’t look like that. Are you using the colors feature to get that look? Thank you.

                              engikeneerundefined 1 Reply Last reply Reply Quote 0
                              • A Former User?
                                A Former User @fcwilt
                                last edited by

                                @fcwilt thank you, reading your post a few times has made it make more sense now.

                                1 Reply Last reply Reply Quote 0
                                • engikeneerundefined
                                  engikeneer @A Former User
                                  last edited by

                                  @corlissmedia yes via serial tools.
                                  The colouring is just me and the others using the code snippet tag on the forum to make it easier to read 🙂

                                  E3D TC with D3Mini and Toolboards.
                                  Home-built CoreXY, Duet Wifi, Chimera direct drive, 2x BMG, 300x300x300 build volume
                                  i3 clone with a bunch of mods

                                  A Former User? 1 Reply Last reply Reply Quote 0
                                  • A Former User?
                                    A Former User @engikeneer
                                    last edited by

                                    @engikeneer to reveal my stupidity even more, what is "the code snipet tag?"

                                    jay_s_ukundefined fcwiltundefined 2 Replies Last reply Reply Quote 0
                                    • jay_s_ukundefined
                                      jay_s_uk @A Former User
                                      last edited by

                                      @corlissmedia
                                      e38c776d-26e6-4401-b93e-714425b9ece8-image.png

                                      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

                                      A Former User? 1 Reply Last reply Reply Quote 0
                                      • fcwiltundefined
                                        fcwilt @A Former User
                                        last edited by

                                        @corlissmedia said in Is there NO WAY to connect to DWC?????:

                                        @engikeneer to reveal my stupidity even more, what is "the code snipet tag?"

                                        Above the area where you enter your post there are a number of icons.

                                        The </> is the tag for used for entering code. You just click it and it will create a place to enter code.

                                        Like this

                                        this is some code
                                        

                                        Frederick

                                        Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

                                        1 Reply Last reply Reply Quote 0
                                        • alankilianundefined
                                          alankilian @A Former User
                                          last edited by

                                          @corlissmedia said in Is there NO WAY to connect to DWC?????:

                                          WiFi module is idle
                                          WiFi module is connected to access point NETGEAR83, IP address 192.168.0.XX

                                          OK, I get it that you removed the last two digits, although there's no reason at all to keep them secret.

                                          So, after you get your machine to connect to your WiFi, can you connect using

                                          http://192.168.0.XX/
                                          

                                          in your browser?

                                          • If not, what does the message in your browser say

                                          Of course, replace the "XX" with your secret numbers.

                                          SeemeCNC Rostock Max V3 converted to V3.2 with a Duet2 Ethernet Firmware 3.2 and SE300

                                          1 Reply Last reply Reply Quote 0
                                          • A Former User?
                                            A Former User @Phaedrux
                                            last edited by

                                            @phaedrux I unplugged my extender to see what that might accomplish. I’m looking at a 27” picture of DWC now. I’m logged on to the main 2.4G network in my house.

                                            Up next, I’m going to pursue updating all of the files on the boards card to their current versions.

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