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

    Duet3 Neopixel Wiring

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    8
    40
    3.3k
    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.
    • MartinNYHCundefined
      MartinNYHC
      last edited by

      Since it's the same kind of connection the Arduino sketch should work without modifiction. Thanks for the info!

      I don't have any TX connection, just reading the data which is send to the Paneldue.

      1 Reply Last reply Reply Quote 0
      • MartinNYHCundefined
        MartinNYHC
        last edited by

        I decided to connect the Neopixel to the Duet 3 Dotstart connector. Will write a script that gets the data and controls the Neopixel via software framework. A first version is already running but I need to finish the printer buid first because it's hard to test without running active print jobs 😉

        1 Reply Last reply Reply Quote 0
        • MartinNYHCundefined
          MartinNYHC
          last edited by

          I think i need some more help.

          Wired three Neopixel rings (WS2812) to the Dotstar connector:

          neopixel-duet3.png

          Doesn't matter what I do,only the first ring is working.

          For example:

          M150 X1
          M150 R255 P128 S20
          

          Each ring has 16 LED's. So I would assume that the first 4 LED's of ring two are lighting up.

          Even if I do a

          M150 X1
          M150 R255 P128 S48
          

          only the first ring is working.

          Am I'm doing it totally wrong?

          whopping pochardundefined 1 Reply Last reply Reply Quote 0
          • whopping pochardundefined
            whopping pochard @MartinNYHC
            last edited by

            @MartinNYHC So in both of these cases, all of the LEDs on the first ring and none of the LEDs on the second ring are lighting?

            This is very silly, but in your drawing the 5V and GND are flipped on rings two and three relative to one... That's not the case in the actual rings, right?

            1 Reply Last reply Reply Quote 0
            • MartinNYHCundefined
              MartinNYHC
              last edited by

              Yes, exactly. Doens't matter what I do, only the first ring is working.

              And the 5V GND flip is only an on the drawing 😉

              whopping pochardundefined 1 Reply Last reply Reply Quote 0
              • whopping pochardundefined
                whopping pochard @MartinNYHC
                last edited by

                @MartinNYHC I only asked because if it was me there would be an at least 50% chance that I wired them backwards. 😛

                Have you tried swapping which physical ring is first in the series to make sure it's not a hardware problem with the Neopixels?

                1 Reply Last reply Reply Quote 0
                • MartinNYHCundefined
                  MartinNYHC
                  last edited by

                  Haha...to be honest, I just double checked 😛

                  Yes, already did that. All rings seems to be fine.

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

                    It sounds like the data out to data in connection is not working. This could be caused by the ground connection between the rings not being good enough.

                    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

                    MartinNYHCundefined 1 Reply Last reply Reply Quote 1
                    • MartinNYHCundefined
                      MartinNYHC @dc42
                      last edited by

                      @dc42 said in Duet3 Neopixel Wiring:

                      It sounds like the data out to data in connection is not working. This could be caused by the ground connection between the rings not being good enough.

                      Re-soldered verything and now it's working 😉

                      I plan to use a Python API module to sniff the data. Or is there any UNIX socket where to get the data from?

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

                        @MartinNYHC said in Duet3 Neopixel Wiring:

                        I plan to use a Python API module to sniff the data. Or is there any UNIX socket where to get the data from?

                        Are you running with an attached Raspberry Pi, or in standalone mode? If you have an attached Pi then you can use the Duet Software Framework API.

                        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

                        MartinNYHCundefined 1 Reply Last reply Reply Quote 0
                        • MartinNYHCundefined
                          MartinNYHC @dc42
                          last edited by

                          @dc42 said in Duet3 Neopixel Wiring:

                          @MartinNYHC said in Duet3 Neopixel Wiring:

                          I plan to use a Python API module to sniff the data. Or is there any UNIX socket where to get the data from?

                          Are you running with an attached Raspberry Pi, or in standalone mode? If you have an attached Pi then you can use the Duet Software Framework API.

                          Yes, that's the plan. Using the framework API on the SBC. Just wanted to know if that's the best way to go.

                          1 Reply Last reply Reply Quote 0
                          • Nuramoriundefined
                            Nuramori @I_Jedi
                            last edited by

                            @I_Jedi

                            Sorry about being tardy. Real life has been a real b*tch, and answering questions has been sidelined. I’ll try and get you the revised code I did (because of the particular arduino I was using - adafruit mini) and the wiring. The wiring itself is far simpler than it was for the duet2, and connects to the io0 port. Keep in mind I still use the panel due, which generates the serial traffic, but the new settings that push data should negate the need for the panel due if you are so inclined to ditch it.

                            I_Jediundefined 1 Reply Last reply Reply Quote 0
                            • I_Jediundefined
                              I_Jedi @Nuramori
                              last edited by

                              @Nuramori You are the best! And no worries, take care of life on your end. I'm still screwing around trying to get the printer running after a continuous stream of part tweaking and modifications to fit my non-standard build (hey, it seemed a good idea at the time 🙂 )

                              1 Reply Last reply Reply Quote 0
                              • whopping pochardundefined
                                whopping pochard
                                last edited by

                                Solid "3D printing to build printers instead of building printers to 3D print" energy in this thread. 😜

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