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

    Duet 3 Mini 5+ 2811 RGB LEDs

    Scheduled Pinned Locked Moved Solved
    Duet Hardware and wiring
    2
    10
    588
    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.
    • Topherundefined
      Topher
      last edited by

      Trying to configure our first Mini5 board coming from a Duet2 wifi with the fysetc 12864 screen connected. The onboard 2811 leds work flawlessly with RRF 3.3b3 on wifi2 but I cant seem to get the 2811 leds to work with Mini5. Im using the parallel ribbon cable to connect the fysetc on the Mini5. I believe EXP.1 "io3.out" is what is driving the 2811 data pin. Maybe the output is not assigned?

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

        @leckietech which RGB LEDS can't you get to work? The ones on the 12864 display, or the ones connected to the NeoPixel connector on the main board?

        What M150 command are you using to control the LEDs?

        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

        Topherundefined 2 Replies Last reply Reply Quote 0
        • Topherundefined
          Topher @dc42
          last edited by

          @dc42 I have the Fysetc 12864 connected to the Mini5. I can see the RGB drivers Fysetc is using is the WS2811 and they have used 3 of them. If I send lets say M150 R255, nothing happens on the Duet3 Mini, but running the same config file on the Duet 2 and the 2811's work fine. Running RRF 3.3B3 on both boards.

          dc42undefined 1 Reply Last reply Reply Quote 0
          • Topherundefined
            Topher @dc42
            last edited by

            @dc42 It might be worth mentioning that M150 R255 actually controls the Green LED string on the Duet2 and U255 controls RED. B255 is still functioning Blue.

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

              @leckietech you need to use the X parameter of the M150 command to tell RRF that the command is for the LCD Neopixel port. See the description of M150 in the GCode wiki page.

              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

              Topherundefined 2 Replies Last reply Reply Quote 0
              • dc42undefined
                dc42 administrators @Topher
                last edited by

                @leckietech said in Duet 3 Mini 5+ 2811 RGB LEDs:

                @dc42 It might be worth mentioning that M150 R255 actually controls the Green LED string on the Duet2 and U255 controls RED. B255 is still functioning Blue.

                Unfortunately the LEDs in some strips use a different colour order from the usual one.

                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
                • Topherundefined
                  Topher @dc42
                  last edited by

                  @dc42 yes, I have included M150 X1 Q3000000 in my config file.

                  1 Reply Last reply Reply Quote 0
                  • Topherundefined
                    Topher @dc42
                    last edited by

                    @dc42 I decided to enter the options one by one into the console and Im getting this error:
                    Screen Shot 2021-05-02 at 2.19.16 PM.png

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

                      @leckietech please upgrade to RRF 3.3RC1. The beta version you are using has a bug that prevents use of the M150 X parameter.

                      Use X2 to address the RGB LEDs in the 12864 display.

                      You do not normally need to use the Q parameter in M150 when using NeoPixel LEDs.

                      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

                      Topherundefined 1 Reply Last reply Reply Quote 0
                      • Topherundefined
                        Topher @dc42
                        last edited by

                        @dc42 Thank you, this works now!

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