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

    Raspberry 4 low power

    Scheduled Pinned Locked Moved Solved
    Duet Hardware and wiring
    3
    13
    409
    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.
    • baird1faundefined
      baird1fa @jrockland
      last edited by

      @jrockland I run my Pi 4 off the duet and it works just fine. I also run a BLTouch off the 5V as well. My touch screen is also powered off the duet 5V supply which is a 7" pi touch screen. Could you just have another load that is taking too much power?

      jrocklandundefined 1 Reply Last reply Reply Quote 0
      • jrocklandundefined
        jrockland @baird1fa
        last edited by

        @baird1fa nothing else, might have a defective duet board. even when I take off the bl touch it doesn't get enough power.

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

          @jrockland said in Raspberry 4 low power:

          even when I take off the bl touch it doesn't get enough power.

          bl-touch uses negligible power. could you measure the 5v voltage at both the Duet and the Pi?

          And when you say " it doesn't get enough power" it crashes or just turn on the led (and lightening symbol on screen)?

          jrocklandundefined 1 Reply Last reply Reply Quote 0
          • jrocklandundefined
            jrockland @A Former User
            last edited by

            @bearer thank Ill get that changed next time it stop.

            1 Reply Last reply Reply Quote 0
            • jrocklandundefined
              jrockland @A Former User
              last edited by

              @bearer it is running slow and hot because it doesn't receive enough power.
              I just took a IR picture of the duet and the power converter are burning up. V IN is stable, 5V isnt.

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

                @jrockland said in Raspberry 4 low power:

                it is running slow and hot because it doesn't receive enough power.

                not sure that is correct, normally it runs slow because it is hot; what does dmesg -T | grep Under-voltage say on the pi?

                also interesting to corelate with watch -n 10 vcgencmd get_throttled (or maybe a little dirtier and simpler at the same time:

                while true; do  echo -en "`date` `vcgencmd get_throttled`\n"; sleep 10; done`
                jrocklandundefined 1 Reply Last reply Reply Quote 0
                • jrocklandundefined
                  jrockland @A Former User
                  last edited by

                  @bearer said in Raspberry 4 low power:

                  dmesg -T | grep Under-voltage

                  unstable voltage, drop every 30 seconds.
                  temp is fine, 44c

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

                    @jrockland said in Raspberry 4 low power:

                    temp is fine, 44c

                    vcgencmd get_throttled doesn't return the temperature, but rather what has and is throttling the pi, voltage alone doesn't necessarily result in throttling and doesn't even have to correlate to insufficient power.

                    i get under voltage entries even with the official pi supply, but it doesn't result in throttling. (or maybe both went away after i put avoid_warnings=2 in config.txt, been a while)

                    jrocklandundefined 1 Reply Last reply Reply Quote 0
                    • jrocklandundefined
                      jrockland @A Former User
                      last edited by

                      @bearer I used other way to check the cpu and gpu temp. didnt need the get_throtled

                      jrocklandundefined 1 Reply Last reply Reply Quote 0
                      • jrocklandundefined
                        jrockland @jrockland
                        last edited by

                        @jrockland I checked the power with a voltmeter, it is bad. Ill switch to my pi power supply.

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

                          @jrockland said in Raspberry 4 low power:

                          it is bad

                          excellent, but why not put up a number - pretty much everyone else doesn't have problems so something is either wrong with your duet or your setup imho; but horse, water, whatever.

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