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

    ANOTHER "No known networks found" error

    Scheduled Pinned Locked Moved
    Duet Web Control
    5
    60
    3.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.
    • Phaedruxundefined
      Phaedrux Moderator
      last edited by

      Mainly want to know what the last part about the wifi says.

      Z-Bot CoreXY Build | Thingiverse Profile

      1 Reply Last reply Reply Quote 0
      • duncan-rtfmundefined
        duncan-rtfm
        last edited by

        With Vin power:
        === Network ===
        Slowest loop: 0.27ms; fastest: 0.00ms
        Responder states: HTTP(0) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0) Telnet(0)
        HTTP sessions: 0 of 8

        • WiFi -
          Network state is changing mode
          WiFi module is idle
          Failed messages: pending 0, notready 0, noresp 1
          Failed to get WiFi status
          Socket states: 0 0 0 0 0 0 0 0
          ok
          Error retrieving WiFi status message: bad reply format version
          WiFi module is idle
        1 Reply Last reply Reply Quote 0
        • duncan-rtfmundefined
          duncan-rtfm
          last edited by duncan-rtfm

          I have also set the default gateway (in the config.g) to that of my router, and set an arbitrary fixed IP address, like so:

          M552 P192.168.0.200 ; IP address

          M554 P192.168.0.1 ; Gateway

          But when I ping the address, I get the following:
          0_1560035895744_Ping_test_to_Duet_board.png

          I'm wondering if my WiFi module might be faulty?

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

            If you send these commands via yat what does it return?

            M552 ; report wifi status
            M552 S0 ; disable wifi module
            M552 S1 ; enable wifi module
            M552 S0 ; disable wifi module
            M588 S"*" ; clear all WiFi networks
            M587 S"MySSID" P"MyPassword" ; add wifi network
            M552 S1 ; enable wifi module

            Z-Bot CoreXY Build | Thingiverse Profile

            whinsundefined 1 Reply Last reply Reply Quote 1
            • duncan-rtfmundefined
              duncan-rtfm
              last edited by

              Here you go...

              WiFi module is idle
              M552 ; report wifi status
              M552 S0 ; disable wifi module
              M552 S
              WiFi module is changing mode
              ok
              ok
              1 ; enable wifi module
              M552 S0 ; disable wifi module
              M588 S"*" ; clear a
              ok
              ok
              ll WiFi networks
              M587 S"OPTUS_975D61" P"limaskoses42657" ; add wifi network
              M552 S1 ; enable wifi module
              M588: Failed to reset the WiFi module to factory settings
              ok
              M587: Failed to add SSID to remembered list
              ok
              ok
              Error retrieving WiFi status message: bad reply format version
              WiFi module is idle

              1 Reply Last reply Reply Quote 0
              • duncan-rtfmundefined
                duncan-rtfm
                last edited by

                I sent these as a text file. Would it be better to send each individually?

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

                  Send each command in YAT one at a time, if that's what you're asking.

                  Z-Bot CoreXY Build | Thingiverse Profile

                  1 Reply Last reply Reply Quote 0
                  • duncan-rtfmundefined
                    duncan-rtfm
                    last edited by

                    I have just spent some time working my way through the online configurator, and this is the result - at least it is a bit different... But still no coconut...

                    RepRapFirmware for Duet 2 WiFi/Ethernet Version 2.02(RTOS) dated 2018-12-24b1

                    Executing config.g...Error: M587: Failed to add SSID to remembered list
                    HTTP is enabled on port 80
                    FTP is disabled
                    TELNET is disabled
                    Warning: M918 command is not supported
                    Warning: Macro file config-override.g not found.

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

                      M587 won't work from config.g, it needs to be sent from the terminal.

                      If it still won't work when sent through YAT, I'm all out of ideas. It may be a faulty wifi module. DC42 would have to confirm.

                      Z-Bot CoreXY Build | Thingiverse Profile

                      1 Reply Last reply Reply Quote 0
                      • duncan-rtfmundefined
                        duncan-rtfm
                        last edited by

                        And I've now tried connecting to a different router (from YAT). Still no luck.

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

                          @duncan-rtfm said in ANOTHER "No known networks found" error:

                          I have also gone into the config.g file, and hard coded the network settings as per a post I found on the forum, like this:
                          ;*** Networking

                          M552 S1 ; Turn network on

                          M555 P2
                          M550 Duncan's Ender3 ; Set machine name
                          M551 DuetPassword ; Set password (for Duet Web interface, not for WiFi network)
                          M587 S"MySSID" P"MyPassword" ;Set SSID and network key password for WiFi network.
                          M552 S1 ; Enable network

                          But of course, the issue is with establishing a wifi connection to begin with, so this rather convenient piece of code is useless.

                          M587 does not work from within config.g. Send it manually from YAT. Or you can put the M587 command in a macro file and run that after enabling the WiFi module.

                          However, those "bad reply format version" messages that you are still getting have convinced me that your Duet is probably faulty. Please ask your supplier to replace 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
                          • duncan-rtfmundefined
                            duncan-rtfm
                            last edited by

                            Hi,
                            Thank you all for your patience, and for sticking with this to the end. I'll post the box back to the supplier tomorrow morning. I will update this thread when the new Duet arrives.

                            Duncan

                            duncan-rtfmundefined 1 Reply Last reply Reply Quote 1
                            • duncan-rtfmundefined
                              duncan-rtfm @duncan-rtfm
                              last edited by duncan-rtfm

                              @duncan-rtfm
                              The new board arrived, I plugged in the USB cable, fired up YAT, and Voila! It worked first time.

                              HOWEVER, I now have some additional questions, if I may:

                              Here is my board, plugged in to power.
                              0_1561489763785_8702f4da-2839-4140-b764-19198c960ad5-image.png

                              and here is the Duet 2 Web interface:
                              0_1561489817748_5c8e65be-9d80-4374-a865-217739cf9c58-image.png

                              Does this look right? Why does Heater 1 say fault? I am hoping it is simply a matter of setting the temperature?

                              Thanks,
                              Duncan

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

                                Do you have a T0 command in config.g? if so, that will activate the tool, which uses Heater 1, which doesn't have a valid temperature reading because on thermistor is connected.

                                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
                                • duncan-rtfmundefined
                                  duncan-rtfm
                                  last edited by

                                  Hi. I'm still at work, but I'll check as soon as I get home.

                                  1 Reply Last reply Reply Quote 0
                                  • duncan-rtfmundefined
                                    duncan-rtfm
                                    last edited by

                                    Hi. Yes, T0 is the last line of the RRF Config generated config.g file

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

                                      @duncan-rtfm said in ANOTHER "No known networks found" error:

                                      Hi. Yes, T0 is the last line of the RRF Config generated config.g file

                                      That would be because you checked the "Select first tool on startup" box.

                                      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

                                      duncan-rtfmundefined 1 Reply Last reply Reply Quote 0
                                      • duncan-rtfmundefined
                                        duncan-rtfm @dc42
                                        last edited by

                                        @dc42 Shouldn't I do that?
                                        I've gone and bought a whole new hotend with heater and thermister already assembled (in case I screwed up that side of things). No difference. I THINK I have the hotend and its thermister plugged in correctly.

                                        So I'm confused...

                                        duncan-rtfmundefined 1 Reply Last reply Reply Quote 0
                                        • duncan-rtfmundefined
                                          duncan-rtfm @duncan-rtfm
                                          last edited by

                                          @duncan-rtfm ![This is where my hotend heater is plugged in](0_1562053640951_Hotend heater plugged in.jpg image url)

                                          And this is where its thermister is plugged in. I also tried the plug next to it, just in case.
                                          0_1562053726933_Hotend thermister plugged in.jpg

                                          The web interface:
                                          0_1562053760044_Heater_fault.png

                                          And the error message:
                                          0_1562053778167_Heater_fault_message.png

                                          1 Reply Last reply Reply Quote 0
                                          • duncan-rtfmundefined
                                            duncan-rtfm
                                            last edited by

                                            Are all Duet boards this finicky?

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