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

    DUET 2 Wifi, DIAG Led is constantly ON, no respond from terminal

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    5
    46
    2.5k
    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.
    • jay_s_ukundefined
      jay_s_uk @darkcolman
      last edited by jay_s_uk

      @darkcolman don't use pronterface. It converts all text to uppercase. You can faff on adding a ' in front of each lowercase letter but it's better just to use putty or YAT

      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 Reply Quote 0
      • Phaedruxundefined
        Phaedrux Moderator
        last edited by

        For MacOS your best bet is probably SerialTools

        https://docs.duet3d.com/How_to_guides/Getting_connected/Getting_connected_to_your_Duet#h-3-connect-to-duet

        Z-Bot CoreXY Build | Thingiverse Profile

        darkcolmanundefined 1 Reply Last reply Reply Quote 1
        • darkcolmanundefined
          darkcolman @Phaedrux
          last edited by

          @phaedrux Yes I have this app but don't know why, but never been a success when I've tried to connect the duet to the router 😭

          @jay_s_uk I found a PC and I've download YAT and it works !!!!!!
          I mean Almost !!!!! 😭😭😭

          the blue wifi led is now ON !
          the duet is connected but When I tried to be on the IP address, I can't access to the duet platform. I've got this message ERR_CONNECTION_REFUSED

          also I can't see the duet on the wifi network list

          IMG_1182.jpg IMG_1184.jpg
          IMG_1185.jpg

          jay_s_ukundefined 1 Reply Last reply Reply Quote 0
          • jay_s_ukundefined
            jay_s_uk @darkcolman
            last edited by

            @darkcolman ok, thats good that its connected. Is the IP address of the duet on the same range that you are connected to with your PC/laptop?
            How is the PC/Laptop you're using connected? Wireless or wired?

            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

            darkcolmanundefined 1 Reply Last reply Reply Quote 0
            • darkcolmanundefined
              darkcolman @jay_s_uk
              last edited by

              @jay_s_uk router is in wireless but I've realized that I did a mistake in the IP router. so I've done it again. The module is connected to access point to the IP address: 192.168.0.10 and my IPv4 address of my router is 192.168.0.14.

              On the PC, nothing changed but on my Mac I've got this.

              Capture d’écran 2022-07-25 à 13.15.14.png

              here is my sd card

              Capture d’écran 2022-07-25 à 13.25.28.png

              Capture d’écran 2022-07-25 à 13.25.31.png

              jay_s_ukundefined 1 Reply Last reply Reply Quote 0
              • jay_s_ukundefined
                jay_s_uk @darkcolman
                last edited by

                @darkcolman the www folder should contain all the files that are in the duetwebcontrol folder, not another folder.
                33c10725-e047-468f-b552-be3db0d197a3-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

                darkcolmanundefined 1 Reply Last reply Reply Quote 0
                • darkcolmanundefined
                  darkcolman @jay_s_uk
                  last edited by

                  @jay_s_uk I've done it and still the same problem.
                  I've send a M122 command and the SD card is not detected...

                  IMG_1187.jpg

                  jay_s_ukundefined 1 Reply Last reply Reply Quote 0
                  • jay_s_ukundefined
                    jay_s_uk @darkcolman
                    last edited by

                    @darkcolman I don't see anything wrong with that response.
                    Could you show the contents of the root of the SD card and the contents of the www folder

                    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

                    darkcolmanundefined 1 Reply Last reply Reply Quote 0
                    • darkcolmanundefined
                      darkcolman @jay_s_uk
                      last edited by

                      @jay_s_uk there is everything

                      Capture d’écran 2022-07-25 à 14.07.23.png

                      Capture d’écran 2022-07-25 à 14.07.26.png

                      Capture d’écran 2022-07-25 à 14.07.30.png

                      jay_s_ukundefined 1 Reply Last reply Reply Quote 0
                      • jay_s_ukundefined
                        jay_s_uk @darkcolman
                        last edited by

                        @darkcolman that looks fine as well.
                        do you not have a config? are you just sending M552 S1 over serial?

                        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

                        darkcolmanundefined 1 Reply Last reply Reply Quote 0
                        • darkcolmanundefined
                          darkcolman @jay_s_uk
                          last edited by

                          @jay_s_uk yes I'm just sending M552 S1 on YAT.
                          what do you mean by the config ? config.g ?

                          jay_s_ukundefined 1 Reply Last reply Reply Quote 0
                          • jay_s_ukundefined
                            jay_s_uk @darkcolman
                            last edited by

                            @darkcolman yes.
                            Add a file called. config.g in the sys folder. Only include the following contents

                            M552 S1
                            

                            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

                            darkcolmanundefined 2 Replies Last reply Reply Quote 0
                            • darkcolmanundefined
                              darkcolman @jay_s_uk
                              last edited by

                              @jay_s_uk I've seen it before to have all those issues.
                              I will sound probably stupid but it's not on GitHub. Where can I get the config.g ?

                              jay_s_ukundefined 1 Reply Last reply Reply Quote 0
                              • jay_s_ukundefined
                                jay_s_uk @darkcolman
                                last edited by

                                @darkcolman just create a blank one and add the content above.
                                notepad or equivalent will do it.
                                when the board is powered, it should activate wifi. that way we know the sd card is being read

                                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

                                darkcolmanundefined 1 Reply Last reply Reply Quote 0
                                • darkcolmanundefined
                                  darkcolman @jay_s_uk
                                  last edited by

                                  @jay_s_uk sorry I understood now. I will !

                                  1 Reply Last reply Reply Quote 0
                                  • darkcolmanundefined
                                    darkcolman @jay_s_uk
                                    last edited by

                                    @jay_s_uk It working ! I can access now to the duet web controller ! a huge thanks for that !

                                    Capture d’écran 2022-07-25 à 15.07.52.png

                                    I have another question, The duet is pinned to my router.
                                    But the board will be back to the workshop and there is no wifi there. I remember, the guy from Ooznest set my duet to send it own wifi.
                                    I've plugged out the router and I can't connect the duet.

                                    How Could I achieve this ?

                                    jay_s_ukundefined infiniteloopundefined 2 Replies Last reply Reply Quote 1
                                    • jay_s_ukundefined
                                      jay_s_uk @darkcolman
                                      last edited by

                                      @darkcolman you can use access point mode https://docs.duet3d.com/en/User_manual/Machine_configuration/Networking#configuring-duet-in-wifi-access-point-mode

                                      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 Reply Quote 0
                                      • infiniteloopundefined
                                        infiniteloop @darkcolman
                                        last edited by

                                        @darkcolman said in DUET 2 Wifi, DIAG Led is constantly ON, no respond from terminal:

                                        How Could I achieve this ?

                                        You will have to set up your Duet as an access point. That's detailed here …

                                        darkcolmanundefined 1 Reply Last reply Reply Quote 0
                                        • darkcolmanundefined
                                          darkcolman @infiniteloop
                                          last edited by

                                          @infiniteloop @jay_s_uk It works perfectly now !!!!
                                          I have some other issues but it's with the machine haha

                                          Thank you a lot @jay_s_uk for your help and your patience. I've learned a lot through this long slog 😉

                                          Hope this will help some people as well.

                                          Thank you all !

                                          jay_s_ukundefined 1 Reply Last reply Reply Quote 0
                                          • jay_s_ukundefined
                                            jay_s_uk @darkcolman
                                            last edited by

                                            @darkcolman you're welcome. glad you're up and running

                                            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 Reply Quote 0
                                            • First post
                                              Last post
                                            Unless otherwise noted, all forum content is licensed under CC-BY-SA