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

    YAP - Yet Another Pendant

    Scheduled Pinned Locked Moved
    General Discussion
    6
    9
    825
    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.
    • Danalundefined
      Danal
      last edited by

      I ended up ordering the same pendant that a bunch of people ordered over in this thread. Dave created a sketch for an Arduno to allow that pendant to wire into a PanelDue port.

      I decided to take mine in a different direction. I'm going to use an ESP32 so that it can attach via a WiFi network. Let me set an expectation right here:

      Because of variable latency on a network, this is NOT and NEVER WILL BE completely "Smooth".

      Having said that, I have a working prototype, and it is better than I thought... very usable. Also, I intend to have a "wired" option as well as "WiFi".

      Goals:

      • Connect to printer on WiFi. Implies a battery on the pendant.
      • Connect to printer via PanelDue port.
        • Keep PanelDue working when pendant connected via hardwire.
      • Configure with any iOS Phone/Table or Andrioid Phone/Tablet, no app required.
      • Easily reset and re-configure at any point in time.
      • Have a small OLED Display of XYZ coordinates.
      • Auto adapt to RRF2 vs RRF3 firmware.

      Delta / Kossel printer fanatic

      1 Reply Last reply Reply Quote 3
      • Danalundefined
        Danal
        last edited by Danal

        Status as of 22 May 2020.

        • Pendant wheel is working, very solidly, implemented entirely with interrupts.
        • Queuing/accumulation of the wheel (to "elastic buffer" between wireless and wheel) is working.
        • XYZ4 switch is working
        • Wireless connection to a RRF2 printer is working.
        • 1/10/100 switch working.
        • The above allows me to move a print-head around, wirelessly. As mentioned above, works better than I thought it would...
        • E-Stop coming soon.
        • Wired connection is not started (other than, I've kept the pins free).
        • OLED is physically attached, and runs test/demo software. It is pretty far from being integrated with the other code (turns out there are NO libraries for LCD/Oled that work on Esspressif/ESP-IDF platform/framework

        Not (yet) on Github. Probably a few days yet. Ask if you want it sooner.

        Delta / Kossel printer fanatic

        arhiundefined 1 Reply Last reply Reply Quote 2
        • fritzoundefined
          fritzo
          last edited by

          Great stuff! I just finished a CNC build and am very interested in following along as it could help tremendously..

          1 Reply Last reply Reply Quote 0
          • JoergS5undefined
            JoergS5
            last edited by

            It's great that we have 2 alternatives now, so one can choose the one which matches his requirements best!

            1 Reply Last reply Reply Quote 0
            • arhiundefined
              arhi @Danal
              last edited by

              @Danal perfect 😄 I have my 2 joystick + encoder esp32 ready with some super basic code but far from "working", I'll gladly scrap it and use your code that works 😄

              1 Reply Last reply Reply Quote 0
              • Danalundefined
                Danal
                last edited by Danal

                Status 23 May 2020.

                Bogged down in the Oled.

                ESP32 can be programmed a number of different ways "Arduino" compatible libraries via the Arduino IDE; Arduino libraries via PlatformIO, several Python variants, and its native (from the manufacturer) platform/framework Espressif32/ESP-IDF. For "reasons", I'm pursing that last one, the native set up. However... for years there have been TON of LCD and OLED libraries out there for the Arduino, and these are very quick and easy to lightly refactor for the ESP32 Arduino-ish setups. Therefore, nobody has produced any LCD or OLED libraries for the 'native' ESP-IDF framework.

                Being somewhat hard-headed, I'm in the process of adapting one of the libraries (specifically LovyanGFX) so that it is pure native ESP-IDF. What a meticulous pain in the kiester this is turning out to be...

                So, anyway, summary status: Lots of pieces working, need to be integrated into a whole, and bogged down on the OLED to the point I may push through; or I may change course.

                Delta / Kossel printer fanatic

                dhusoloundefined 1 Reply Last reply Reply Quote 1
                • dhusoloundefined
                  dhusolo @Danal
                  last edited by

                  @Danal Just curious, were you able to make any progress with this?

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

                    @dhusolo said in YAP - Yet Another Pendant:

                    @Danal Just curious, were you able to make any progress with this?

                    Sorry to say that I don't think he has, as he sadly passed away.

                    https://forum.duet3d.com/post/158859

                    Z-Bot CoreXY Build | Thingiverse Profile

                    dhusoloundefined 1 Reply Last reply Reply Quote 0
                    • dhusoloundefined
                      dhusolo @Phaedrux
                      last edited by

                      @Phaedrux Holy crap I didn't know. Thanks for passing this on

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