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

    Duet 3 Mainboard 6HC - initial production run.

    Scheduled Pinned Locked Moved
    General Discussion
    40
    243
    33.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.
    • Phaedruxundefined
      Phaedrux Moderator @LeonMF
      last edited by

      @leonmf said in Duet 3 Mainboard 6HC - initial production run.:

      My experience with Raspberry Pis were that they are a full OS and don't particularly love being shut down without going through a clean shutdown.

      I may be lucky, but I have never shut down a pi cleanly. Always just pulled the power on the poor little things. Never had any ill effects.

      Z-Bot CoreXY Build | Thingiverse Profile

      DocTruckerundefined 1 Reply Last reply Reply Quote 1
      • DocTruckerundefined
        DocTrucker @Phaedrux
        last edited by DocTrucker

        @phaedrux think this is more like to be a problem if the DWC solution on the computer does some heavy background processing like simulation.

        Running 3 P3Steel with Duet 2. Duet 3 on the shelf looking for a suitable machine. One first generation Duet in a Logo/Turtle style robot!

        1 Reply Last reply Reply Quote 0
        • JoergS5undefined
          JoergS5 @LeonMF
          last edited by JoergS5

          @leonmf so maybe it's better to setup the operating system as read-only, similar to http://hallard.me/raspberry-pi-read-only/
          and held the non volatile data in a separate storage.

          1 Reply Last reply Reply Quote 0
          • T3P3Tonyundefined
            T3P3Tony administrators
            last edited by

            Good points. One way to go is to have the power configured so the Raspi does not shut down, or at least is in charge of the shutdown. So power off just sets the printer into a low power sleep mode where the 24V is off and only a little 5V is used to keep the Pi idling... When you turn a modern TV or whatever that is what happens...

            www.duet3d.com

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

              @knaudler said in Duet 3 Mainboard 6HC - initial production run.:

              screws for Power ?
              something like this would be nice:
              https://www.wago.com/de/leiterplattenanschluss/klemmenleiste-fuer-leiterplatten/p/2716-102

              I've taken a look at the Wago range of push-in connectors. Many of them are either too large or very expensive. The most suitable 6-way one I found was this one https://uk.farnell.com/wago/2092-1376/terminal-block-wire-to-brd-6pos/dp/2352417. Like most push-in terminals blocks, it's only suitable for use with solid core wire or stranded wire that has been terminated with ferrules already. So if you need to use stranded core wire, it doesn't avoid the need for crimping, and it's hard to justify the additional cost.

              For the home user, an advantage of the barrier strips we currently use is that crimping tools for automotive-style fork receptacles are very cheap. But I can see that some OEMs might prefer push-in terminals to speed up wiring.

              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
              • A Former User?
                A Former User
                last edited by

                Back in the day, we ended up with a compromise and used pluggable terminals where phoenix contacts had both screw and push-in female connectors, the boards used the same male header (but that was only up to about 10A iirc)

                Also found that you could use stranded wire without ferrules, but then you loose the tool-less advantage as you need to press the release spring to insert the stranded wire. And something like Radox 125 is wound so tight it can be inserted without ferrules in a pinch, but for production you'll want ferrules anyways.

                But yes, quite significant savings on wiring time with push-in terminals when wiring is prepared by machines automatically cutting, stripping, labeling and crimping ferrules. However unless you have the machines I doubt its worth the investment for a single 6-pin terminal.

                1 Reply Last reply Reply Quote 0
                • JoergS5undefined
                  JoergS5 @LeonMF
                  last edited by

                  @leonmf I bought a Pi 3+, but will buy a Pi 4 also, because he has a lot more I2C and SPI interfaces (about 5 each, 3 + has only one useable SPI, which will be used to communicate to Duet), so if one wants to use Pi4 for additional tasks like using cameras (e.g. Arducam with SPI/I2C interface), additional I2C and SPI are useful.

                  1 Reply Last reply Reply Quote 0
                  • KP0005undefined
                    KP0005
                    last edited by

                    Regarding the SPI connection, would it in theory be possible to connect a Maestro to the SBC in a similar way?

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

                      @matej101 said in Duet 3 Mainboard 6HC - initial production run.:

                      Regarding the SPI connection, would it in theory be possible to connect a Maestro to the SBC in a similar way?

                      In theory yes, with a lot of firmware changes. Ideally the W5500 Ethernet chip would be removed to free up the fast SPI connection. I guess the daughter board SPI could be used instead, at a lower speed and by dropping support for external SD card sockets and temperature daughter boards.

                      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

                      KP0005undefined 1 Reply Last reply Reply Quote 0
                      • KP0005undefined
                        KP0005 @dc42
                        last edited by

                        @dc42 thank you for the quick reply! I'm not really experienced with programming so redoing part of the firmware seems to be a bit of a stretch for my use case. Guess I'll just hack something together instead.

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

                          @matej101 said in Duet 3 Mainboard 6HC - initial production run.:

                          @dc42 thank you for the quick reply! I'm not really experienced with programming so redoing part of the firmware seems to be a bit of a stretch for my use case. Guess I'll just hack something together instead.

                          No hacking needed just buy a Duet 3..............

                          KP0005undefined 1 Reply Last reply Reply Quote 0
                          • KP0005undefined
                            KP0005 @A Former User
                            last edited by

                            @calvinx but money...

                            dc42undefined 1 Reply Last reply Reply Quote 0
                            • mundsenundefined
                              mundsen
                              last edited by

                              Order one today, plan to use it in my Corexy project 🥰

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

                                @matej101 said in Duet 3 Mainboard 6HC - initial production run.:

                                @calvinx but money...

                                It's occurred to me that a Duet Ethernet without the Ethernet daughter board should be relatively straightforward to connect to a RPi. Maybe I'll add support for this in the future.

                                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

                                gtj0undefined denkeundefined KP0005undefined 3 Replies Last reply Reply Quote 2
                                • gtj0undefined
                                  gtj0 @dc42
                                  last edited by

                                  @dc42 said in Duet 3 Mainboard 6HC - initial production run.:

                                  It's occurred to me that a Duet Ethernet without the Ethernet daughter board should be relatively straightforward to connect to a RPi. Maybe I'll add support for this in the future.

                                  That could be VERY handy!

                                  1 Reply Last reply Reply Quote 0
                                  • denkeundefined
                                    denke @dc42
                                    last edited by

                                    @dc42
                                    As I remember the wifi can also be converted to ethernet. So, Is it possible for that too?

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

                                      @denke said in Duet 3 Mainboard 6HC - initial production run.:

                                      @dc42
                                      As I remember the wifi can also be converted to ethernet. So, Is it possible for that too?

                                      Yes, if you removed the WiFi module.

                                      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 1
                                      • dc42undefined
                                        dc42 administrators
                                        last edited by

                                        The tests on the first Duet 3 main board have passed over the weekend, so assembly of the first batch is now under way.

                                        0_1566905720990_2019-08-27 11.37.31.jpg

                                        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

                                        Vetiundefined 1 Reply Last reply Reply Quote 4
                                        • Vetiundefined
                                          Veti @dc42
                                          last edited by

                                          @dc42
                                          congratulations. nice to be able to follow the development cycle as is progresses to the final product.

                                          1 Reply Last reply Reply Quote 1
                                          • mundsenundefined
                                            mundsen
                                            last edited by

                                            I have order a Duet 3 - is it possible to get a 3D model? I`m designing my own railcore based corexy printer - hope to spend the time while waiting for the controller to arrive designing a housing for Duet + PI

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