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.
    • 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
                            • A Former User?
                              A Former User
                              last edited by

                              I unplugged my extended network this morning.

                              This is what happens when you practice KISS.

                              I'm thinking the IP address presented is what I've been looking for.

                              I guess I'll try to log on to it via Chrome, to see what happens.

                              RepRapFirmware for Duet 3 Mini 5+ version 3.3RC2
                              Executing config.g... Done!
                              RepRapFirmware for Duet 3 Mini 5+ is up and running.
                              WiFi module started
                              WiFi module is connected to access point NETGEAR83, IP address 100.101.1.11 (not the real IP address).

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

                                Glad you've made some progress. If we had some more details about the extender and network in general we might be able to take a guess at why it wasn't working.

                                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 you're far too busy, and way too important and powerful for such work!

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

                                    @jay_s_uk very clever! thank you!

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