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

    Emulate PanelDue port for macros through physical buttons?

    Scheduled Pinned Locked Moved
    General Discussion
    2
    3
    298
    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.
    • Prof_Porpoiseundefined
      Prof_Porpoise
      last edited by

      I want to be able to send gcode commands like home, stop, pause...etc to my duet wifi through physical buttons. what micro controller or board could I do this with?

      1 Reply Last reply Reply Quote 0
      • A Former User?
        A Former User
        last edited by

        Literally anything. You'll need 3v3 logic or level shifting to be on the safe side.

        I chose to use an ESP8266 because it cheap, runs on 3.3v and will allow to interface against the PanelDue serial port as well as telnet or http. I was primarily after listing for the beep message from the PanelDue port, but you can find some more details here, and also link to similar stuff: https://forum.duet3d.com/post/99591

        1 Reply Last reply Reply Quote 0
        • A Former User?
          A Former User
          last edited by

          Might be worth noting that if you have free end stops inputs, you can use the Duet directly with triggers and the trigger macros.
          https://duet3d.dozuki.com/Wiki/Gcode#Section_M581_Configure_external_trigger

          (I think RRF3 will support more pins and or triggers if you don't have enough free atm)

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