• Tags
  • Documentation
  • Order
  • Register
  • Login
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.0k
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.
  • undefined
    PCR
    last edited by 16 Apr 2021, 07:36

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

    1 Reply Last reply Reply Quote 0
    • undefined
      izeman
      last edited by 16 Apr 2021, 10:46

      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
      • undefined
        zapta @seeul8er
        last edited by zapta 28 Apr 2021, 14:51

        @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.

        undefined 1 Reply Last reply 28 Apr 2021, 15:05 Reply Quote 0
        • undefined
          seeul8er @zapta
          last edited by 28 Apr 2021, 15:05

          @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.

          undefined 2 Replies Last reply 29 Apr 2021, 14:26 Reply Quote 0
          • undefined
            zapta @seeul8er
            last edited by zapta 29 Apr 2021, 14:26

            @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
            • undefined
              seeul8er
              last edited by 2 May 2021, 16:31

              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
              undefined undefined 2 Replies Last reply 2 May 2021, 16:38 Reply Quote 0
              • undefined
                jay_s_uk @seeul8er
                last edited by 2 May 2021, 16:38

                @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
                • undefined
                  JohnOCFII @seeul8er
                  last edited by 2 May 2021, 16:47

                  @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
                  • undefined
                    seeul8er
                    last edited by seeul8er 5 Mar 2021, 16:05 3 May 2021, 16:04

                    @jay_s_uk Not sure what the issue is there. Does Duet Web Control work with a SBC/Pi? RepPanel uses the same API (the older one though) so it should work just fine. Sadly I do not have a Duet3 to test it.

                    @JohnOCFII
                    Yes burn-in can be an issue. I always turn mine off if I do not need it. The idea of a screen saver is not new. I'll look into that.
                    I do have the same issue with the touch screen. Sometimes I need to click twice. Maybe it's a driver issue. I'll add it to the list.

                    For the rest: Is there anything else you would like to see with RepPanel? I might find the time to implement some stuff or even get a custom board design working (not sure about that one yet). Feel free to post here or add an issue in the Github Repository. You can also vote for your favourite one.

                    Feature wishlist:

                    • Screen Saver/Power Saver mode
                    • Improved touch control
                    • Check Duet + SBC support
                    • Fix bug: No job displaying on the screen when starting a new job (workaround: go back to main and re-enter "Jobs")
                    • Listing more than 16 entries per directory
                    • Use Object Model and new RRF3 API calls instead of the old ones
                    undefined 1 Reply Last reply 3 May 2021, 16:08 Reply Quote 1
                    • undefined
                      jay_s_uk @seeul8er
                      last edited by 3 May 2021, 16:08

                      @seeul8er it needs to support the newer API to work with SBC/Duet combinations. it uses machine/status rather than rr_status. At the moment, it doesn't work.
                      A good example of the two differences can be found here https://github.com/HaythamB/TAMV/blob/master/DuetWebAPI.py
                      If you have an LPC or STM32 board, you could always setup a test environment https://teamgloomy.github.io/ to get it working

                      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

                      undefined 1 Reply Last reply 15 Jun 2021, 20:00 Reply Quote 1
                      • undefined
                        fractalengineer @jay_s_uk
                        last edited by 15 Jun 2021, 20:00

                        @jay_s_uk Hey mate!

                        I just found out about this project right here, ESP32 Touchdown that interfaces the more easy to find, bare capacitive touchscreen with a simple ESP32 module and adds usb3, battery and power management all at once.

                        Do you think your soft could be portable to this hardware?

                        I would have built one of your RepPanels last year already if it wasn't for the lack of availability of that capacitive screen in my area of Taiwan.

                        This would def make it easier on that aspect

                        Cheers!

                        Railcore II ZL

                        undefined undefined 2 Replies Last reply 15 Jun 2021, 20:28 Reply Quote 0
                        • undefined
                          jay_s_uk @fractalengineer
                          last edited by 15 Jun 2021, 20:28

                          @fractalengineer it's not my project. It's @seeul8er you want

                          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
                          • undefined
                            zapta @fractalengineer
                            last edited by zapta 15 Jun 2021, 22:02

                            @fractalengineer, you may find this useful

                            https://forum.duet3d.com/topic/15198/reppanel-a-diy-alternative-to-the-paneldue-with-wifi-support/213?_=1623794459279

                            Esp32 Touchdown with its single PCB form factor is easy to integrate in a case, and 200 new ones are coming to the market 😉 https://www.youtube.com/watch?v=YHzU_GXCIkQ

                            1 Reply Last reply Reply Quote 2
                            • undefined
                              seeul8er
                              last edited by 3 Aug 2021, 06:45

                              Hi everyone,
                              I read that in RRF3.4 the support for the old Web-Interface API will be partially removed. I'll see when I find the time to update the code to accept the object model JSONs.
                              I use RepPanel nearly every time I start/stop a print. Now I'd like to hear from you what are your experiences with the device. Anything that needs improvement? Important features missing?

                              I just ordered a nicely integrated ESP32 module from China. My hopes are that the additional RAM on that board will remove many limitations we currently have. I am thinking about the max. files per directory, max file length, max path length etc. The additional RAM should also help to remove the random crashes that sometimes appear.

                              I might also setup a poll to collect some info for future development. I am thinking about ordering more boards in the future and offering them already pre-flashed. That way RepPanel would be more approachable for everyone.

                              undefined undefined 2 Replies Last reply 3 Aug 2021, 06:53 Reply Quote 3
                              • undefined
                                jay_s_uk @seeul8er
                                last edited by 3 Aug 2021, 06:53

                                @seeul8er it would be good to have SBC support. It currently only works with standalone setups

                                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

                                undefined 1 Reply Last reply 4 Aug 2021, 19:48 Reply Quote 1
                                • undefined
                                  JohnOCFII @seeul8er
                                  last edited by 3 Aug 2021, 15:03

                                  @seeul8er I use the RepPanel regularly. I think my only issues are related to the potential memory issues -- things get flaky occasionally -- sometimes screen presses are not recognized, and I'll have to touch an area repeatedly. Sometimes it works first time in the same area.

                                  1 Reply Last reply Reply Quote 2
                                  • undefined
                                    seeul8er @jay_s_uk
                                    last edited by 4 Aug 2021, 19:48

                                    @jay_s_uk Is there something special about the SBC mode? Do you know if the standard WebControl REST:API calls will work there (Object Model return)?

                                    undefined 1 Reply Last reply 4 Aug 2021, 20:06 Reply Quote 0
                                    • undefined
                                      jay_s_uk @seeul8er
                                      last edited by 4 Aug 2021, 20:06

                                      @seeul8er here you go https://github.com/Duet3D/DuetSoftwareFramework/wiki/REST-API

                                      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
                                      • undefined
                                        seeul8er
                                        last edited by 1 Jan 2022, 16:40

                                        Happy to announce that the new release of RepPanel v1.2.0 is out!
                                        With support for RRF3 Object Model calls via the PanelDue port and DuetWebControl. Unfortunately, the ESP32 WROOM module does not provide enough RAM to support Duet3D+SBC via Wifi, but a wired connection should work just fine. Updated hardware using the ESP32 WROVER module could fix this.

                                        Changelog:

                                        • Support for RRF3.4 (Object Model)
                                        • Screensaver (black screen + backlight off) after 60 seconds
                                        • Legacy Support for RRF2 type of requests
                                        • Improved message box handling

                                        Get it here: https://github.com/seeul8er/RepPanel_ESP32/releases

                                        1 Reply Last reply Reply Quote 1
                                        • undefined
                                          zapta @seeul8er
                                          last edited by 1 Jan 2022, 17:28

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

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

                                          Revisit the ESP32 TouchDown port option? It may make this cool project much more available and will leave it to Dustin to deal with the logistics and supply chain issues. 😉

                                          undefined 1 Reply Last reply 7 Jan 2022, 21:50 Reply Quote 0
                                          • First post
                                            Last post
                                          Unless otherwise noted, all forum content is licensed under CC-BY-SA