Get reading of RPI supply voltage





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty{ margin-bottom:0;
}






up vote
1
down vote

favorite












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







New contributor




kabdulla is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


























    up vote
    1
    down vote

    favorite












    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







    New contributor




    kabdulla is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      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







      New contributor




      kabdulla is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      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







      New contributor




      kabdulla is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      kabdulla is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      kabdulla is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 4 hours ago









      kabdulla

      1084




      1084




      New contributor




      kabdulla is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      kabdulla is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      kabdulla is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          2
          down vote



          accepted










          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




























            up vote
            1
            down vote













            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
              5 mins ago













            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',
            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
            });


            }
            });






            kabdulla is a new contributor. Be nice, and check out our Code of Conduct.










            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








            up vote
            2
            down vote



            accepted










            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

























              up vote
              2
              down vote



              accepted










              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























                up vote
                2
                down vote



                accepted







                up vote
                2
                down vote



                accepted






                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 3 hours ago









                joan

                47.7k34680




                47.7k34680
























                    up vote
                    1
                    down vote













                    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
                      5 mins ago

















                    up vote
                    1
                    down vote













                    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
                      5 mins ago















                    up vote
                    1
                    down vote










                    up vote
                    1
                    down vote









                    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 53 mins ago









                    Milliways

                    27.4k1251108




                    27.4k1251108












                    • What about vcgencmd measure_volts core? That would seem indicate some means of measuring voltage within the Pi.
                      – Edward
                      5 mins ago




















                    • What about vcgencmd measure_volts core? That would seem indicate some means of measuring voltage within the Pi.
                      – Edward
                      5 mins ago


















                    What about vcgencmd measure_volts core? That would seem indicate some means of measuring voltage within the Pi.
                    – Edward
                    5 mins ago






                    What about vcgencmd measure_volts core? That would seem indicate some means of measuring voltage within the Pi.
                    – Edward
                    5 mins ago












                    kabdulla is a new contributor. Be nice, and check out our Code of Conduct.










                    draft saved

                    draft discarded


















                    kabdulla is a new contributor. Be nice, and check out our Code of Conduct.













                    kabdulla is a new contributor. Be nice, and check out our Code of Conduct.












                    kabdulla is a new contributor. Be nice, and check out our Code of Conduct.
















                    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

                    Understanding the information contained in the Deep Space Network XML data?

                    Ross-on-Wye

                    Eastern Orthodox Church