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

    Emulate a PT 100 daughter board with an Arduino

    Scheduled Pinned Locked Moved
    Accessories and Add-ons
    2
    3
    191
    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.
    • CNCModellerundefined
      CNCModeller
      last edited by

      Hi All,
      I need to be able to send temperature data and heater pwm over a wireless connection to fit a heated bed to my polar printer. My plan is to use a Bluetooth
      connection between two Arduinos. The bed is 240v AC powered via a slip ring mounted in the axel of the bed, and controlled via an SSR. To date it's been controlled by a standalone pwm controller.

      The Arduino master on the duet main board side would take in bed heater pwm and pass it to the slave on the bed, and push temperature data back into the duet through the pt100 port.

      The slave would drive the SSR in line with pwm demand and measure bed temperature and send it to the master.

      That being the case, does anyone know what the protocol for the pt100 board is so I can emulate it with my Arduino. Any thoughts would be much appreciated.

      If there is any other way to push temperature data from an Arduino into a D3 mini for heated bed control feedback I'd welcome any suggestions.

      All the best.
      Barry M

      Polar Duet3 Mini + 1HCL
      https://youtube.com/playlist?list=PLWjZVEdMv1BY82izahK45qKh-hp3NFkix
      Wanhao D4S: Duet2
      https://forum.duet3d.com/post/296755
      K40 Laser, Duet2
      https://forum.duet3d.com/post/312082
      Wanhao D5S
      https://www.youtube.com/CNCModellerUK

      T3P3Tonyundefined 1 Reply Last reply Reply Quote 0
      • T3P3Tonyundefined
        T3P3Tony administrators @CNCModeller
        last edited by T3P3Tony

        @cncmodeller the sensor on a pt100 is a MAX31865 so the information on how the duet reads in is in the datasheet.

        https://datasheets.maximintegrated.com/en/ds/MAX31865.pdf

        Controlling an AC heater over Bluetooth would make me think carefully about secondary safety for overheating or loss of connection.

        www.duet3d.com

        CNCModellerundefined 1 Reply Last reply Reply Quote 0
        • CNCModellerundefined
          CNCModeller @T3P3Tony
          last edited by T3P3Tony

          @t3p3tony said in Emulate a PT 100 daughter board with an Arduino:

          @cncmodeller the sensor on a pt100 is a MAX31865 so the information on how the duet reads in is in the datasheet.

          https://datasheets.maximintegrated.com/en/ds/MAX31865.pdf

          Controlling an AC heater over Bluetooth would make me think carefully about secondary safety for overheating or loss of connection.

          Thanks @T3P3Tony, yes I'm going to include a physical thermal fuse on the bed and watchdogs in the code. Totally agree it's a little sketchy unless you think very carefully about not setting fire to the workshop!

          Polar Duet3 Mini + 1HCL
          https://youtube.com/playlist?list=PLWjZVEdMv1BY82izahK45qKh-hp3NFkix
          Wanhao D4S: Duet2
          https://forum.duet3d.com/post/296755
          K40 Laser, Duet2
          https://forum.duet3d.com/post/312082
          Wanhao D5S
          https://www.youtube.com/CNCModellerUK

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