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

    Wifi module idle

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    6
    40
    2.2k
    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.
    • tkdirpundefined
      tkdirp
      last edited by

      So, the problem I had lest time seemed to be a hardware issue so, I got a new duet 2 wifi board again... and now there is a new error. In step 3 of "1.) Getting Connected to your Duet" and now the usual sequence of

      • M552 S0
      • M587 S"your-network-SSID" P"your-network-password”
      • m552 S1

      doesn't work for some odd reason and it mentions a heater despite having no wring done to the board...
      Screen Shot 2020-07-04 at 4.23.59 PM.png
      Screen Shot 2020-07-04 at 5.00.37 PM.png
      IMG_2128.JPG

      1 Reply Last reply Reply Quote 0
      • A Former User?
        A Former User
        last edited by A Former User

        You didn't show what happened when you entered the M587 command?

        But try

        M552 S-1
        M552 S0
        M587 S"your-network-SSID" P"your-network-password”
        m552 S1
        
        1 Reply Last reply Reply Quote 0
        • tkdirpundefined
          tkdirp
          last edited by

          @bearer said in Wifi module idle:

          M587 S"your-network-SSID" P"your-network-password”

          after putting this the results...
          Screen Shot 2020-07-04 at 5.59.30 PM.png

          1 Reply Last reply Reply Quote 0
          • A Former User?
            A Former User
            last edited by

            Bad or missing parameter, hmm, are there any special characters in your SSID or Passphrase?

            tkdirpundefined 1 Reply Last reply Reply Quote 0
            • tkdirpundefined
              tkdirp
              last edited by

              I put in...

              • M587 S"U+Net48C4" P"8040P8C0#1”
              1 Reply Last reply Reply Quote 0
              • tkdirpundefined
                tkdirp @A Former User
                last edited by

                @bearer
                If I proceed with...

                m552 S1

                this happens
                Screen Shot 2020-07-04 at 6.14.28 PM.png

                1 Reply Last reply Reply Quote 0
                • A Former User?
                  A Former User
                  last edited by

                  It'll keep saying no known networks found until M587 succeeds adding yours. Don't recall if + and # is on the list of characters that needs special treatment so hopefully someome else will chime in on that.

                  1 Reply Last reply Reply Quote 0
                  • tkdirpundefined
                    tkdirp
                    last edited by

                    @bearer
                    okay 🙂

                    1 Reply Last reply Reply Quote 0
                    • Dougal1957undefined
                      Dougal1957
                      last edited by

                      The # is ok (I have that in my PW as well with no special treatment) not sure about the +

                      But it may be worth trying

                      M587 S"U'+'Net48C4" p"8040P8C0#1"

                      Do make sure that you are sending it in the correct case.

                      Doug

                      tkdirpundefined 1 Reply Last reply Reply Quote 0
                      • A Former User?
                        A Former User
                        last edited by

                        screen shouldn't affect case, thats a workaround for pronterface or whats it called that converts all gcode to uppercase, incluing the strings for parameters like wifi credentials.

                        Dougal1957undefined 1 Reply Last reply Reply Quote 0
                        • Dougal1957undefined
                          Dougal1957 @A Former User
                          last edited by

                          @bearer said in Wifi module idle:

                          screen shouldn't affect case, thats a workaround for pronterface or whats it called that converts all gcode to uppercase, incluing the strings for parameters like wifi credentials.

                          It was more a warning rather than in instruction and not know the ops system I felt it worth pointing out!

                          1 Reply Last reply Reply Quote 0
                          • tkdirpundefined
                            tkdirp @Dougal1957
                            last edited by

                            @Dougal1957
                            I guess M587 S"U'+'Net48C4" p"8040P8C0#1" seems to work because the terminal responded "ok" but when I put "m552 S1" this still happens...
                            Screen Shot 2020-07-04 at 7.03.30 PM.png

                            1 Reply Last reply Reply Quote 0
                            • A Former User?
                              A Former User
                              last edited by

                              show us M587 with no parameters?

                              tkdirpundefined 1 Reply Last reply Reply Quote 0
                              • tkdirpundefined
                                tkdirp @A Former User
                                last edited by

                                @bearer
                                What does it mean to have an M587 with no parameters? I just don't know because I am pretty new to this.

                                Dougal1957undefined 1 Reply Last reply Reply Quote 0
                                • Dougal1957undefined
                                  Dougal1957 @tkdirp
                                  last edited by

                                  @tkdirp said in Wifi module idle:

                                  @bearer
                                  What does it mean to have an M587 with no parameters? I just don't know because I am pretty new to this.

                                  just send M587 on its own with nothing after it then the Duet will tell us what it has set!

                                  1 Reply Last reply Reply Quote 0
                                  • A Former User?
                                    A Former User
                                    last edited by

                                    just send M587 (with no S"......" P".....")

                                    it should return the stored netwoks in the wifi module.

                                    tkdirpundefined 1 Reply Last reply Reply Quote 0
                                    • tkdirpundefined
                                      tkdirp @A Former User
                                      last edited by

                                      @bearer @Dougal1957
                                      SSID: U+Net48C4
                                      PW: 8040P8C0#1

                                      1 Reply Last reply Reply Quote 0
                                      • A Former User?
                                        A Former User
                                        last edited by

                                        what firmware are you running?

                                        check with M122. The Duet board firmware will be at the top, and the Wifi firmware will be in a a section at the bottom.

                                        tkdirpundefined 1 Reply Last reply Reply Quote 0
                                        • tkdirpundefined
                                          tkdirp @A Former User
                                          last edited by

                                          @bearer
                                          seem to be 2.03
                                          Screen Shot 2020-07-04 at 4.23.59 PM.png

                                          A Former User? 1 Reply Last reply Reply Quote 0
                                          • A Former User?
                                            A Former User @tkdirp
                                            last edited by

                                            @tkdirp said in Wifi module idle:

                                            2.03

                                            thats just the RepRapFirmware version, as I said when you run M122 it will also print the version of the firmware running om the Wifi module.

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