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

    Strange Wifi Problems

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    2
    9
    669
    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.
    • makerdiseundefined
      makerdise
      last edited by makerdise

      Hello,

      one of our clients got strange Wifi problems with a Duet 1.04a board running on FW 2.02. It is not possible to get the Wifi running or to include it to the excisting WLAN. We also tried to bring it up as an access point without success.

      Example I, config.g

      M550 P"HyperCubeRevolution" ; Set machine name
      M586 P0 S1 ; Enable HTTP
      M552 S2 ; Enable network
      M589 S"MEINDUET" P"MEINWIFI" I192.168.100.250; ; Duet als AP starten
      M586 P1 S0 ; Disable FTP
      M586 P2 S0 ; Disable Telnet

      Results in
      Error: M589: Failed to retrieve own SSID data

      Adding to existing Wlan
      M587 S"ctdbox" P"#XXXXXXXXXX" I192.168.200.161 J192.168.200.1 K255.255.255.0
      M587: Failed to add SSID to remembered list

      M122
      https://pastebin.com/9qAQmKwi

      @dc42 @T3P3Tony - any ideas?

      The biggest european Duet3D reseller
      https://www.makerdise.com

      1 Reply Last reply Reply Quote 0
      • dc42undefined
        dc42 administrators
        last edited by

        Try re-flashing the WiFi firmware. Copy DuetWiFiserver-1.22.bin into /sys on the SD card and rename it DuetWiFiserver.bin Then send M997 S1 to install it.

        Duet WiFi hardware designer and firmware engineer
        Please do not ask me for Duet support via PM or email, use the forum
        http://www.escher3d.com, https://miscsolutions.wordpress.com

        1 Reply Last reply Reply Quote 0
        • makerdiseundefined
          makerdise
          last edited by

          Thanks + OK!

          The biggest european Duet3D reseller
          https://www.makerdise.com

          1 Reply Last reply Reply Quote 0
          • makerdiseundefined
            makerdise
            last edited by makerdise

            @dc42

            After reinstalling the wifi server by copying the files on the SD Card localy, sending M997 S1 over the PanelDue results in testing baudrautes but doesn't give any other messages.

            After booting the wifi up again, the following config leads to the error "Failed to retrieve network list"

            ; Network
            M550 P"HyperCubeRevo" ; Set machine name
            M587 S"ctdbox" P"#XXXXXXXXXX" I192.168.200.161 J192.168.200.1 K255.255.255.0 ; Configure access point. You can delete this line once connected
            M586 P0 S1 ; Enable HTTP
            M586 P1 S0 ; Disable FTP
            M586 P2 S0 ; Disable Telnet

            M115
            alt text

            The biggest european Duet3D reseller
            https://www.makerdise.com

            dc42undefined 1 Reply Last reply Reply Quote 0
            • dc42undefined
              dc42 administrators @makerdise
              last edited by

              @makerdise said in Strange Wifi Problems:

              After reinstalling the wifi server by copying the files on the SD Card localy, sending M997 S1 over the PanelDue results in testing baudrautes but doesn't give any other messages.

              Please replace the Duet. It seems that the WiFi module is faulty.

              Duet WiFi hardware designer and firmware engineer
              Please do not ask me for Duet support via PM or email, use the forum
              http://www.escher3d.com, https://miscsolutions.wordpress.com

              1 Reply Last reply Reply Quote 0
              • makerdiseundefined
                makerdise
                last edited by makerdise

                @dc42 - OK... Any tests to verify this?

                The biggest european Duet3D reseller
                https://www.makerdise.com

                1 Reply Last reply Reply Quote 0
                • dc42undefined
                  dc42 administrators
                  last edited by dc42

                  If the attempt to reinstall the WiFi firmware eventually resulted in message "Failed to connect at any baud rate", that is enough evidence. It should normally connect at the first baud rate that it tries.

                  Duet WiFi hardware designer and firmware engineer
                  Please do not ask me for Duet support via PM or email, use the forum
                  http://www.escher3d.com, https://miscsolutions.wordpress.com

                  dc42undefined 1 Reply Last reply Reply Quote 0
                  • makerdiseundefined
                    makerdise
                    last edited by

                    @dc42 - THX, we will replace the board

                    The biggest european Duet3D reseller
                    https://www.makerdise.com

                    1 Reply Last reply Reply Quote 0
                    • dc42undefined
                      dc42 administrators @dc42
                      last edited by

                      @dc42 said in Strange Wifi Problems:

                      If the attempt to reinstall the WiFi firmware eventually resulted in message "Failed to connect at any baud rate", that is enough evidence. It should normally connect at the first baud rate that it tries.

                      PS - I forgot to mention: make sure the Duet has adequate power when trying to upload WiFi firmware. In particular, a USB port on a laptop may not provide sufficient power if a panelDue is connected. It's best to use VIN power.

                      Duet WiFi hardware designer and firmware engineer
                      Please do not ask me for Duet support via PM or email, use the forum
                      http://www.escher3d.com, https://miscsolutions.wordpress.com

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