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

    Duet Wifi unable to upload files

    Scheduled Pinned Locked Moved
    General Discussion
    5
    13
    1.9k
    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.
    • JamesMundefined
      JamesM
      last edited by JamesM

      I believe the max acceptable size for an SD card on the Duet is 32gigs and it looks like you are using a 64 gig card so I believe a smaller size card may be needed.

      https://forum.duet3d.com/topic/9069/sd-card-size

      1 Reply Last reply Reply Quote 0
      • d33bundefined
        d33b
        last edited by d33b

        Its formatted to 32gb, there's no way the Duet could possibly care. I believe the reasoning behind 32gb max is because anything past that won't allow you to do FAT32 which I have done here.

        Also, I've tried that solution to no avail 😞

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

          What are the symptoms when you try to upload a 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
          • d33bundefined
            d33b
            last edited by

            Steps to recreate my problem would be:

            1. Click upload&start
            2. Select file
            3. Dialog appears, shows some small amount of file instantly uploaded when using Google Chrome, then immediately freezes. If I use Edge, it never even upload the first chunk instantly.
            4. Timeout, upload gives up and throws error

            The strangest thing is that it seemingly randomly might let me upload a file every once in a while. Sometimes it even behaves for a while. Its been behaving pretty well after making this post, even though I changed nothing. I'm sure the problem will come back though.

            1 Reply Last reply Reply Quote 0
            • botundefined
              bot
              last edited by

              Are there any potential sources of radio interference during the times the uploading doesn't work? Do you live in an apartment building? Is their wifi congestion in the area? Microwaves or 2.4Ghz wireless phones being used? Are there many people in your own house using the same wifi network?

              *not actually a robot

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

                Please test writing to the SD card by sending M122 P104. You can optionally add an S parameter to specify the file size in Mb, default 10.

                Also please update your WiFi firmware (DuetWiFiServer) to 1.22 or 1.23. Your M122 report shows that you are running 1.21.

                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
                • d33bundefined
                  d33b @bot
                  last edited by d33b

                  @bot said in Duet Wifi unable to upload files:

                  Are there any potential sources of radio interference during the times the uploading doesn't work? Do you live in an apartment building? Is their wifi congestion in the area? Microwaves or 2.4Ghz wireless phones being used? Are there many people in your own house using the same wifi network?

                  No interference, and the ESP8266 is basically within 2 meters of the router. I even tried using a WiFi extender to basically make a network entirely dedicated to the print which did nothing.

                  @dc42 said in Duet Wifi unable to upload files:

                  Please test writing to the SD card by sending M122 P104. You can optionally add an S parameter to specify the file size in Mb, default 10.

                  Also please update your WiFi firmware (DuetWiFiServer) to 1.22 or 1.23. Your M122 report shows that you are running 1.21.

                  I've tried every firmware you've mentioned here and none worked. I tried rolling back since the problem has only gotten worse over time. 1.22, 1.23, and 1.21 are all the same.

                  M122 Results: SD write speed for 10.0Mbyte file was 2.62Mbytes/sec

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

                    Please update DuetWiFiServer to 1.22 or 1.23, then confirm using M122 that the update succeeded:

                    WiFi -
                    Network state is running
                    WiFi module is connected to access point
                    Failed messages: pending 0, notready 0, noresp 0
                    WiFi firmware version 1.21
                    WiFi MAC address 5c:cf:7f:ee:61:e8
                    WiFi Vcc 3.36, reset reason Turned on by main processor
                    WiFi flash size 4194304, free heap 12896
                    WiFi IP address 192.168.1.85
                    WiFi signal strength -46dBm, reconnections 0, sleep mode modem
                    Socket states: 0 0 0 0 0 0 0 0

                    There is a known issue in 1.21 that causes problems with a small number of routers.

                    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

                    d33bundefined 1 Reply Last reply Reply Quote 0
                    • d33bundefined
                      d33b @dc42
                      last edited by

                      @dc42 said in Duet Wifi unable to upload files:

                      Please update DuetWiFiServer to 1.22 or 1.23, then confirm using M122 that the update succeeded:

                      WiFi -
                      Network state is running
                      WiFi module is connected to access point
                      Failed messages: pending 0, notready 0, noresp 0
                      WiFi firmware version 1.21
                      WiFi MAC address 5c:cf:7f:ee:61:e8
                      WiFi Vcc 3.36, reset reason Turned on by main processor
                      WiFi flash size 4194304, free heap 12896
                      WiFi IP address 192.168.1.85
                      WiFi signal strength -46dBm, reconnections 0, sleep mode modem
                      Socket states: 0 0 0 0 0 0 0 0

                      There is a known issue in 1.21 that causes problems with a small number of routers.

                      Ok I have updated back to 1.23. The problem randomly stopped happening sometime last night as it normally does, maybe by some act of god it won't come back.

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

                        If/when the problem comes back, a WireShark trace of a failed upload may help diagnose the reason.

                        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

                        d33bundefined ElmoCundefined 2 Replies Last reply Reply Quote 0
                        • d33bundefined
                          d33b @dc42
                          last edited by d33b

                          @dc42 said in Duet Wifi unable to upload files:

                          If/when the problem comes back, a WireShark trace of a failed upload may help diagnose the reason.

                          Good idea, I'll have to try that next time. Appreciate the help and have been in love with my Duet for almost 2 years now! Thank you

                          1 Reply Last reply Reply Quote 0
                          • ElmoCundefined
                            ElmoC @dc42
                            last edited by

                            @dc42 This is almost a year old, but I am now having this issue. I cannot upload files to my Duet WiFi from PrusaSlicer any more, but was in the past. I have changed routers and seeing that 1.21 had issues with some routers, I'm thinking it may be similar. It also fails when using the Upload button in the web interface. It doesn't fail at the same location.

                            How do you do a WireShark trace?

                            Firmware Name: RepRapFirmware for Duet 2 WiFi/Ethernet
                            Firmware Electronics: Duet WiFi 1.02 or later + DueX5
                            Firmware Version: 2.03 (2019-06-13b2)
                            WiFi Server Version: 1.23
                            Web Interface Version: 1.22.6

                            M122
                            === Diagnostics ===
                            RepRapFirmware for Duet 2 WiFi/Ethernet version 2.03 running on Duet WiFi 1.02 or later + DueX5
                            Board ID: 08DGM-917DA-G4MS8-6J1F2-3S06R-T9THB
                            Used output buffers: 3 of 24 (8 max)
                            === RTOS ===
                            Static ram: 25680
                            Dynamic ram: 94148 of which 416 recycled
                            Exception stack ram used: 320
                            Never used ram: 10508
                            Tasks: NETWORK(ready,524) HEAT(blocked,1236) DUEX(suspended,156) MAIN(running,3748) IDLE(ready,160)
                            Owned mutexes:
                            === Platform ===
                            Last reset 00:07:10 ago, cause: software
                            Last software reset at 2020-01-14 17:21, reason: User, spinning module GCodes, available RAM 10372 bytes (slot 0)
                            Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0441f000 BFAR 0xe000ed38 SP 0xffffffff Task 0x4e49414d
                            Error status: 0
                            Free file entries: 10
                            SD card 0 detected, interface speed: 20.0MBytes/sec
                            SD card longest block write time: 6.0ms, max retries 0
                            MCU temperature: min 34.6, current 34.8, max 35.6
                            Supply voltage: min 24.2, current 24.3, max 24.5, under voltage events: 0, over voltage events: 0, power good: yes
                            Driver 0: standstill, SG min/max not available
                            Driver 1: standstill, SG min/max not available
                            Driver 2: standstill, SG min/max not available
                            Driver 3: standstill, SG min/max not available
                            Driver 4: standstill, SG min/max not available
                            Driver 5: standstill, SG min/max not available
                            Driver 6: standstill, SG min/max not available
                            Driver 7: standstill, SG min/max not available
                            Driver 8: standstill, SG min/max not available
                            Driver 9: standstill, SG min/max not available
                            Date/time: 2020-01-14 17:28:29
                            Cache data hit count 1688952282
                            Slowest loop: 8.35ms; fastest: 0.07ms
                            I2C nak errors 0, send timeouts 0, receive timeouts 0, finishTimeouts 0, resets 0
                            === Move ===
                            Hiccups: 0, FreeDm: 169, MinFreeDm: 169, MaxWait: 0ms
                            Bed compensation in use: none, comp offset 0.000
                            === DDARing ===
                            Scheduled moves: 0, completed moves: 0, StepErrors: 0, LaErrors: 0, Underruns: 0, 0
                            === Heat ===
                            Bed heaters = 0 -1 -1 -1, chamberHeaters = -1 -1
                            Heater 1 is on, I-accum = 0.0
                            === GCodes ===
                            Segments left: 0
                            Stack records: 1 allocated, 0 in use
                            Movement lock held by null
                            http is idle in state(s) 0
                            telnet is idle in state(s) 0
                            file is idle in state(s) 0
                            serial is idle in state(s) 0
                            aux is idle in state(s) 0
                            daemon is idle in state(s) 0
                            queue is idle in state(s) 0
                            autopause is idle in state(s) 0
                            Code queue is empty.
                            === Network ===
                            Slowest loop: 81.74ms; fastest: 0.00ms
                            Responder states: HTTP(0) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0) Telnet(0)
                            HTTP sessions: 1 of 8

                            • WiFi -
                              Network state is running
                              WiFi module is connected to access point
                              Failed messages: pending 0, notready 0, noresp 0
                              WiFi firmware version 1.23
                              WiFi MAC address
                              WiFi Vcc 3.36, reset reason Turned on by main processor
                              WiFi flash size 4194304, free heap 20080
                              WiFi IP address 192.168.1.197
                              WiFi signal strength -67dBm, reconnections 0, sleep mode modem
                              Socket states: 0 0 0 0 0 0 0 0
                            1 Reply Last reply Reply Quote 0
                            • First post
                              Last post
                            Unless otherwise noted, all forum content is licensed under CC-BY-SA