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

    Duet 3 Mainboard 6HC - initial production run.

    Scheduled Pinned Locked Moved
    General Discussion
    40
    243
    33.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.
    • wilrikerundefined
      wilriker
      last edited by wilriker

      And just for the sake of completeness: on Arch Linux I maintain AUR packages for DuetSoftwareFramework so installation there is also very easy.

      If the kernel on an arbitrary SBC is >=4.8 then "porting" DSF is merely a question of changing the config file for DuetControlServer since @chrishamm is using /dev/gpiochip for communication.

      Manuel
      Duet 3 6HC (v0.6) with RPi 4B on a custom Cartesian
      with probably always latest firmware/DWC (incl. betas or self-compiled)
      My Tool Collection

      A Former User? 1 Reply Last reply Reply Quote 2
      • A Former User?
        A Former User @wilriker
        last edited by

        @wilriker

        What in your opinion makes Arch Linux a better proposal than Raspbian ?

        wilrikerundefined 1 Reply Last reply Reply Quote 0
        • wilrikerundefined
          wilriker @A Former User
          last edited by

          @calvinx I'd say mainly personal preference. I run Arch Linux on all of my machines. I like the concept of a rolling release and having the latest version of all packages. On RPi 3B(+) there is even an aarch64 image which let's the ARM A53 use its full potential (unfortunately there is no upstream kernel support for RPi 4B yet so this still has to wait).

          Manuel
          Duet 3 6HC (v0.6) with RPi 4B on a custom Cartesian
          with probably always latest firmware/DWC (incl. betas or self-compiled)
          My Tool Collection

          1 Reply Last reply Reply Quote 0
          • deckingmanundefined
            deckingman @T3P3Tony
            last edited by

            @t3p3tony

            Tony, there is a bit of a conflict in the documentation https://duet3d.dozuki.com/Wiki/Duet_3_Mainboard_6HC_Hardware_Overview.

            The picture of the boards has a graphic with the words "6x stepper drivers rated to 4A peak". But under "Features" the words say "Six high-current advanced TMC5160 stepper drivers: SPI controlled will all the latest Trinamic features. Maximum motor current 6.3A peak per phase (4.45A RMS)."

            As DC ran the thermal tests on an expansion board at 6.3A, I'm assuming the "4A" in the graphic is incorrect.

            Ian
            https://somei3deas.wordpress.com/
            https://www.youtube.com/@deckingman

            T3P3Tonyundefined 1 Reply Last reply Reply Quote 1
            • Phaedruxundefined
              Phaedrux Moderator @gtj0
              last edited by Phaedrux

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

              @dc42

              The Freescale iMX6 platform is well supported in Linux. I wrote some of the device tree and driver stuff for it. 🙂

              Not criticizing the choice of C#, just curious. I haven't done any C# development in about 10 years so I'll have to see what .NET dev tools are like for Linux these days. Hopefully there's an Eclipse plugin. 🙂

              You may want to take a look at Mono for .NET. Microsoft has been putting a lot of effort into bridging the Linux gap in the last few years.

              Z-Bot CoreXY Build | Thingiverse Profile

              gtj0undefined 1 Reply Last reply Reply Quote 0
              • gtj0undefined
                gtj0 @Phaedrux
                last edited by

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

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

                @dc42

                The Freescale iMX6 platform is well supported in Linux. I wrote some of the device tree and driver stuff for it. 🙂

                Not criticizing the choice of C#, just curious. I haven't done any C# development in about 10 years so I'll have to see what .NET dev tools are like for Linux these days. Hopefully there's an Eclipse plugin. 🙂

                You may want to take a look at Mono for .NET. Microsoft has been putting a lot of effort into bridging the Linux gap in the last few years.

                Yeah, I've used Mono for running .NET assemblies for quite a while. The Microsoft .NET Core for Linux is also working fine. I just can't stand Visual Studio. 🙂 Actually, the Acute plugin for Eclipse is at least workable for editing C# and I just built the DSF for both arm and x86_64 so maybe it won't be that bad. I might not even need to modify it for the Wandboard, just set the device paths in the config.json file. We'll see.

                wilrikerundefined 1 Reply Last reply Reply Quote 0
                • wilrikerundefined
                  wilriker @gtj0
                  last edited by wilriker

                  @gtj0 There is also MonoDevelop as an IDE. And the apps are actually based on .NET Core and as such do not need Mono (if anyone needs more recent packages of .NET Core on Arch Linux I have them in my Dropbox 😁 ).

                  EDIT: one of these days I need to look into finding a good Language Server for C# and then I can develop in neovim. 🙂

                  Manuel
                  Duet 3 6HC (v0.6) with RPi 4B on a custom Cartesian
                  with probably always latest firmware/DWC (incl. betas or self-compiled)
                  My Tool Collection

                  dc42undefined gtj0undefined 2 Replies Last reply Reply Quote 1
                  • A Former User?
                    A Former User @T3P3Tony
                    last edited by

                    @t3p3tony

                    I think a connector/plug pack should be included as a mimimum, if not included in the duet 3 anyone who has experienced what is included after purchasing earlier iterations of the duet ecosystem is going to feel mighty cheated to have to go source connectors and plugs themselves after shelling out for the duet 3 and an sbc

                    T3P3Tonyundefined 1 Reply Last reply Reply Quote 1
                    • dc42undefined
                      dc42 administrators @wilriker
                      last edited by

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

                      @gtj0 There is also MonoDevelop as an IDE. And the apps are actually based on .NET Core and as such do not need Mono (if anyone needs more recent packages of .NET Core on Arch Linux I have them in my Dropbox 😁 ).

                      EDIT: one of these days I need to look into finding a good Language Server for C# and then I can develop in neovim. 🙂

                      Don't forget that .NET supports other languages apart from C#, in particular F#.

                      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

                      wilrikerundefined 1 Reply Last reply Reply Quote 0
                      • wilrikerundefined
                        wilriker @dc42
                        last edited by wilriker

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

                        Don't forget that .NET supports other languages apart from C#, in particular F#.

                        Then there is J# and VisualBasic... Wasn't there also a Q#? Way too many Sharpies. 😂 If I have the choice I'll stay with my beloved Go, though.

                        EDIT: it seems neither J# nor Q# (actually for quantum computing) are supported by .NET.

                        Manuel
                        Duet 3 6HC (v0.6) with RPi 4B on a custom Cartesian
                        with probably always latest firmware/DWC (incl. betas or self-compiled)
                        My Tool Collection

                        1 Reply Last reply Reply Quote 0
                        • gtj0undefined
                          gtj0 @wilriker
                          last edited by

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

                          @gtj0 There is also MonoDevelop as an IDE. And the apps are actually based on .NET Core and as such do not need Mono (if anyone needs more recent packages of .NET Core on Arch Linux I have them in my Dropbox 😁 ).

                          EDIT: one of these days I need to look into finding a good Language Server for C# and then I can develop in neovim. 🙂

                          MonoDevelop doesn't support .NET Core projects using .csproj project files. It complains about the project file not having a ProjectGuid.

                          BTW, I have a Wandboard loaded with Fedora 30 and SPI support running the DSF. No changes to the DSF needed but then I don't have a Duet3 board to test with 🙂

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

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

                            @t3p3tony

                            Tony, there is a bit of a conflict in the documentation https://duet3d.dozuki.com/Wiki/Duet_3_Mainboard_6HC_Hardware_Overview.

                            The picture of the boards has a graphic with the words "6x stepper drivers rated to 4A peak". But under "Features" the words say "Six high-current advanced TMC5160 stepper drivers: SPI controlled will all the latest Trinamic features. Maximum motor current 6.3A peak per phase (4.45A RMS)."

                            As DC ran the thermal tests on an expansion board at 6.3A, I'm assuming the "4A" in the graphic is incorrect.

                            Thanks Ian - its fixed now

                            www.duet3d.com

                            deckingmanundefined 1 Reply Last reply Reply Quote 0
                            • T3P3Tonyundefined
                              T3P3Tony administrators @A Former User
                              last edited by

                              @calvinx Thats the plan - just see if we can get them sorted in time for this initial batch.

                              www.duet3d.com

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

                                Dumb question: what voltage do the 5A OUT1-3 receive, the ones intended for "extruder heaters or similar?" Is it just VIN?

                                https://duet3d.dozuki.com/Wiki/Duet_3_Mainboard_6HC_Hardware_Overview#Section_Heating_Fans

                                (Apologies in advance if there's a better place to ask!)

                                A Former User? dc42undefined 2 Replies Last reply Reply Quote 0
                                • A Former User?
                                  A Former User @evan38109
                                  last edited by

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

                                  Is it just VIN?

                                  yeah

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

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

                                    Dumb question: what voltage do the 5A OUT1-3 receive, the ones intended for "extruder heaters or similar?" Is it just VIN?

                                    https://duet3d.dozuki.com/Wiki/Duet_3_Mainboard_6HC_Hardware_Overview#Section_Heating_Fans

                                    Yes.

                                    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
                                    • deckingmanundefined
                                      deckingman @T3P3Tony
                                      last edited by

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

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

                                      @t3p3tony

                                      Tony, there is a bit of a conflict in the documentation https://duet3d.dozuki.com/Wiki/Duet_3_Mainboard_6HC_Hardware_Overview.

                                      The picture of the boards has a graphic with the words "6x stepper drivers rated to 4A peak". But under "Features" the words say "Six high-current advanced TMC5160 stepper drivers: SPI controlled will all the latest Trinamic features. Maximum motor current 6.3A peak per phase (4.45A RMS)."

                                      As DC ran the thermal tests on an expansion board at 6.3A, I'm assuming the "4A" in the graphic is incorrect.

                                      Thanks Ian - its fixed now

                                      Still showing 4A here https://duet3d.dozuki.com/Wiki/Duet_3_Mainboard_6HC_Hardware_Overview

                                      Ian
                                      https://somei3deas.wordpress.com/
                                      https://www.youtube.com/@deckingman

                                      T3P3Tonyundefined 1 Reply Last reply Reply Quote 0
                                      • wilrikerundefined
                                        wilriker @gtj0
                                        last edited by

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

                                        MonoDevelop doesn't support .NET Core projects using .csproj project files. It complains about the project file not having a ProjectGuid.

                                        It does so for me. Which versions of MonoDevelop and .NET Core do you use? I have MonoDevelop 7.8.3 and .NET Core 2.2.401 (with 2.2.6 Runtime).

                                        Manuel
                                        Duet 3 6HC (v0.6) with RPi 4B on a custom Cartesian
                                        with probably always latest firmware/DWC (incl. betas or self-compiled)
                                        My Tool Collection

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

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

                                          @calvinx Thats the plan - just see if we can get them sorted in time for this initial batch.

                                          Thanks for the clarification.

                                          Whats the plan to cater for those that purchased the initial batch if you cant amass connectors and plugs in time ?

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

                                            @t3p3tony Tony how is the pr-orders going for the first batch I need to order one but won't be able to till the end of this week?

                                            Cheers

                                            Doug

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