Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. Tags
    3. rasberry pi
    Log in to post
    • All categories
    • bmeun96undefined

      Controlling a Duet 3 with python and SBC?

      Duet Web Control
      • python rasberry pi duet 3 • • bmeun96
      10
      0
      Votes
      10
      Posts
      795
      Views

      MintyTreborundefined

      @theolodian If you want an example to reference have a look at my repo for the MQTT4DSF project. It's depreciated now, but its written in python and uses the API for talking to DSF, and should still be functionally relevant.

      The API allows you to "subscribe" to the keys in the object model you want to monitor and will push updates when the values change. It can also handle executing gcode commands.

    • fractalengineerundefined

      Duet3/pi DCS is unavailable after wiring 24V

      Duet Hardware and wiring
      • duet 3 rasberry pi • • fractalengineer
      166
      0
      Votes
      166
      Posts
      11.7k
      Views

      MaxGyverundefined

      @bearer @Phaedrux

      I have solved the issue by installing the unstable version (DSF Version: 2.1.3) of Duet Software Framework on Raspberry Pi. and also reverting back to RC11

      The guide links to the stable version of the DSF and latest version of the reprap firmware which, at least in my case is not compatible and will lead to the "DCS is unavailable" Error.

      cheers Max

    • hedeonundefined

      Interfacing with duet over network?

      General Discussion
      • network rasberry pi home automation telnet http request arduino esp8266 esp32 • • hedeon
      8
      0
      Votes
      8
      Posts
      1.4k
      Views

      Danalundefined

      @hedeon When multiple connections exist, that are all "actively polling", only the first one to poll gets the direct response.

      rr_status is mostly the answer to this.