Get reading of RPI supply voltage












1














On the most recent pi I've been playing with I've noticed the under-voltage lightning bolt warning, discussed on this question.



My question is whether there's a way I can access the voltage reading used to trigger this warning, so that I can see how under-voltage it is, and whether removing peripherals / using a bigger supply fixes is.



There are related questions such as this one one what might be causing voltage drift of the 5V rail, and this one one what the power requirements of the pi are, and finally this one for how to measure the voltage and current from a battery, but I couldn't find an explanation of how to access the pi's onboard supply voltage measurement (assuming there is one).










share|improve this question



























    1














    On the most recent pi I've been playing with I've noticed the under-voltage lightning bolt warning, discussed on this question.



    My question is whether there's a way I can access the voltage reading used to trigger this warning, so that I can see how under-voltage it is, and whether removing peripherals / using a bigger supply fixes is.



    There are related questions such as this one one what might be causing voltage drift of the 5V rail, and this one one what the power requirements of the pi are, and finally this one for how to measure the voltage and current from a battery, but I couldn't find an explanation of how to access the pi's onboard supply voltage measurement (assuming there is one).










    share|improve this question

























      1












      1








      1







      On the most recent pi I've been playing with I've noticed the under-voltage lightning bolt warning, discussed on this question.



      My question is whether there's a way I can access the voltage reading used to trigger this warning, so that I can see how under-voltage it is, and whether removing peripherals / using a bigger supply fixes is.



      There are related questions such as this one one what might be causing voltage drift of the 5V rail, and this one one what the power requirements of the pi are, and finally this one for how to measure the voltage and current from a battery, but I couldn't find an explanation of how to access the pi's onboard supply voltage measurement (assuming there is one).










      share|improve this question













      On the most recent pi I've been playing with I've noticed the under-voltage lightning bolt warning, discussed on this question.



      My question is whether there's a way I can access the voltage reading used to trigger this warning, so that I can see how under-voltage it is, and whether removing peripherals / using a bigger supply fixes is.



      There are related questions such as this one one what might be causing voltage drift of the 5V rail, and this one one what the power requirements of the pi are, and finally this one for how to measure the voltage and current from a battery, but I couldn't find an explanation of how to access the pi's onboard supply voltage measurement (assuming there is one).







      voltage






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Dec 2 '18 at 18:55









      kabdulla

      1084




      1084






















          2 Answers
          2






          active

          oldest

          votes


















          3














          I do not think there is any Pi circuitry to return the current supply voltage.



          As far as I am aware the under voltage circuitry is a piece of hardware which triggers at 4.65V. So you could discriminate between two values, more than 4.65V or less than 4.65V.



          The only justification for this answer is I remember dozens of posts where people have asked the same question and I do not remember any other answer.






          share|improve this answer





























            2














            As noted in Raspberry Pi Power Limitations (which you referenced) The newer Pi(3/2/B+) have a voltage monitor chip (APX803) which triggers at 4.63±0.07V. The Pi3B+ Pi3A+ use a MxL7704 chip to manage power, which has the same nominal trigger point.



            The Pi has NO voltage measurement circuitry, this is an on/off trigger and there is no analog measurement circuitry. If you want to measure the voltage, you need a meter or one of the in-line USB monitors.



            The GUI had a lightning bolt which comes up in the top right if the voltage is inadequate.



            You do not need "a bigger supply" (whatever that means) you need a quality PSU whose voltage is adequate at the rated current - which most inexpensive supplies are not. Even with a decent Power Supply if you use poor quality cables you will have problems.






            share|improve this answer





















            • What about vcgencmd measure_volts core? That would seem indicate some means of measuring voltage within the Pi.
              – Edward
              Dec 2 '18 at 23:14












            • @Edward ... some context, since there's no man page... may be useful RPI vcgencmd usage
              – RubberStamp
              Dec 3 '18 at 0:14











            Your Answer






            StackExchange.ifUsing("editor", function () {
            return StackExchange.using("schematics", function () {
            StackExchange.schematics.init();
            });
            }, "cicuitlab");

            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "447"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fraspberrypi.stackexchange.com%2fquestions%2f91493%2fget-reading-of-rpi-supply-voltage%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            3














            I do not think there is any Pi circuitry to return the current supply voltage.



            As far as I am aware the under voltage circuitry is a piece of hardware which triggers at 4.65V. So you could discriminate between two values, more than 4.65V or less than 4.65V.



            The only justification for this answer is I remember dozens of posts where people have asked the same question and I do not remember any other answer.






            share|improve this answer


























              3














              I do not think there is any Pi circuitry to return the current supply voltage.



              As far as I am aware the under voltage circuitry is a piece of hardware which triggers at 4.65V. So you could discriminate between two values, more than 4.65V or less than 4.65V.



              The only justification for this answer is I remember dozens of posts where people have asked the same question and I do not remember any other answer.






              share|improve this answer
























                3












                3








                3






                I do not think there is any Pi circuitry to return the current supply voltage.



                As far as I am aware the under voltage circuitry is a piece of hardware which triggers at 4.65V. So you could discriminate between two values, more than 4.65V or less than 4.65V.



                The only justification for this answer is I remember dozens of posts where people have asked the same question and I do not remember any other answer.






                share|improve this answer












                I do not think there is any Pi circuitry to return the current supply voltage.



                As far as I am aware the under voltage circuitry is a piece of hardware which triggers at 4.65V. So you could discriminate between two values, more than 4.65V or less than 4.65V.



                The only justification for this answer is I remember dozens of posts where people have asked the same question and I do not remember any other answer.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Dec 2 '18 at 19:24









                joan

                49k34981




                49k34981

























                    2














                    As noted in Raspberry Pi Power Limitations (which you referenced) The newer Pi(3/2/B+) have a voltage monitor chip (APX803) which triggers at 4.63±0.07V. The Pi3B+ Pi3A+ use a MxL7704 chip to manage power, which has the same nominal trigger point.



                    The Pi has NO voltage measurement circuitry, this is an on/off trigger and there is no analog measurement circuitry. If you want to measure the voltage, you need a meter or one of the in-line USB monitors.



                    The GUI had a lightning bolt which comes up in the top right if the voltage is inadequate.



                    You do not need "a bigger supply" (whatever that means) you need a quality PSU whose voltage is adequate at the rated current - which most inexpensive supplies are not. Even with a decent Power Supply if you use poor quality cables you will have problems.






                    share|improve this answer





















                    • What about vcgencmd measure_volts core? That would seem indicate some means of measuring voltage within the Pi.
                      – Edward
                      Dec 2 '18 at 23:14












                    • @Edward ... some context, since there's no man page... may be useful RPI vcgencmd usage
                      – RubberStamp
                      Dec 3 '18 at 0:14
















                    2














                    As noted in Raspberry Pi Power Limitations (which you referenced) The newer Pi(3/2/B+) have a voltage monitor chip (APX803) which triggers at 4.63±0.07V. The Pi3B+ Pi3A+ use a MxL7704 chip to manage power, which has the same nominal trigger point.



                    The Pi has NO voltage measurement circuitry, this is an on/off trigger and there is no analog measurement circuitry. If you want to measure the voltage, you need a meter or one of the in-line USB monitors.



                    The GUI had a lightning bolt which comes up in the top right if the voltage is inadequate.



                    You do not need "a bigger supply" (whatever that means) you need a quality PSU whose voltage is adequate at the rated current - which most inexpensive supplies are not. Even with a decent Power Supply if you use poor quality cables you will have problems.






                    share|improve this answer





















                    • What about vcgencmd measure_volts core? That would seem indicate some means of measuring voltage within the Pi.
                      – Edward
                      Dec 2 '18 at 23:14












                    • @Edward ... some context, since there's no man page... may be useful RPI vcgencmd usage
                      – RubberStamp
                      Dec 3 '18 at 0:14














                    2












                    2








                    2






                    As noted in Raspberry Pi Power Limitations (which you referenced) The newer Pi(3/2/B+) have a voltage monitor chip (APX803) which triggers at 4.63±0.07V. The Pi3B+ Pi3A+ use a MxL7704 chip to manage power, which has the same nominal trigger point.



                    The Pi has NO voltage measurement circuitry, this is an on/off trigger and there is no analog measurement circuitry. If you want to measure the voltage, you need a meter or one of the in-line USB monitors.



                    The GUI had a lightning bolt which comes up in the top right if the voltage is inadequate.



                    You do not need "a bigger supply" (whatever that means) you need a quality PSU whose voltage is adequate at the rated current - which most inexpensive supplies are not. Even with a decent Power Supply if you use poor quality cables you will have problems.






                    share|improve this answer












                    As noted in Raspberry Pi Power Limitations (which you referenced) The newer Pi(3/2/B+) have a voltage monitor chip (APX803) which triggers at 4.63±0.07V. The Pi3B+ Pi3A+ use a MxL7704 chip to manage power, which has the same nominal trigger point.



                    The Pi has NO voltage measurement circuitry, this is an on/off trigger and there is no analog measurement circuitry. If you want to measure the voltage, you need a meter or one of the in-line USB monitors.



                    The GUI had a lightning bolt which comes up in the top right if the voltage is inadequate.



                    You do not need "a bigger supply" (whatever that means) you need a quality PSU whose voltage is adequate at the rated current - which most inexpensive supplies are not. Even with a decent Power Supply if you use poor quality cables you will have problems.







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Dec 2 '18 at 22:25









                    Milliways

                    28.1k1251111




                    28.1k1251111












                    • What about vcgencmd measure_volts core? That would seem indicate some means of measuring voltage within the Pi.
                      – Edward
                      Dec 2 '18 at 23:14












                    • @Edward ... some context, since there's no man page... may be useful RPI vcgencmd usage
                      – RubberStamp
                      Dec 3 '18 at 0:14


















                    • What about vcgencmd measure_volts core? That would seem indicate some means of measuring voltage within the Pi.
                      – Edward
                      Dec 2 '18 at 23:14












                    • @Edward ... some context, since there's no man page... may be useful RPI vcgencmd usage
                      – RubberStamp
                      Dec 3 '18 at 0:14
















                    What about vcgencmd measure_volts core? That would seem indicate some means of measuring voltage within the Pi.
                    – Edward
                    Dec 2 '18 at 23:14






                    What about vcgencmd measure_volts core? That would seem indicate some means of measuring voltage within the Pi.
                    – Edward
                    Dec 2 '18 at 23:14














                    @Edward ... some context, since there's no man page... may be useful RPI vcgencmd usage
                    – RubberStamp
                    Dec 3 '18 at 0:14




                    @Edward ... some context, since there's no man page... may be useful RPI vcgencmd usage
                    – RubberStamp
                    Dec 3 '18 at 0:14


















                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Raspberry Pi Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.





                    Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                    Please pay close attention to the following guidance:


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fraspberrypi.stackexchange.com%2fquestions%2f91493%2fget-reading-of-rpi-supply-voltage%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    AnyDesk - Fatal Program Failure

                    How to calibrate 16:9 built-in touch-screen to a 4:3 resolution?

                    QoS: MAC-Priority for clients behind a repeater