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

    RepPanel - A DIY alternative to the PanelDue with WiFi support

    Scheduled Pinned Locked Moved
    Third-party software
    39
    243
    31.1k
    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.
    • appjawsundefined
      appjaws
      last edited by

      I have been having problems getting the system to work, I have the recommended components and the PCB by PCR.

      I have flashed the ready made image from github but nothing works. Do I need to compile the firmware myself? I just don't know how to do that eg what pins are used, how do I get the wifi connection working? I don't know if you could help with detailed instructions or could you point me in the right direction.

      I really want to get this working.

      appjaws - Core XYUV Duet Ethernet Duex5
      firmware 3.5.0-rc.4 Web Interface 3.5.0-rc.4
      Ormerod 1-converted to laser engraver, Duet wifi
      OpenSCAD version 2024.03.18
      Simplify3D 5.1.2

      seeul8erundefined 1 Reply Last reply Reply Quote 0
      • seeul8erundefined
        seeul8er @appjaws
        last edited by

        @appjaws IF you really got the recommended display and ESP32 everything works out of the box after flashing the firmware. No need to re-compile etc. What ESP32 Dev board are you using? Do you know your way around the ESP IDF? Connect the ESP32 to your computer and execute

        idf.py monitor
        

        Check the Espressif Docs on how to install their tools in case you do not have them already.

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

          Would be good to see support for machine/status rather than rr_status.
          I have a number of machines where I'd like to use this but currently can't due to it not supporting an SBC

          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
          • PCRundefined
            PCR
            last edited by

            @appjaws can you make a Picture of the ESP with my PCB. Some Users Here are using it without Problems !

            1 Reply Last reply Reply Quote 0
            • appjawsundefined
              appjaws
              last edited by appjaws

              SUCCESS I had a bad joint, now fixed, thank you for your help.
              However, the unit is not connecting to the router, it says Not connected to network or UART.t
              The SSID was recognised and I have inputted the wireless network password 3 or 4 times. Is there a way of checking that the correct password has been entered, I fine the screen very small for my cubby fingers.t

              Any suggestions on how to chase this down?

              I am now connected to my router but the Duet is not recognised, the message says " No response from the printer!"
              The duet is connected via ethernet, did I need a WIFI version? Is there any other setup needed?

              Thanks for all help

              appjaws - Core XYUV Duet Ethernet Duex5
              firmware 3.5.0-rc.4 Web Interface 3.5.0-rc.4
              Ormerod 1-converted to laser engraver, Duet wifi
              OpenSCAD version 2024.03.18
              Simplify3D 5.1.2

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

                @appjaws put the ip of the duet manually in if you can!

                appjawsundefined 1 Reply Last reply Reply Quote 0
                • appjawsundefined
                  appjaws @PCR
                  last edited by

                  @PCR tried that the screen shows 192.168.001.069 and reprap password is reprap

                  appjaws - Core XYUV Duet Ethernet Duex5
                  firmware 3.5.0-rc.4 Web Interface 3.5.0-rc.4
                  Ormerod 1-converted to laser engraver, Duet wifi
                  OpenSCAD version 2024.03.18
                  Simplify3D 5.1.2

                  1 Reply Last reply Reply Quote 0
                  • JohnOCFIIundefined
                    JohnOCFII
                    last edited by

                    Greetings All,

                    I've ordered the PCB and ESP from @PCR. I'm looking at the BuyDisplay.com page, and want to confirm some selection items before ordering.

                    • Pin Header or FFC connection for the 4-wire SPI?
                    • Power Supply Type (3.3 or 5.0V)?
                    • Font chip (instructions say one isn't needed, but there is no selection for no chip -- so would any of the selections work?)

                    https://www.buydisplay.com/lcd-3-5-inch-320x480-tft-display-module-optl-touch-screen-w-breakout-board

                    Also @PCR - you mention needing 2 20-pin male connectors and that you were thinking of including them... Did you include them, or should I source those elsewhere?

                    Thanks!

                    John

                    1 Reply Last reply Reply Quote 0
                    • seeul8erundefined
                      seeul8er
                      last edited by

                      @appjaws said in RepPanel - A DIY alternative to the PanelDue with WiFi support:

                      192.168.001.069

                      Sounds wrong: Leading zero is not valid in IPv4 I think. Try 192.168.1.69. Make sure there is no space in front of the password and IP.

                      @JohnOCFII

                      • Pin header for PCRs PCB
                      • 3.3V (5V works as well but not with the PCB of PCR as far as I remember - just a wiring thing)
                      • Just select nothing for the font chip. Leave it to the page default --Please Select--. However font chip or not should not make any difference.
                      JohnOCFIIundefined 1 Reply Last reply Reply Quote 0
                      • JohnOCFIIundefined
                        JohnOCFII @seeul8er
                        last edited by

                        @seeul8er said in RepPanel - A DIY alternative to the PanelDue with WiFi support:

                        @JohnOCFII

                        • Pin header for PCRs PCB
                        • 3.3V (5V works as well but not with the PCB of PCR as far as I remember - just a wiring thing)
                        • Just select nothing for the font chip. Leave it to the page default --Please Select--. However font chip or not should not make any difference.

                        Excellent! Thanks for the quick reply.

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

                          i include the 40 pin header

                          JohnOCFIIundefined 1 Reply Last reply Reply Quote 0
                          • JohnOCFIIundefined
                            JohnOCFII @PCR
                            last edited by

                            @PCR said in RepPanel - A DIY alternative to the PanelDue with WiFi support:

                            i include the 40 pin header

                            Excellent. Thanks!

                            1 Reply Last reply Reply Quote 0
                            • appjawsundefined
                              appjaws
                              last edited by appjaws

                              @appjaws said in RepPanel - A DIY alternative to the PanelDue with WiFi support:

                              192.168.001.069

                              Changed the ip to 192.168.1.69 but the RepPanel is still not showing the printer.
                              Upon further investigation, looking at the connections to my router, my printer is not shown. This is very strange because the printer works perfectly, controlled by my computer or phone.
                              So it appears that the RepPanel can't find the printer because its not listed.
                              Any ideas why the Duet is not listed on the connections page of the router whilst all other connections are shown?

                              PLEASE IGNORE THE ABOVE

                              RepPanel is now working, the problem was that in config I did not have " " around Machine name - M550 or password - M551
                              As soon as I corrected this everything worked, although The printer is still not shown on the connections page of the router.

                              I am very happy Thanks to all

                              appjaws - Core XYUV Duet Ethernet Duex5
                              firmware 3.5.0-rc.4 Web Interface 3.5.0-rc.4
                              Ormerod 1-converted to laser engraver, Duet wifi
                              OpenSCAD version 2024.03.18
                              Simplify3D 5.1.2

                              1 Reply Last reply Reply Quote 1
                              • appjawsundefined
                                appjaws
                                last edited by appjaws

                                RepPanel case and mount can be downloaded from Thingiverse

                                RepPanel.jpg

                                appjaws - Core XYUV Duet Ethernet Duex5
                                firmware 3.5.0-rc.4 Web Interface 3.5.0-rc.4
                                Ormerod 1-converted to laser engraver, Duet wifi
                                OpenSCAD version 2024.03.18
                                Simplify3D 5.1.2

                                1 Reply Last reply Reply Quote 1
                                • PCRundefined
                                  PCR
                                  last edited by

                                  nice ! Do you have a link?

                                  1 Reply Last reply Reply Quote 0
                                  • appjawsundefined
                                    appjaws
                                    last edited by

                                    Thingiverse link for RepPanel case and mount https://www.thingiverse.com/thing:4631742

                                    appjaws - Core XYUV Duet Ethernet Duex5
                                    firmware 3.5.0-rc.4 Web Interface 3.5.0-rc.4
                                    Ormerod 1-converted to laser engraver, Duet wifi
                                    OpenSCAD version 2024.03.18
                                    Simplify3D 5.1.2

                                    1 Reply Last reply Reply Quote 1
                                    • taconiteundefined
                                      taconite
                                      last edited by

                                      Today the display arrived and together with PCR's PCB it was just plug an play. Unfortunatly not everything is working:

                                      • Macros are not loading
                                      • Multiple tools are not working (even if there is a little arrow besides Tool 1)

                                      Custom ANET A8
                                      Custom Delta: D-PATCH (Delta Printer with Automatic Tool CHanging) https://forum.duet3d.com/topic/16082/d-patch?_=1596131234754

                                      All I do here is under this license: CC BY-NC-SA

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

                                        How many macros do you have? There is a fixed limit.

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

                                        1 Reply Last reply Reply Quote 1
                                        • taconiteundefined
                                          taconite
                                          last edited by

                                          In sum there my be up to 40 but they are in 2 folders

                                          Custom ANET A8
                                          Custom Delta: D-PATCH (Delta Printer with Automatic Tool CHanging) https://forum.duet3d.com/topic/16082/d-patch?_=1596131234754

                                          All I do here is under this license: CC BY-NC-SA

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

                                            think 16x max 😉

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