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

    Remote control the Duet 3

    Scheduled Pinned Locked Moved
    General Discussion
    7
    12
    815
    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.
    • Anthovalundefined
      Anthoval
      last edited by

      Hi,

      I would like to know if there was any way to control the Duet 3 (ethernet) with my phone.

      Even though it is an ethernet Duet, is it possible to use a "Wifi/Ethernet adaptor"?

      jay_s_ukundefined 1 Reply Last reply Reply Quote 0
      • pkosundefined
        pkos
        last edited by

        I feel like there's two issues here.

        1. Can you control duet via phone? Yes - with a web browser. DWC works perfectly on it.

        2. You can connect a raspberry pi and then you'll have wifi.

        Voron 2.4 (Duet 3 6HC + 3HC standalone), Voron SW (Duet 3 mini 5+ standalone), Voron Trident (Duet 3 mini 5+ standalone), Voron 0.1

        1 Reply Last reply Reply Quote 0
        • dc42undefined
          dc42 administrators
          last edited by

          If your Duet is connected to your WiFi router, you should already be able to connect to it from your smartphone.

          Duet WiFi hardware designer and firmware engineer
          Please do not ask me for Duet support via PM or email, use the forum
          http://www.escher3d.com, https://miscsolutions.wordpress.com

          1 Reply Last reply Reply Quote 0
          • jay_s_ukundefined
            jay_s_uk @Anthoval
            last edited by

            @Anthoval if you want to continue to run in standalone (i.e. no SBC) but want to utilise wifi, then an ethernet to wifi adapter is the way to go.

            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
            • Anthovalundefined
              Anthoval
              last edited by

              Okay good to know. I've been thinking about something. Would it be possible to send ethernet frames to the Duet and expect it to react as if you used DWC? So basically, trigger macros on the Duet without using DWC.

              Vetiundefined 1 Reply Last reply Reply Quote 0
              • Vetiundefined
                Veti @Anthoval
                last edited by Veti

                @Anthoval said in Remote control the Duet 3:

                Would it be possible to send ethernet frames to the Duet and expect it to react as if you used DWC?

                i assume you mean http requests?
                yes. you can see the requests being send in the debug console of your browers.
                these can be send via any other tool

                also the duet has a telnet interface

                1 Reply Last reply Reply Quote 0
                • dc42undefined
                  dc42 administrators
                  last edited by

                  Available http cpommands are documented at https://github.com/Duet3D/DuetWebControl/blob/legacy/README.md. There is an additional command rr_model that isn't included in that list.

                  Duet WiFi hardware designer and firmware engineer
                  Please do not ask me for Duet support via PM or email, use the forum
                  http://www.escher3d.com, https://miscsolutions.wordpress.com

                  1 Reply Last reply Reply Quote 0
                  • Anthovalundefined
                    Anthoval
                    last edited by

                    Great, thanks for your advices. My goal here is to remote control the Duet without using any browser, I'll reply here to give a feedback on how things went!

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

                      @Anthoval Take a look at some of the options here: https://duet3d.dozuki.com/c/Community_Projects

                      Z-Bot CoreXY Build | Thingiverse Profile

                      1 Reply Last reply Reply Quote 0
                      • dc42undefined
                        dc42 administrators
                        last edited by

                        I have added page https://duet3d.dozuki.com/Wiki/HTTP_API to replace the outdated one in Duet Web Control github.

                        Duet WiFi hardware designer and firmware engineer
                        Please do not ask me for Duet support via PM or email, use the forum
                        http://www.escher3d.com, https://miscsolutions.wordpress.com

                        chrishammundefined 1 Reply Last reply Reply Quote 1
                        • chrishammundefined
                          chrishamm administrators @dc42
                          last edited by

                          I'll leave these links here as well:

                          RRF in standalone mode:
                          https://github.com/Duet3D/RepRapFirmware/blob/v3.02-dev/HTTP requests.md
                          https://github.com/Duet3D/RepRapFirmware/blob/v3.02-dev/JSON responses.md

                          RRF in SBC mode (DSF):
                          https://github.com/Duet3D/DuetSoftwareFramework#rest-api

                          Duet software engineer

                          1 Reply Last reply Reply Quote 0
                          • dc42undefined
                            dc42 administrators
                            last edited by dc42

                            @chrishamm, I had lost track of those! Still missing rr_model though.

                            Duet WiFi hardware designer and firmware engineer
                            Please do not ask me for Duet support via PM or email, use the forum
                            http://www.escher3d.com, https://miscsolutions.wordpress.com

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