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

    duet3mini dht22

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    3
    6
    257
    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.
    • A Former User?
      A Former User
      last edited by

      Hi,

      I have searched the forum for "dht duet3mini" and following this thread https://forum.duet3d.com/topic/21579/mini-5-and-dht21-sensor/18 with this board it seem it must be connected to the IO_x pins (https://duet3d.dozuki.com/Wiki/Duet_3_Mini_5plus_Wiring#Section_Wiring_diagram)! Beside that it seems to better use 5V to have a stable signal (and of course shielded cable), I am asking myself how to get to the humidity information of the sensor, since it has only one dataline, is it something like this:

      M308 S20 P"io1.out+io1.in" Y"dht22" A"Fila Temp [C]" ; Set DHT22 for filament temp
      ; &
      M308 S21 P"io1.out+io1.in" Y"dht22" A"Fila Humid [%]" ; Set DHT22 for filament humidity
      
      

      ?

      pkosundefined dc42undefined 2 Replies Last reply Reply Quote 0
      • pkosundefined
        pkos @A Former User
        last edited by

        @lbi That's actually in the very first post of the other thread and in the docs 😉

        M308 S21 P"S20.1" Y"dhthumidity" A"Chbr Hmdy [%]" ; Set DHT21 for chamber humidity

        That should work for you.

        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 @A Former User
          last edited by

          @lbi don't use 5V unless you use a bidirectional level shifter between the Duet and the DHT22.

          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

          A Former User? 2 Replies Last reply Reply Quote 0
          • A Former User?
            A Former User @dc42
            last edited by A Former User

            @dc42
            @pkos

            Thanks so much, so will use 3V3 and

            ;DHT Sensor on IO1
            M308 S20 P"io1.out+io1.in" Y"dht22" A"Fila Temp[C]"
            M308 S21 P"S20.1" Y"dhthumidity" A"Fila Hum[%]"
            

            Oh - will run out of connectors, next post in the making 😉

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

              @dc42

              If the duet3mini does not have enough GPIO left for my project, will it be possible to attach a https://duet3d.dozuki.com/Wiki/Duet_3_Expansion_Hardware_Overview#Section_GPIO_headers and will it be possible to also attach there general endstops or DHT´s?

              Best regards

              dc42undefined 1 Reply Last reply Reply Quote 0
              • dc42undefined
                dc42 administrators @A Former User
                last edited by

                @lbi depending on what I/O you need, you can add either a SAMMYC21, a Tool Board, or a EXP3HC board.

                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