using pressure sensor with 0-10v output for 0-10bar using arduino but pressure value won't cross 4bar. so is a voltage divider required in this case? The Next CEO of Stack OverflowSet up an array of pressure sensorsProblem with circuit created with fabric pressure sensorPull-down resistor value for FSR's voltage divider circuit connected to ArduinoReplace a Freescale MPX5050gp pressure sensor with a washing machine pressure switch?Is it possible to use a digital pressure sensor with a ATtiny4313?What is a good resistance value for voltage divider to measure LiPo voltage with Arduinotwo or more SDP610 Pressure sensor Interface with Arduino uno using I2CDecreasing and reading output of a sensor (0 - 10 V) using a voltage divider - Output impedancefluctuating ADC Reading for 4-20mA Pressure transducer inputWould a voltage divider work to lower the output voltage in this case for this open collector chip?

Why didn't Khan get resurrected in the Genesis Explosion?

Do I need to write [sic] when a number is less than 10 but isn't written out?

Why the difference in type-inference over the as-pattern in two similar function definitions?

Why isn't the Mueller report being released completely and unredacted?

When you upcast Blindness/Deafness, do all targets suffer the same effect?

Which one is the true statement?

Grabbing quick drinks

Axiom Schema vs Axiom

TikZ: How to reverse arrow direction without switching start/end point?

A small doubt about the dominated convergence theorem

Proper way to express "He disappeared them"

How many extra stops do monopods offer for tele photographs?

Would a completely good Muggle be able to use a wand?

Necessary condition on homology group for a set to be contractible

What is meant by "large scale tonal organization?"

Can we say or write : "No, it'sn't"?

If the heap is zero-initialized for security, then why is the stack merely uninitialized?

Is it professional to write unrelated content in an almost-empty email?

What connection does MS Office have to Netscape Navigator?

Is it ever safe to open a suspicious HTML file (e.g. email attachment)?

Is it my responsibility to learn a new technology in my own time my employer wants to implement?

Defamation due to breach of confidentiality

Is there a difference between "Fahrstuhl" and "Aufzug"?

How did people program for Consoles with multiple CPUs?



using pressure sensor with 0-10v output for 0-10bar using arduino but pressure value won't cross 4bar. so is a voltage divider required in this case?



The Next CEO of Stack OverflowSet up an array of pressure sensorsProblem with circuit created with fabric pressure sensorPull-down resistor value for FSR's voltage divider circuit connected to ArduinoReplace a Freescale MPX5050gp pressure sensor with a washing machine pressure switch?Is it possible to use a digital pressure sensor with a ATtiny4313?What is a good resistance value for voltage divider to measure LiPo voltage with Arduinotwo or more SDP610 Pressure sensor Interface with Arduino uno using I2CDecreasing and reading output of a sensor (0 - 10 V) using a voltage divider - Output impedancefluctuating ADC Reading for 4-20mA Pressure transducer inputWould a voltage divider work to lower the output voltage in this case for this open collector chip?










1












$begingroup$


I have a pressure sensor working at 24V dc whose output is analog 0-10V for 0-10bar pressure. I am using this sensor with Arduino Uno. I know that the pressure value will never go beyond 4bar. So do I have to use a voltage divider in this case or not using it will still do the job?










share|improve this question







New contributor




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







$endgroup$
















    1












    $begingroup$


    I have a pressure sensor working at 24V dc whose output is analog 0-10V for 0-10bar pressure. I am using this sensor with Arduino Uno. I know that the pressure value will never go beyond 4bar. So do I have to use a voltage divider in this case or not using it will still do the job?










    share|improve this question







    New contributor




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







    $endgroup$














      1












      1








      1





      $begingroup$


      I have a pressure sensor working at 24V dc whose output is analog 0-10V for 0-10bar pressure. I am using this sensor with Arduino Uno. I know that the pressure value will never go beyond 4bar. So do I have to use a voltage divider in this case or not using it will still do the job?










      share|improve this question







      New contributor




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







      $endgroup$




      I have a pressure sensor working at 24V dc whose output is analog 0-10V for 0-10bar pressure. I am using this sensor with Arduino Uno. I know that the pressure value will never go beyond 4bar. So do I have to use a voltage divider in this case or not using it will still do the job?







      arduino sensor voltage-divider






      share|improve this question







      New contributor




      shivam 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




      shivam 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




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









      asked 5 hours ago









      shivamshivam

      61




      61




      New contributor




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





      New contributor





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






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




















          1 Answer
          1






          active

          oldest

          votes


















          4












          $begingroup$

          If we assume your Arduino Uno is powered from 5v, then what you appear to be asking is 'if my sensor voltage always stays within the range 0 to 4v, will it be OK to put it into and ADC that can accept 0 to 5v input?'



          Under normal conditions, the answer is obviously yes.



          The experienced designer designs things so that they work under 'normal' conditions, and don't break under possible but 'abnormal' conditions. Will your sensor output ever go above 5v? What about a brief blip when it's first switched on? What about water hammer in the pipes you're measuring?



          It would be prudent to check how much current the Uno input can accept without damage when the voltage exceeds the rail, and use at least a series resistor between sensor and Uno to limit the current to less than this under fault conditions.






          share|improve this answer









          $endgroup$













            Your Answer





            StackExchange.ifUsing("editor", function ()
            return StackExchange.using("mathjaxEditing", function ()
            StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
            StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["\$", "\$"]]);
            );
            );
            , "mathjax-editing");

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

            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "135"
            ;
            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
            );



            );






            shivam 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%2felectronics.stackexchange.com%2fquestions%2f429916%2fusing-pressure-sensor-with-0-10v-output-for-0-10bar-using-arduino-but-pressure-v%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            4












            $begingroup$

            If we assume your Arduino Uno is powered from 5v, then what you appear to be asking is 'if my sensor voltage always stays within the range 0 to 4v, will it be OK to put it into and ADC that can accept 0 to 5v input?'



            Under normal conditions, the answer is obviously yes.



            The experienced designer designs things so that they work under 'normal' conditions, and don't break under possible but 'abnormal' conditions. Will your sensor output ever go above 5v? What about a brief blip when it's first switched on? What about water hammer in the pipes you're measuring?



            It would be prudent to check how much current the Uno input can accept without damage when the voltage exceeds the rail, and use at least a series resistor between sensor and Uno to limit the current to less than this under fault conditions.






            share|improve this answer









            $endgroup$

















              4












              $begingroup$

              If we assume your Arduino Uno is powered from 5v, then what you appear to be asking is 'if my sensor voltage always stays within the range 0 to 4v, will it be OK to put it into and ADC that can accept 0 to 5v input?'



              Under normal conditions, the answer is obviously yes.



              The experienced designer designs things so that they work under 'normal' conditions, and don't break under possible but 'abnormal' conditions. Will your sensor output ever go above 5v? What about a brief blip when it's first switched on? What about water hammer in the pipes you're measuring?



              It would be prudent to check how much current the Uno input can accept without damage when the voltage exceeds the rail, and use at least a series resistor between sensor and Uno to limit the current to less than this under fault conditions.






              share|improve this answer









              $endgroup$















                4












                4








                4





                $begingroup$

                If we assume your Arduino Uno is powered from 5v, then what you appear to be asking is 'if my sensor voltage always stays within the range 0 to 4v, will it be OK to put it into and ADC that can accept 0 to 5v input?'



                Under normal conditions, the answer is obviously yes.



                The experienced designer designs things so that they work under 'normal' conditions, and don't break under possible but 'abnormal' conditions. Will your sensor output ever go above 5v? What about a brief blip when it's first switched on? What about water hammer in the pipes you're measuring?



                It would be prudent to check how much current the Uno input can accept without damage when the voltage exceeds the rail, and use at least a series resistor between sensor and Uno to limit the current to less than this under fault conditions.






                share|improve this answer









                $endgroup$



                If we assume your Arduino Uno is powered from 5v, then what you appear to be asking is 'if my sensor voltage always stays within the range 0 to 4v, will it be OK to put it into and ADC that can accept 0 to 5v input?'



                Under normal conditions, the answer is obviously yes.



                The experienced designer designs things so that they work under 'normal' conditions, and don't break under possible but 'abnormal' conditions. Will your sensor output ever go above 5v? What about a brief blip when it's first switched on? What about water hammer in the pipes you're measuring?



                It would be prudent to check how much current the Uno input can accept without damage when the voltage exceeds the rail, and use at least a series resistor between sensor and Uno to limit the current to less than this under fault conditions.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 3 hours ago









                Neil_UKNeil_UK

                78.3k284181




                78.3k284181




















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









                    draft saved

                    draft discarded


















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












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











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














                    Thanks for contributing an answer to Electrical Engineering 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.

                    Use MathJax to format equations. MathJax reference.


                    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%2felectronics.stackexchange.com%2fquestions%2f429916%2fusing-pressure-sensor-with-0-10v-output-for-0-10bar-using-arduino-but-pressure-v%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

                    Андора Зьмест Гісторыя | Палітыка | Адміністрацыйны падзел | Геаграфія | Эканоміка | Дэмаграфія | Крыніцы | Вонкавыя спасылкі | Навігацыйнае мэню"CIA World Factbook entry: Andorra"."Andorra 2008, Departament d'estadística d'Andorra"Андорарр

                    Інфармацыя пра «Том Ўэйтс» Асноўныя зьвесткіАбарона старонкіГісторыя рэдагаваньняўУласьцівасьці старонкіНавігацыйнае мэню