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

    New experimental firmware 1.19beta11

    Scheduled Pinned Locked Moved
    Firmware installation
    14
    74
    8.6k
    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.
    • larsundefined
      lars
      last edited by

      I get alot of ajax timeout errors. Feels like its every other minute…
      To get it to work again I have to M552 S0 and M552 S1
      Browser console:

      /rr_download?name=0:/sys/oem.json Failed to load resource: the server responded with a status of 404 (not found)
      /rr_download?name=0:/sys/oem.json Failed to load resource: the server responded with a status of 404 (not found)
      /rr_status?type=2 Failed to load resource: net::ERR_CONNECTION_TIMED_OUT
      /rr_download?name=0:/sys/oem.json Failed to load resource: the server responded with a status of 404 (not found)
      /rr_download?name=0:/sys/oem.json Failed to load resource: the server responded with a status of 404 (not found)
      /rr_download?name=0:/sys/oem.json Failed to load resource: the server responded with a status of 404 (not found)
      /rr_status?type=3 Failed to load resource: net::ERR_ADDRESS_INVALID
      /rr_connect?password=xxxxx&time=2017-7-29T14%3A55%3A56 Failed to load resource: net::ERR_INTERNET_DISCONNECTED
      /rr_download?name=0:/sys/oem.json Failed to load resource: the server responded with a status of 404 (not found)
      /rr_download?name=0:/sys/oem.json Failed to load resource: the server responded with a status of 404 (not found)
      /rr_status?type=1 Failed to load resource: net::ERR_CONNECTION_TIMED_OUT
      /rr_download?name=0:/sys/oem.json Failed to load resource: the server responded with a status of 404 (not found)
      /rr_connect?password=xxxxx&time=2017-7-29T15%3A37%3A45 Failed to load resource: net::ERR_ADDRESS_UNREACHABLE
      /rr_download?name=0:/sys/oem.json Failed to load resource: the server responded with a status of 404 (not found)
      /rr_download?name=0:/sys/oem.json Failed to load resource: the server responded with a status of 404 (not found)
      /rr_status?type=2 Failed to load resource: net::ERR_CONNECTION_TIMED_OUT
      /rr_download?name=0:/sys/oem.json Failed to load resource: the server responded with a status of 404 (not found)
      /rr_download?name=0:/sys/oem.json Failed to load resource: the server responded with a status of 404 (not found)
      
      
      1 Reply Last reply Reply Quote 0
      • dc42undefined
        dc42 administrators
        last edited by

        The 404 error trying to load oem.json is normal, but the other errors are not. If the wifi module disconnects from the access point then it should try to reconnect automatically, so DWC should be able to reconnect after 20 seconds or so without having to use M552. I'll test the auto reconnect functionality in WiFiServer beta 10.

        Have you tried increasing the number of retries configured in DWC? The default is 1.

        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
        • larsundefined
          lars
          last edited by

          Retry count was 1, I increased it to 2. Doubt it will help. the duet stops responding to ping and will not start responding in the 20 sec you stated. I get nothing on the panel duo console until I do the M552 S0.

          Pinging every second when getting ajax timeout:

          64 bytes from 192.168.1.167: icmp_seq=673 ttl=128 time=2.905 ms
          64 bytes from 192.168.1.167: icmp_seq=674 ttl=128 time=2.662 ms
          64 bytes from 192.168.1.167: icmp_seq=675 ttl=128 time=6.049 ms
          64 bytes from 192.168.1.167: icmp_seq=676 ttl=128 time=2.209 ms
          64 bytes from 192.168.1.167: icmp_seq=677 ttl=128 time=2.081 ms
          64 bytes from 192.168.1.167: icmp_seq=678 ttl=128 time=3.954 ms
          64 bytes from 192.168.1.167: icmp_seq=679 ttl=128 time=2.033 ms
          Request timeout for icmp_seq 680
          Request timeout for icmp_seq 681
          Request timeout for icmp_seq 682
          Request timeout for icmp_seq 683
          Request timeout for icmp_seq 684
          Request timeout for icmp_seq 685
          Request timeout for icmp_seq 686
          Request timeout for icmp_seq 687
          Request timeout for icmp_seq 688
          Request timeout for icmp_seq 689
          ...
          Request timeout for icmp_seq 815
          Request timeout for icmp_seq 816
          Request timeout for icmp_seq 817
          Request timeout for icmp_seq 818
          Request timeout for icmp_seq 819
          ...
          Request timeout for icmp_seq 857
          Request timeout for icmp_seq 858
          Request timeout for icmp_seq 859
          Request timeout for icmp_seq 860
          Request timeout for icmp_seq 861
          Request timeout for icmp_seq 862
          ping: sendto: No route to host
          Request timeout for icmp_seq 863
          ping: sendto: Host is down
          Request timeout for icmp_seq 864
          ping: sendto: Host is down
          Request timeout for icmp_seq 865
          ping: sendto: Host is down
          Request timeout for icmp_seq 866
          ping: sendto: Host is down
          Request timeout for icmp_seq 867
          ping: sendto: Host is down
          Request timeout for icmp_seq 868
          ping: sendto: Host is down
          Request timeout for icmp_seq 869
          ...
          ping: sendto: Host is down
          Request timeout for icmp_seq 1829
          ping: sendto: Host is down
          Request timeout for icmp_seq 1830
          
          
          1 Reply Last reply Reply Quote 0
          • adri84djundefined
            adri84dj
            last edited by

            Hello david,

            Today I have free time I have tried the emergency stop again. It seems to only affect when doing a G29. If an emergency stop is made while running a G29, the printer stops and the firmware restarts, but it is still in the "HALTED" state and the power must be removed to restore its state.

            I repeat, it just seems to happen if an emergency stop is made while running a G29

            a greeting

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

              Thanks, I'll see if I can reproduce that.

              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
              • eddygaraundefined
                eddygara
                last edited by

                So after updating to this firmware, my board as become completely unresponsive over night. initially it worked, but the web server kept crashing, as of this morning, the board, can not connect via wifi, or pointerface. As well as after to trying to attempt the Fallback procedure #3 I cant get the board to connect to SAM-BA.

                I already followed the directions to a T

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

                  Does the Bossa Port appear in Device Manager after you press Erase for one second, then release it and press Reset?

                  Windows has a habit of disabling USB ports, so if it doesn't appear, try a different USB port or reboot Windows.

                  HTH David

                  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
                  • eddygaraundefined
                    eddygara
                    last edited by

                    Got it seems like I needed a different cable.

                    1 Reply Last reply Reply Quote 0
                    • percarundefined
                      percar
                      last edited by

                      I installed 1.19 beta 11….I have something weird happening when I do a home all.....the x axis goes by the end stop switch and the x axis stalls....this does not always happen.....when I do a home on just the x axis there seems to be no problem.....the home all script I use is just calling the homex.g homey.g and homez.g files...so this shouldn't be a problem...maybe a bit of a bug

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

                        Read the upgrade notes, in particular the bit about deployprobe.g and retractprobe.g files.

                        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
                        • eddygaraundefined
                          eddygara
                          last edited by

                          new issue is with the duet not being able to find the its own access point. Though the board communicates with with my PC, and even confirms connectivity. I have no way of accessing the web server. This all worked perfectly while running firmware 1.17e

                          Now even after reverting back too my old firmware the duet wont seem to want to connect to the web server. Every time i look into my list of available networks the DuetWifi network shows even after ive already went through the set up. And it will keep showing the DuetWfif network as open no matter how many times i connect it to my internet network.

                          1 Reply Last reply Reply Quote 0
                          • percarundefined
                            percar
                            last edited by

                            I do use a deployable bed probe so I require the two files….it is a Cartesian printer so this should not be an issue.

                            1 Reply Last reply Reply Quote 0
                            • eddygaraundefined
                              eddygara
                              last edited by

                              every time i try to connect my duet too my network, instead of getting an Ip address i get this

                              READ: DuetWiFiServer version 1.03 (ch fork)
                              READ: Flash size 4194304, free RAM 30544 bytes, WiFi Vcc 3.16V, host name: duetwifi, reset reason: Turned on by main processor
                              READ: WiFi is running as an access point with name DuetWiFi

                              I still then have an access point for the Duet available to connect too, even after performing the procedure over multiple times times

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

                                @eddygara:

                                new issue is with the duet not being able to find the its own access point. Though the board communicates with with my PC, and even confirms connectivity. I have no way of accessing the web server. This all worked perfectly while running firmware 1.17e

                                Did you do a simultaneous upgrade of the main and the WiFi firmware as described at https://duet3d.com/wiki/DuetWiFiFirmware_1.19beta ?

                                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
                                • pta00066undefined
                                  pta00066
                                  last edited by

                                  I just setup my delta with a new DuetWifi I just purchased and it has been a struggle.

                                  I kept having JSON errors and was unable to use the web server, consistently it would switch from being in AP mode and back to being associated with my AP depending on it's mood when I would restart.

                                  So I upgraded to 1.19beta11 following the instructions in the document. I used M997 S0:1 to do the upgrade of both firmwares.

                                  So now it crashes with JSON shortly after opening the web page.

                                  "× Communication Error

                                  An AJAX error has been reported, so the current session has been terminated.

                                  Please check if your printer is still on and try to connect again.

                                  Error reason: SyntaxError: Unexpected token a in JSON at position 65"

                                  So I put it back to 1.18.1 and had the same issues. I erased the firmware and reloaded using the SAM-BA tool and I upgraded to the beta again and I still have the same problems.

                                  This is disappointing.

                                  Firmware Name: RepRapFirmware for Duet WiFi
                                  Firmware Electronics: Duet WiFi 1.0
                                  Firmware Version: 1.19beta11 (2017-07-25)
                                  Web Interface Version: 1.17+2
                                  Web Interface by Christian Hammacher

                                  No matter what I have done has not worked as of yet.

                                  Please help I ordered your system because it looked to be the best integrated most complete…....

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

                                    I'm sorry to hear of your troubles. I need to see the faulty JSON response to see why it isn't working. Please can you do one of the following:

                                    1. In Chrome press control-shift-J to get the debugging console, then try to connect. It should pause on the exception. If you go to the network tab you should find the JSON message that it couldn't parse. Please post it.

                                    2. Load Wireshark on your PC and get a WireShark trace of the connection attempt, then post the .pcap file from Wireshark to a file sharing site and post the link to it.

                                    Also please make your config.g file available.

                                    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
                                    • eddygaraundefined
                                      eddygara
                                      last edited by

                                      @dc42:

                                      @eddygara:

                                      new issue is with the duet not being able to find the its own access point. Though the board communicates with with my PC, and even confirms connectivity. I have no way of accessing the web server. This all worked perfectly while running firmware 1.17e

                                      Did you do a simultaneous upgrade of the main and the WiFi firmware as described at https://duet3d.com/wiki/DuetWiFiFirmware_1.19beta ?

                                      Yeah in every instance I would do a simultaneous upgrade. The duet just fails to connect to its web server.

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

                                        And also did you copy the DWC Files into /www on the SD Card?

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

                                          @pta00066:

                                          …
                                          Error reason: SyntaxError: Unexpected token a in JSON at position 65"...

                                          By chance I just received this exact message while testing beta 12 firmware. The condition under which it happens is that the XYZ position can't be computed because it is impossible. The way I provoked it was to use very low motor currents that didn't reliably trigger the endstop switches, so that the apparent length of the homing move made by one tower created a geometrically impossible position.

                                          I'll fix this in beta 12. In the meantime, my suspicion is that you have a delta printer, and the M665 parameters you have specified are physically impossible - in which case the problem will go away if you correct them. Please share your 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

                                          1 Reply Last reply Reply Quote 0
                                          • eddygaraundefined
                                            eddygara
                                            last edited by

                                            @Dougal1957:

                                            And also did you copy the DWC Files into /www on the SD Card?

                                            Yes sir re Bob. But not change in allowing me to connect to the server. I'm every instance. It shows a duetwifi network. I'll connect to the network. I'll turn off then on the duet wifi connection. And then it won't connect. I'll get a message saying the duet as connected to a network with the access point name duetwifi. But not my wifi network or ip adress.

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