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

    Wifi Module startup inconsistencies

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    5
    19
    1.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.
    • dc42undefined
      dc42 administrators @gbiski
      last edited by

      @gbiski said in Wifi Module startup inconsistencies:

      @dc42 When the wifi signal is low the wifi module does not light up when booting ?

      It should still flash while it is searching for networks.

      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

      gbiskiundefined 1 Reply Last reply Reply Quote 0
      • gbiskiundefined
        gbiski @dc42
        last edited by

        @dc42 Mine does not. I have to reboot it 2-3 times to have it searching. It is weird.

        dc42undefined 1 Reply Last reply Reply Quote 0
        • gbiskiundefined
          gbiski
          last edited by

          Can i ask something not relevant to my issue ? I am thinking upgrading my CR10s with a Duet ethernet. I will use the same power supply of the CR10s. Can i connect directly the bed to the Duet or do i need a mosfet ? Or i must use the mosfet of the CR10s ?

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

            @gbiski said in Wifi Module startup inconsistencies:

            @dc42 Mine does not. I have to reboot it 2-3 times to have it searching. It is weird.

            When it has failed to start up, if you send M552 via USB (or PanelDue if you have one), what is the response?

            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

            gbiskiundefined 1 Reply Last reply Reply Quote 0
            • gbiskiundefined
              gbiski @dc42
              last edited by

              @dc42 Hello,
              It says:
              WiFi module is idle

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

                Please post yor config.g file.

                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

                gbiskiundefined 1 Reply Last reply Reply Quote 0
                • gbiskiundefined
                  gbiski @dc42
                  last edited by dc42

                  @dc42 Configuration file for Duet WiFi (firmware version 1.21)
                  ; executed by the firmware on start-up
                  ;
                  ; generated by RepRapFirmware Configuration Tool v2 on Fri Nov 23 2018 11:29:23 GMT+0200 (EET)

                  ; General preferences
                  G90 ; Send absolute coordinates...
                  M83 ; ...but relative extruder moves

                  ; Network
                  M550 P"Dark Printer" ; Set machine name
                  M551 P"3369: ; Set password
                  M552 S1 ; Enable network
                  M587 S"Dark" P"*****" I192.168.1.42 J192.168.1.1 K255.255.255.0 ; Configure access point and IP addresses. You can delete this line once connected
                  M586 P0 S1 ; Enable HTTP
                  M586 P1 S0 ; Disable FTP
                  M586 P2 S0 ; Disable Telnet

                  ; Drives
                  M569 P0 S1 ; Drive 0 goes forwards
                  M569 P1 S0 ; Drive 1 goes backwards
                  M569 P2 S0 ; Drive 2 goes backwards
                  M569 P3 S1 ; Drive 3 goes forwards
                  M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation
                  M92 X160.00 Y160.00 Z800.00 E837.00 ; Set steps per mm
                  M566 X900.00 Y900.00 Z12.00 E120.00 ; Set maximum instantaneous speed changes (mm/min)
                  M203 X18000.00 Y18000.00 Z600.00 E1500.00 ; Set maximum speeds (mm/min)
                  M201 X1000.00 Y1000.00 Z50.00 E5000.00 ; Set accelerations (mm/s^2)
                  M906 X1150.00 Y1150.00 Z1250.00 E1150.00 I30 ; Set motor currents (mA) and motor idle factor in per cent
                  M84 S30 ; Set idle timeout

                  ; Axis Limits
                  M208 X0 Y0 Z0 S1 ; Set axis minima
                  M208 X160 Y160 Z200 S0 ; Set axis maxima

                  ; Endstops
                  M574 Z1 S0 ; Set active low endstops
                  M574 X1 Y2 S1 ; Set active high endstops

                  ; Z-Probe
                  M558 P1 H5 F120 T6000 ; Set Z probe type to unmodulated and the dive height + speeds
                  G31 P500 X0 Y0 Z1.9 ; Set Z probe trigger value, offset and trigger height
                  M557 X0:0 Y0:0 S20 ; Define mesh grid

                  ; Heaters
                  M305 P0 T100000 B3950 R4700 ; Set thermistor + ADC parameters for heater 0
                  M143 H0 S120 ; Set temperature limit for heater 0 to 120C
                  M305 P1 T100000 B4388 C7.060000e-8 R4700 ; Set thermistor + ADC parameters for heater 1
                  M143 H1 S280 ; Set temperature limit for heater 1 to 280C

                  ; Fans
                  M106 P0 S0 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
                  M106 P1 S1 I0 F500 H1 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on

                  ; Tools
                  M563 P0 D0 H1 ; Define tool 0
                  G10 P0 X0 Y0 Z0 ; Set tool 0 axis offsets
                  G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C

                  ; Automatic power saving
                  M911 S10 R11 P"M911 S10 R11 P”M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; Set voltage thresholds and actions to run on power loss

                  ; Custom settings are not configured

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

                    I suggest you remove the M587 command from config.g. It should only be sent when setting up the connection, not every time you start up. Leaving it in there is also a security hazard.

                    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

                    gbiskiundefined 1 Reply Last reply Reply Quote 0
                    • gbiskiundefined
                      gbiski @dc42
                      last edited by

                      @dc42 Hello,

                      I removed the M587.
                      It is much better but again not completed solved. In the 70% of the cases bow I do not need to reboot.

                      In addition (not because removing the M587) I have some times disconections from the http during operation. When this happens I have to just reconnect by refreshing the page and or hitting reconnect but more rarely to reboot the duet in order to gain again wifi connectivity.

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

                        Try upgrading to main firmware 2.02RC4 and DWC 1.22.5. The automatic retries may solve the remaining 30%.

                        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