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
    30.5k
    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.
    • leewaaundefined
      leewaa
      last edited by

      Hi there @PCR any boards pcb boards left ?

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

        yes 18x or so 😉

        1 Reply Last reply Reply Quote 0
        • leewaaundefined
          leewaa
          last edited by

          Oh cool, I would be interested in one!

          Is there some kind of dedicated page documenting the things I would need to get it running. I'm running the Duet 3 v1.01

          1 Reply Last reply Reply Quote 0
          • carlos_lemaundefined
            carlos_lema
            last edited by carlos_lema

            Hi there @PCR I am interested on a set = (PCB, GPIO Headers + ESP32), send me payment details — shipping to NYC 10023.

            Also, I might have missed it—where is the repo for the firmware? I am building a PCB making printer (trace, solder paste & drill) that requires some modification to GUI.

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

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

              Also, I might have missed it—where is the repo for the firmware? I am building a PCB making printer (trace, solder paste & drill) that requires some modification to GUI.

              The link was in the first note -- but not necessarily obvious as a link: https://github.com/seeul8er/RepPanel_ESP32

              carlos_lemaundefined 1 Reply Last reply Reply Quote 0
              • carlos_lemaundefined
                carlos_lema @JohnOCFII
                last edited by

                @JohnOCFII Much appreciated!

                1 Reply Last reply Reply Quote 0
                • Nellorundefined
                  Nellor
                  last edited by Nellor

                  Has anyone successfully running the Reppanel at a Duet3?
                  I experienced the following problem. The display doesn't start (applying 24V to the Duet) when connected to the 5V supplied by the Duet - in my case just the connector IO_0.
                  When I reset the Lolin32 afterwards with it's reset button it works immediately like expected. When I plug/unplug the connector IO_0 it starts as well.
                  I can reproduce this with a spare Duet3 just supplying 24V and Reppanel connected.

                  It must have something to to with the rising 5V voltage of the Duet and the power on reset of the Lolin. The board just doesn't reset properly at boot-up.
                  I fixed it by applying 10uF to extend the time constant of the R-C combination for boot-up reset. Former 10k+1uF->0.01s, now 10k+10uF->0.1s.
                  Now it starts like it should...

                  2021-02-26 17_00_35-LOLOIN32_Schaltplan.png (1183×883).pngIMG_20210226_165821~2.jpg

                  Now my question - is there already a software reset at start-up or could an additional software reset be implemented?

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

                    @Nellor Nice investigation!
                    I did not implement a software reset on startup. Maybe the ESP-Firmware does one. Should be no problem adding one additionally.
                    If you want a quick fix try adding:

                    esp_restart()
                    

                    somewhere here. That should not slow down the boot time too much.

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

                      I finally finished and published my RepPanel case. I used this as a good time to learn a bit about FreeCAD. The FreeCAD design file is included in the Thing.

                      https://www.thingiverse.com/thing:4822626

                      IMG_0370.jpeg-exported.jpeg

                      1 Reply Last reply Reply Quote 3
                      • izemanundefined
                        izeman
                        last edited by izeman

                        @pcr tried to PM you, but maybe I'm stupid and can only find the chat option, or have not enough privilige as a new user to PM.
                        So I wanted to ask if you got a PCB left to ship to me. Please contact me. Thanks!

                        I also looked for the correct option for ordering the display and would aks someone to confirm this is correct. See attached picture. Thanks!

                        280d7f2a-b41d-4361-9a0d-350e74e7fa7c-image.png

                        Phaedruxundefined 1 Reply Last reply Reply Quote 0
                        • Phaedruxundefined
                          Phaedrux Moderator @izeman
                          last edited by

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

                          I'm stupid and can only find the chat option, or have not enough privilige as a new user to PM.

                          Not stupid at all. The chat option is the PM option.

                          Z-Bot CoreXY Build | Thingiverse Profile

                          izemanundefined 1 Reply Last reply Reply Quote 0
                          • izemanundefined
                            izeman @Phaedrux
                            last edited by

                            @phaedrux Can someone please help me in regards to the display options so I can order? So I can order.

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

                              3707adb8-3729-4230-982e-466c5ba0ff27-grafik.png

                              1 Reply Last reply Reply Quote 0
                              • izemanundefined
                                izeman
                                last edited by

                                Thanks PCR. This is much appreciated, and for sure will help others in the future as well. Now I can order with confidence 🙂

                                1 Reply Last reply Reply Quote 0
                                • zaptaundefined
                                  zapta @seeul8er
                                  last edited by zapta

                                  @seeul8er, can you make this firmware running on this hardware (esp32, 3.5", capacitive touch) ? It's not cheap but may be a simple solution for people that don't want to mess with electronics.

                                  https://www.tindie.com/products/dustinwattsnl/esp32-touchdown/

                                  BTW, the price of buydisplay.com TFT screens went up significantly due to the global semiconductor shortage.

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

                                    @zapta I know the touchdown project. As far as hardware is concerned it should work just fine. You will need to re-configure the SPI-Pins (meaning you will need to recompile the project).

                                    I have some ideas on a custom board but found no time to get familiar with electronics design, yet.

                                    zaptaundefined 2 Replies Last reply Reply Quote 0
                                    • zaptaundefined
                                      zapta @seeul8er
                                      last edited by zapta

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

                                      I know the touchdown project.

                                      According to the designer, it uses the 3.5 LCD CTP option from here:

                                      https://www.aliexpress.com/item/32862869103.html

                                      Less expensive than the buydisplay one and allows a single PCB and thin design compare to the buydisplay's panel.

                                      Edit: I ordered a couple of those to play with.

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

                                        RepPanel v1.1.1 is released

                                        Changelog:

                                        • Fixed crash when no filament is specified
                                        • Macro and Job listings are now sorted by modification date
                                        • Fixed filament load/unload error if no tool was selected previously
                                        • Rebased to custom branch of lvgl (seeul8er)
                                        • Compiled for release/performance
                                        jay_s_ukundefined JohnOCFIIundefined 2 Replies Last reply Reply Quote 0
                                        • jay_s_ukundefined
                                          jay_s_uk @seeul8er
                                          last edited by

                                          @seeul8er any chance of SBC support?

                                          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
                                          • JohnOCFIIundefined
                                            JohnOCFII @seeul8er
                                            last edited by

                                            @seeul8er Great to see an updated release!

                                            Is there a concern of panel burn-in if the display is RepPanel is left energized for 24 hours? Would a timed screen blank (awakened with touch) be a useful addition?

                                            Also -- sometimes touch input is sensed immediately -- other times I have to press an item four or five times for it to register. Any ideas on what would cause that, or ways to troubleshoot?

                                            Thanks!

                                            John

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