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

    BigtreeTech MINI 12864 V1.0 - Duet 3 Mini 5+

    Scheduled Pinned Locked Moved Solved
    Third-party add-ons
    9
    19
    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.
    • chuserundefined
      chuser
      last edited by

      Hello together
      I have a BT Mini 12864 connected to my Duet 3 Mini 5+.
      The display is identical in construction to the FYSETC MINI 12864

      I have turned the tub for the pins on the back so that the pin assignment is correct again.
      I have also loaded a menu file.
      RRF 3.2.2

      But unfortunately I see only one line.
      The strange thing is. When I do a firmware upgrade. Then the display shows "Updating firmware".

      What am I missing?

      Normally it shows the
      IMG_0622.jpeg
      When updating the
      IMG_0623.jpeg

      1 Reply Last reply Reply Quote 0
      • lodgerundefined
        lodger
        last edited by

        What did you set in your config.g. IE did you set your colours ?

        M918 P2 E4 F2000000 ; configure direct-connect display
        M150 X2 R255 U255 B255 S3 ; set all 3 LEDs to white

        chuserundefined 1 Reply Last reply Reply Quote 0
        • chuserundefined
          chuser @lodger
          last edited by chuser

          @lodger
          Yes this are my config

          M918 P2 E4 F2000000 C30 R6
          M150 X2 R255 U255 B255 S3

          1 Reply Last reply Reply Quote 0
          • oliofundefined
            oliof
            last edited by

            Try double initializing

            M918...
            G4 P1
            M918...
            

            <>RatRig V-Minion Fly Super5Pro RRF<> V-Core 3.1 IDEX k*****r <> RatRig V-Minion SKR 2 Marlin<>

            chuserundefined 1 Reply Last reply Reply Quote 0
            • chuserundefined
              chuser @oliof
              last edited by

              @oliof

              Thank you, I have tried that.

              M918 P2 E4 F200000 C30 R6
              G4 P1
              M918 P2 E4 F200000 C30 R6
              M150 X2 R255 U255 B255 S3
              

              but does not work

              Which values are loaded during the firmware update. These would work.

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

                @chuser, if the firmware update message is displayed then the display is probably connected and configured correctly. What menu files have you put in the /menu folder of the SD card in the Duet? https://duet3d.dozuki.com/Wiki/Duet_2_Maestro_12864_display_menu_system

                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

                chuserundefined 1 Reply Last reply Reply Quote 0
                • chuserundefined
                  chuser @dc42
                  last edited by

                  I feel a little ashamed.
                  I have found the error.
                  The menu files were in a wrong folder.
                  Now everything works.

                  Thank you all for the Help

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

                    I'm glad you got it working!

                    If the menu files are not found then the firmware is supposed to put an error message on the display. I will test whether this still works.

                    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

                    o_lampeundefined lodgerundefined 2 Replies Last reply Reply Quote 0
                    • o_lampeundefined
                      o_lampe @dc42
                      last edited by o_lampe

                      Inspired by this thread I digged out a 12864 LCD I used to use with RAMPS/Marlin and connected it to my Maestro.
                      It worked right away!
                      Now I'm beginning to think, I might replace the DuetWifi with the Maestro on my CoreXYV printer.
                      How compatible is Duet2 config file with Maestro?
                      Both run RRF3.3.b2
                      Is it just switch SD-cards or are there any wiki-articles to follow?

                      Phaedruxundefined dc42undefined 2 Replies Last reply Reply Quote 0
                      • Phaedruxundefined
                        Phaedrux Moderator @o_lampe
                        last edited by

                        @o_lampe said in BigtreeTech MINI 12864 V1.0 - Duet 3 Mini 5+:

                        How compatible is Duet2 config file with Maestro?

                        Mostly? There may be a difference of pin names due to different connectors.

                        You could load your existing config.json into the confil tool and then change it to the maestro board and seeing what all changes.

                        Z-Bot CoreXY Build | Thingiverse Profile

                        o_lampeundefined 1 Reply Last reply Reply Quote 1
                        • lodgerundefined
                          lodger @dc42
                          last edited by lodger

                          @dc42 mine did today when i was messing about.

                          1 Reply Last reply Reply Quote 1
                          • o_lampeundefined
                            o_lampe @Phaedrux
                            last edited by o_lampe

                            @phaedrux
                            I don't use sensorless homing and I've let the steppers run with 1.3A just to try out. It went smooth with reduced travel speed.
                            To use the maestro has an advatage for me, since I have the two driver extension board, which makes it better suited for dual extrusion than the Duet2. The LCD is a bonus.

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

                              @o_lampe said in BigtreeTech MINI 12864 V1.0 - Duet 3 Mini 5+:

                              Inspired by this thread I digged out a 12864 LCD I used to use with RAMPS/Marlin and connected it to my Maestro.
                              It worked right away!
                              Now I'm beginning to think, I might replace the DuetWifi with the Maestro on my CoreXYV printer.

                              Advance notice in case it affects your decision: it is likely that input shaping will not be supported on the Maestro, because the MCU on the Maestro does not have floating point hardware.

                              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

                              o_lampeundefined 1 Reply Last reply Reply Quote 0
                              • o_lampeundefined
                                o_lampe @dc42
                                last edited by

                                @dc42
                                Good to know, but I had no ringing or resonance on my prints, so I didn't bother using IS at all. (can we call it 'IS' ? )
                                With lower stepper current, I don't see ringing become an issue. (Acceleration was 1000mm/s² during the test. Before it was 2000) I could live with that...less noise but almost no difference in print time.

                                1 Reply Last reply Reply Quote 0
                                • Armatusundefined
                                  Armatus
                                  last edited by

                                  I'm having this exact same problem with the same hardware, I'm sure I'm missing something very simple. I have my display connected and can change the RGB colors of the display by editing the config file, but can't seem to get it to display anything. I have loaded a menu set from the suggested list and changed the master file to "menu". What am I missing?

                                  Screen Shot 2022-07-03 at 6.54.28 PM.png

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

                                    @armatus you've put it in the wrong folder. At the top o left of your screen grab it says system directory. Click on that and you should see menu. Upload them there

                                    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

                                    Armatusundefined 1 Reply Last reply Reply Quote 1
                                    • Armatusundefined
                                      Armatus @jay_s_uk
                                      last edited by Armatus

                                      @jay_s_uk Thanks, I flashed in fresh firmware and moved them to the proper menu directory. I'm still not seeing anything on the LCD 😞

                                      Screen Shot 2022-07-04 at 12.49.36 PM.png

                                      EDIT: Flipped my cables one more time and now have it working, thanks so much!!!

                                      1 Reply Last reply Reply Quote 1
                                      • blt3dpundefined
                                        blt3dp
                                        last edited by blt3dp

                                        Hey, sorry to bring this one back to life. I’m having a similar issue with the Duet 3 Mini 5+ and the BTT 12864. Think one of you who’ve got it working to take a pic of how your cables are connected?

                                        My 3D Printing YouTube Channel
                                        Better Living Through 3D Printing

                                        Follow me on Instagram and Twitter
                                        Instagram
                                        Twitter

                                        1 Reply Last reply Reply Quote 0
                                        • blt3dpundefined
                                          blt3dp
                                          last edited by

                                          Omg, I can’t believe it. I somehow managed to plug in EXP2 into the Duet 3 Mini 5+ reversed (it’s dark back there) and I also didn’t think I needed the M150 command. Fixed those and now it works.

                                          My 3D Printing YouTube Channel
                                          Better Living Through 3D Printing

                                          Follow me on Instagram and Twitter
                                          Instagram
                                          Twitter

                                          1 Reply Last reply Reply Quote 2
                                          • DIY-O-Sphereundefined DIY-O-Sphere referenced this topic
                                          • First post
                                            Last post
                                          Unless otherwise noted, all forum content is licensed under CC-BY-SA