Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. leehakmin
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 3
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by leehakmin

    • leehakminundefined

      Can I connect a keypad to Duet 2 using the sx1509 module?

      General Discussion
      • • • leehakmin
      3
      0
      Votes
      3
      Posts
      298
      Views

      Danalundefined

      What's your goal? A "control pad" with buttons like home, jog, etc?

      Probably the best way to do that is, as mentioned above, a button pad to an arduino (or ESP8266 or ESP32; they've actually become cheaper than arduino boards, and the ESP32 has the advantage of having two UARTs) and connecting to the same port where a PanelDUE connects.

      Then a very simple sketch that say "Button x pressed, send G28", button "jog up pressed, send G91 G1 Y100 G90", etc, etc.

      If you DON'T have a PanelDue that's really it... if you DO, then two uarts and "pass through" would be the best approach. Just a tiny bit more code in the sketch.

    • leehakminundefined

      Duet2 and yl620 vfd, chinese spindle control

      CNC
      • • • leehakmin
      8
      0
      Votes
      8
      Posts
      1.9k
      Views

      Yesealexundefined

      @catalin_ro hi there! I just managed to re program the vfd and this now works! It is awesome!

      Thanks for all the help,
      Alex