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

SSID Changed - can not be found

Scheduled Pinned Locked Moved
Duet Hardware and wiring
2
8
383
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
    pro3d
    last edited by 2 Nov 2020, 19:17

    So I sold my V-King and are trying to help the customer connecting to his wifi. The SSID has been changed on the router to "Sørensen Sport" and when I try to ender this to the network list it saves but when activating the wifi with M552 S1 it does not find the network

    Do I need the original SSID or is there a problem with unknown characters in this name?

    Valkyrie DIY High Temp 3D Printer

    R&D - Engineering Designer - Viking 3D Printers
    https://vkingprinter.com/

    undefined 1 Reply Last reply 2 Nov 2020, 19:33 Reply Quote 0
    • undefined
      pro3d
      last edited by 2 Nov 2020, 19:20

      Here is the error from YAT:

      ok<LF>WiFi module started<LF>WiFi reported error: no known networks found<LF>WiFi module is idle<LF>

      Valkyrie DIY High Temp 3D Printer

      R&D - Engineering Designer - Viking 3D Printers
      https://vkingprinter.com/

      1 Reply Last reply Reply Quote 0
      • undefined
        Phaedrux Moderator @pro3d
        last edited by Phaedrux 11 Feb 2020, 19:34 2 Nov 2020, 19:33

        @pro3d said in SSID Changed - can not be found:

        Sørensen

        I wonder if the ø is an issue.

        https://duet3d.dozuki.com/Wiki/Gcode?revisionid=HEAD#Section_M587_Add_WiFi_host_network_to_remembered_list_or_list_remembered_networks

        You can send M587 by itself to read back saved SSIDs to see if anything was added sucessfully.

        You can also send M588 S"*" to forget all currently saved SSIDs and then try to readd them.

        Sometimes sending SSIDs over USB is problematic due to the way terminals send special characters or all capitals, so sometimes it can help by creating a macro on the SD card with the command to add the SSID and then executing the macro.

        Example:

        ; Add default wifi network
        ;
        M291 R"Add default WIFI network? Y/N" P"This will add duetwifi access point." S3 T10
        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
        M291 R"duetwifi SSID added." P"Check console to verify IP address."
        ; Clear all wifi networks
        ;
        M291 R"Clear WIFI networks? Y/N" P"Caution. New network must be added." S3 T10
        M552 S0 ; Disable network module
        G4 S5 ; wait 5 seconds
        M588 S"*" ; Clear all saved wifi networks
        M291 R"WIFI networks forgotten." P"You must add a new WIFI network."

        Z-Bot CoreXY Build | Thingiverse Profile

        undefined 1 Reply Last reply 2 Nov 2020, 19:42 Reply Quote 0
        • undefined
          pro3d @Phaedrux
          last edited by 2 Nov 2020, 19:42

          @Phaedrux

          The networks seems to be saved:

          M587
          Remembered networks:<LF>Sørensen Sport IP=0.0.0.0 GW=0.0.0.0 NM=0.0.0.0<LF>ok<LF>

          Valkyrie DIY High Temp 3D Printer

          R&D - Engineering Designer - Viking 3D Printers
          https://vkingprinter.com/

          1 Reply Last reply Reply Quote 0
          • undefined
            Phaedrux Moderator
            last edited by 2 Nov 2020, 19:44

            If possible I would try testing with a simplified SSID such as sorensonsport no special characters, no capitals, no spaces.

            Z-Bot CoreXY Build | Thingiverse Profile

            1 Reply Last reply Reply Quote 0
            • undefined
              Phaedrux Moderator
              last edited by 2 Nov 2020, 19:45

              Also, are you sure the SSID in question is a 2.4Ghz access point? The Duet cannot connect to a 5Ghz network. If possible on the router, create a separate 2.4Ghz network.

              Z-Bot CoreXY Build | Thingiverse Profile

              undefined 1 Reply Last reply 2 Nov 2020, 20:18 Reply Quote 0
              • undefined
                pro3d @Phaedrux
                last edited by 2 Nov 2020, 20:18

                @Phaedrux

                It is an access point with 2.4 and 5ghz network. We will try to set up another one with a simple ssid

                Valkyrie DIY High Temp 3D Printer

                R&D - Engineering Designer - Viking 3D Printers
                https://vkingprinter.com/

                1 Reply Last reply Reply Quote 0
                • undefined
                  Phaedrux Moderator
                  last edited by 2 Nov 2020, 20:31

                  As a sanity check you can configure the Duet to run in access point mode to see if the wifi module, etc is functioning correctly.

                  https://duet3d.dozuki.com/Wiki/Gcode?revisionid=HEAD#Section_M589_Configure_access_point_parameters

                  Z-Bot CoreXY Build | Thingiverse Profile

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