• Tags
  • Documentation
  • Order
  • Register
  • Login
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.7k
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.
  • undefined
    Phaedrux Moderator
    last edited by Phaedrux 14 Jun 2022, 03:55

    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

    ? 2 Replies Last reply 14 Jun 2022, 06:30 Reply Quote 0
    • undefined
      engikeneer @A Former User
      last edited by 14 Jun 2022, 05:56

      @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

      ? 1 Reply Last reply 14 Jun 2022, 06:34 Reply Quote 0
      • ?
        A Former User @Phaedrux
        last edited by 14 Jun 2022, 06:30

        @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 @engikeneer
          last edited by 14 Jun 2022, 06:34

          @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.

          undefined 1 Reply Last reply 14 Jun 2022, 08:43 Reply Quote 0
          • ?
            A Former User @fcwilt
            last edited by 14 Jun 2022, 06:47

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

            1 Reply Last reply Reply Quote 0
            • undefined
              engikeneer @A Former User
              last edited by 14 Jun 2022, 08:43

              @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

              ? 1 Reply Last reply 14 Jun 2022, 12:51 Reply Quote 0
              • ?
                A Former User @engikeneer
                last edited by 14 Jun 2022, 12:51

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

                undefined undefined 2 Replies Last reply 14 Jun 2022, 13:12 Reply Quote 0
                • undefined
                  jay_s_uk @A Former User
                  last edited by 14 Jun 2022, 13:12

                  @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

                  ? 1 Reply Last reply 15 Jun 2022, 14:50 Reply Quote 0
                  • undefined
                    fcwilt @A Former User
                    last edited by 14 Jun 2022, 13:15

                    @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 small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

                    1 Reply Last reply Reply Quote 0
                    • undefined
                      alankilian @A Former User
                      last edited by 14 Jun 2022, 13:32

                      @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 @Phaedrux
                        last edited by 14 Jun 2022, 14:48

                        @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
                          last edited by 14 Jun 2022, 14:55

                          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
                          • undefined
                            Phaedrux Moderator
                            last edited by 14 Jun 2022, 17:22

                            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

                            ? 1 Reply Last reply 15 Jun 2022, 14:46 Reply Quote 0
                            • ?
                              A Former User @Phaedrux
                              last edited by 15 Jun 2022, 14:46

                              @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 @jay_s_uk
                                last edited by 15 Jun 2022, 14:50

                                @jay_s_uk very clever! thank you!

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