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

    Announcement: Duet 3 Toolboard revision v1.1

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    27
    84
    8.2k
    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 @khenderick
      last edited by

      @khenderick we decided not to attempt to add an accelerometer to a v1.0 tool board when prototyping, because it is difficult. First, you need to access pads of the SAMC21 MCU that are under the chip. Second, you need to connect a level shifting IC between the MCU (which runs at 5V) and the accelerometer (which runs at 3.3V).

      If you decided to attempt the modification yourself then you would also need to build custom firmware, because some of the pin allocations were changed between version 1.0 and 1.1 in order to free up pins for the accelerometer.

      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
      • droftartsundefined
        droftarts administrators @khenderick
        last edited by

        @khenderick Schematics are here, if you choose the hacking option:
        v1.0: https://github.com/Duet3D/Duet3-Toolboard-1LC/blob/master/ToolBoard_1LC_v1.0/Duet3_TB_1LC_Schematic_v1.0.pdf
        v1.1: https://github.com/Duet3D/Duet3-Toolboard-1LC/blob/master/ToolBoard_1LC_v1.1/Duet3_TB_1LC_Schematic_v1.1.pdf

        You don't have to miss out; you can connect the accelerometer to a SAMMY C21 board (and connect that to the Toolboard CAN) or direct to the mainboard.

        Ian

        Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

        dc42undefined khenderickundefined 2 Replies Last reply Reply Quote 0
        • dc42undefined
          dc42 administrators @droftarts
          last edited by

          The v1.1 tool board schematic linked to above isn't quite right, because the board are modified during production:

          • the INT output of the accelerometer is no longer connected to PA19 of the microcontroller;
          • INT is instead connected through a silicon diode to PA00.

          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

          PCRundefined 1 Reply Last reply Reply Quote 0
          • PCRundefined
            PCR @dc42
            last edited by

            @dc42 I saw that one guy on twitter made a back toolboard 1.1 😉 Where did he get the gerber files from?

            Best

            T3P3Tonyundefined dc42undefined 2 Replies Last reply Reply Quote 0
            • T3P3Tonyundefined
              T3P3Tony administrators @PCR
              last edited by

              @pcr he did not get the gerbers 😉

              www.duet3d.com

              PCRundefined 1 Reply Last reply Reply Quote 0
              • PCRundefined
                PCR @T3P3Tony
                last edited by

                @t3p3tony Sure?;) Looks Not Like diy 😄

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

                  @pcr said in Announcement: Duet 3 Toolboard revision v1.1:

                  @dc42 I saw that one guy on twitter made a back toolboard 1.1

                  Link?

                  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

                  PCRundefined 1 Reply Last reply Reply Quote 0
                  • PCRundefined
                    PCR @dc42
                    last edited by

                    @dc42

                    https://twitter.com/brendonbuilds/status/1404516661328240645?s=20

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

                      @pcr I am sure Brendon or I will explain at some point 😉

                      www.duet3d.com

                      1 Reply Last reply Reply Quote 0
                      • kingofthegeeksundefined
                        kingofthegeeks
                        last edited by

                        I wanted the new revision, even though I am hardly at the point I understand everything I need to do before input shaping, with that even a version away and my existing boards aren't even a few months old.

                        But it turns out an easy decision to replace if you just forget to power the board down while doing some adjustments, slip with a t-handle hex and somehow manage to touch two things that shouldn't be touched.

                        As the boards red light disappears never to be seen again, a gingerly walk to the computer for the local parts store where its already been confirmed they have a v1.1 in stock.

                        It arrives in slightly more than 4 hours, unless it doesn't, but lets not think like that.

                        1 Reply Last reply Reply Quote 1
                        • khenderickundefined
                          khenderick @droftarts
                          last edited by

                          @droftarts Thanks. Seems it will be hard to patch an accelerometer to v1.0 unfortunately. That might be a suggestion for a future revision; make the I2C pins available on test pins.

                          Adding a Sammy C21 will be more realistic. Without highjacking the topic too much; having a toolchanger, would adding one to the toolhead make sense, so it would be used for / shared by multiple tools? Or would supporting such thing in the firmware be unlikely?

                          jay_s_ukundefined dc42undefined 2 Replies Last reply Reply Quote 0
                          • jay_s_ukundefined
                            jay_s_uk @khenderick
                            last edited by

                            @khenderick adding one to the carriage should be sufficient

                            Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

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

                              @khenderick said in Announcement: Duet 3 Toolboard revision v1.1:

                              Adding a Sammy C21 will be more realistic. Without highjacking the topic too much; having a toolchanger, would adding one to the toolhead make sense, so it would be used for / shared by multiple tools?

                              I suggest having one that you can move between tools. However, if all the tools are the same (e.g. all Hemera with standard hot end) then they should all have the same resonant frequencies, and you should only need to calibrate input shaping for one of them.

                              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

                              Gianlucaundefined 1 Reply Last reply Reply Quote 0
                              • Gianlucaundefined
                                Gianluca @dc42
                                last edited by

                                I write here not to open a new post.
                                Is it possible to connect an inductive probe (Omron TL-Q5 NPN ) powered at 24v to the IO_3in port of a 1LC v1.3 board?
                                How many voltage does the IO_3 port tolerate?

                                jay_s_ukundefined 1 Reply Last reply Reply Quote 0
                                • jay_s_ukundefined
                                  jay_s_uk @Gianluca
                                  last edited by

                                  @Gianluca please open a new post

                                  Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

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