How can I change step-down my variable input voltage? [Microcontroller]Lowering voltage linearRGB LED Strip - Variable Voltage Vs. PWMProperly controlling a 6V servo motor from a microcontroller?How do I measure ~16V battery voltage in an ultra low power system?How do I amplify an input signal to match the peak of another signalPrecision voltage dividerHow to calibrate Unipolar ADC in softwareHow to obtain a dual power supply ±2.5V from a battery for a portable system?Step down voltage regulator uncertaintiesConverting 0-5 volts (linear) to +2.5 — 0 — +2.5 volts (“vee”)

Employee lack of ownership

What are the possible solutions of the given equation?

Why do passenger jet manufacturers design their planes with stall prevention systems?

2D counterpart of std::array in C++17

PlotLabels with equations not expressions

It's a yearly task, alright

Welcoming 2019 Pi day: How to draw the letter π?

How to deal with a cynical class?

My adviser wants to be the first author

How to deal with taxi scam when on vacation?

Where is the 1/8 CR apprentice in Volo's Guide to Monsters?

Sword in the Stone story where the sword was held in place by electromagnets

How to answer questions about my characters?

How to explain that I do not want to visit a country due to personal safety concern?

Could the Saturn V actually have launched astronauts around Venus?

How to make healing in an exploration game interesting

At what level can a dragon innately cast its spells?

RegionDifference for Cylinder and Cuboid

How is the Swiss post e-voting system supposed to work, and how was it wrong?

How can I change step-down my variable input voltage? [Microcontroller]

Theorems like the Lovász Local Lemma?

What is the greatest age difference between a married couple in Tanach?

Should we release the security issues we found in our product as CVE or we can just update those on weekly release notes?

Why did it take so long to abandon sail after steamships were demonstrated?



How can I change step-down my variable input voltage? [Microcontroller]


Lowering voltage linearRGB LED Strip - Variable Voltage Vs. PWMProperly controlling a 6V servo motor from a microcontroller?How do I measure ~16V battery voltage in an ultra low power system?How do I amplify an input signal to match the peak of another signalPrecision voltage dividerHow to calibrate Unipolar ADC in softwareHow to obtain a dual power supply ±2.5V from a battery for a portable system?Step down voltage regulator uncertaintiesConverting 0-5 volts (linear) to +2.5 — 0 — +2.5 volts (“vee”)













1












$begingroup$


Ok so here's the deal:



I have a variable DC Voltage source from 0-10V.



I need to step that down to a variable source of 0-3V.



This 0-3V DC will be fed to an Analog to Digital converter in a microcontroller.



I know I can potentially use a Voltage Divider (using resistors) but apparently, that's not a good solution.



Op-amps don't provide a gain < 1.



So I'm just struggling as to how I can accomplish this.



The microcontroller: https://www.microchip.com/wwwproducts/en/PIC18F47K42



Thanks!










share|improve this question









New contributor




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







$endgroup$











  • $begingroup$
    How can you use a voltage of 0 to 3V as the supply voltage for a microcontroller? Your description of this doesn't make any sense. You should draw a schematic.
    $endgroup$
    – Elliot Alderson
    5 hours ago










  • $begingroup$
    @ElliotAlderson you're right I'm sorry. It's not to power the microcontroller. The application is to simulate dimming, based on the 0-10V from the DC Source the voltage must be stepped down from 0-3V. This is the voltage range readable by the uC which will determine the duty cycle of a PWM used to dim an LED.
    $endgroup$
    – Alee321
    5 hours ago







  • 2




    $begingroup$
    A resistive divider is fine then. You might want to put an op-amp voltage follower in between the divider and ADC input to buffer things but it's not always necessary. Search this site. There are many existing answers addressing your question.
    $endgroup$
    – Toor
    5 hours ago







  • 2




    $begingroup$
    A voltage divider may be a perfectly good solution provided (a) the source impedance isn't too high and (b) you can tolerate the small energy consumption. Your question doesn't include details of either.
    $endgroup$
    – Transistor
    5 hours ago















1












$begingroup$


Ok so here's the deal:



I have a variable DC Voltage source from 0-10V.



I need to step that down to a variable source of 0-3V.



This 0-3V DC will be fed to an Analog to Digital converter in a microcontroller.



I know I can potentially use a Voltage Divider (using resistors) but apparently, that's not a good solution.



Op-amps don't provide a gain < 1.



So I'm just struggling as to how I can accomplish this.



The microcontroller: https://www.microchip.com/wwwproducts/en/PIC18F47K42



Thanks!










share|improve this question









New contributor




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







$endgroup$











  • $begingroup$
    How can you use a voltage of 0 to 3V as the supply voltage for a microcontroller? Your description of this doesn't make any sense. You should draw a schematic.
    $endgroup$
    – Elliot Alderson
    5 hours ago










  • $begingroup$
    @ElliotAlderson you're right I'm sorry. It's not to power the microcontroller. The application is to simulate dimming, based on the 0-10V from the DC Source the voltage must be stepped down from 0-3V. This is the voltage range readable by the uC which will determine the duty cycle of a PWM used to dim an LED.
    $endgroup$
    – Alee321
    5 hours ago







  • 2




    $begingroup$
    A resistive divider is fine then. You might want to put an op-amp voltage follower in between the divider and ADC input to buffer things but it's not always necessary. Search this site. There are many existing answers addressing your question.
    $endgroup$
    – Toor
    5 hours ago







  • 2




    $begingroup$
    A voltage divider may be a perfectly good solution provided (a) the source impedance isn't too high and (b) you can tolerate the small energy consumption. Your question doesn't include details of either.
    $endgroup$
    – Transistor
    5 hours ago













1












1








1





$begingroup$


Ok so here's the deal:



I have a variable DC Voltage source from 0-10V.



I need to step that down to a variable source of 0-3V.



This 0-3V DC will be fed to an Analog to Digital converter in a microcontroller.



I know I can potentially use a Voltage Divider (using resistors) but apparently, that's not a good solution.



Op-amps don't provide a gain < 1.



So I'm just struggling as to how I can accomplish this.



The microcontroller: https://www.microchip.com/wwwproducts/en/PIC18F47K42



Thanks!










share|improve this question









New contributor




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







$endgroup$




Ok so here's the deal:



I have a variable DC Voltage source from 0-10V.



I need to step that down to a variable source of 0-3V.



This 0-3V DC will be fed to an Analog to Digital converter in a microcontroller.



I know I can potentially use a Voltage Divider (using resistors) but apparently, that's not a good solution.



Op-amps don't provide a gain < 1.



So I'm just struggling as to how I can accomplish this.



The microcontroller: https://www.microchip.com/wwwproducts/en/PIC18F47K42



Thanks!







microcontroller voltage power dc variable






share|improve this question









New contributor




Alee321 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




Alee321 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








edited 5 hours ago







Alee321













New contributor




Alee321 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









Alee321Alee321

62




62




New contributor




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





New contributor





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






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











  • $begingroup$
    How can you use a voltage of 0 to 3V as the supply voltage for a microcontroller? Your description of this doesn't make any sense. You should draw a schematic.
    $endgroup$
    – Elliot Alderson
    5 hours ago










  • $begingroup$
    @ElliotAlderson you're right I'm sorry. It's not to power the microcontroller. The application is to simulate dimming, based on the 0-10V from the DC Source the voltage must be stepped down from 0-3V. This is the voltage range readable by the uC which will determine the duty cycle of a PWM used to dim an LED.
    $endgroup$
    – Alee321
    5 hours ago







  • 2




    $begingroup$
    A resistive divider is fine then. You might want to put an op-amp voltage follower in between the divider and ADC input to buffer things but it's not always necessary. Search this site. There are many existing answers addressing your question.
    $endgroup$
    – Toor
    5 hours ago







  • 2




    $begingroup$
    A voltage divider may be a perfectly good solution provided (a) the source impedance isn't too high and (b) you can tolerate the small energy consumption. Your question doesn't include details of either.
    $endgroup$
    – Transistor
    5 hours ago
















  • $begingroup$
    How can you use a voltage of 0 to 3V as the supply voltage for a microcontroller? Your description of this doesn't make any sense. You should draw a schematic.
    $endgroup$
    – Elliot Alderson
    5 hours ago










  • $begingroup$
    @ElliotAlderson you're right I'm sorry. It's not to power the microcontroller. The application is to simulate dimming, based on the 0-10V from the DC Source the voltage must be stepped down from 0-3V. This is the voltage range readable by the uC which will determine the duty cycle of a PWM used to dim an LED.
    $endgroup$
    – Alee321
    5 hours ago







  • 2




    $begingroup$
    A resistive divider is fine then. You might want to put an op-amp voltage follower in between the divider and ADC input to buffer things but it's not always necessary. Search this site. There are many existing answers addressing your question.
    $endgroup$
    – Toor
    5 hours ago







  • 2




    $begingroup$
    A voltage divider may be a perfectly good solution provided (a) the source impedance isn't too high and (b) you can tolerate the small energy consumption. Your question doesn't include details of either.
    $endgroup$
    – Transistor
    5 hours ago















$begingroup$
How can you use a voltage of 0 to 3V as the supply voltage for a microcontroller? Your description of this doesn't make any sense. You should draw a schematic.
$endgroup$
– Elliot Alderson
5 hours ago




$begingroup$
How can you use a voltage of 0 to 3V as the supply voltage for a microcontroller? Your description of this doesn't make any sense. You should draw a schematic.
$endgroup$
– Elliot Alderson
5 hours ago












$begingroup$
@ElliotAlderson you're right I'm sorry. It's not to power the microcontroller. The application is to simulate dimming, based on the 0-10V from the DC Source the voltage must be stepped down from 0-3V. This is the voltage range readable by the uC which will determine the duty cycle of a PWM used to dim an LED.
$endgroup$
– Alee321
5 hours ago





$begingroup$
@ElliotAlderson you're right I'm sorry. It's not to power the microcontroller. The application is to simulate dimming, based on the 0-10V from the DC Source the voltage must be stepped down from 0-3V. This is the voltage range readable by the uC which will determine the duty cycle of a PWM used to dim an LED.
$endgroup$
– Alee321
5 hours ago





2




2




$begingroup$
A resistive divider is fine then. You might want to put an op-amp voltage follower in between the divider and ADC input to buffer things but it's not always necessary. Search this site. There are many existing answers addressing your question.
$endgroup$
– Toor
5 hours ago





$begingroup$
A resistive divider is fine then. You might want to put an op-amp voltage follower in between the divider and ADC input to buffer things but it's not always necessary. Search this site. There are many existing answers addressing your question.
$endgroup$
– Toor
5 hours ago





2




2




$begingroup$
A voltage divider may be a perfectly good solution provided (a) the source impedance isn't too high and (b) you can tolerate the small energy consumption. Your question doesn't include details of either.
$endgroup$
– Transistor
5 hours ago




$begingroup$
A voltage divider may be a perfectly good solution provided (a) the source impedance isn't too high and (b) you can tolerate the small energy consumption. Your question doesn't include details of either.
$endgroup$
– Transistor
5 hours ago










3 Answers
3






active

oldest

votes


















2












$begingroup$

R divider works fine as long as R is not too high.



If you know the conversion rate and Hold Cap acquisition time



**strong text**
EQUATION 36-1: ACQUISITION TIME EXAMPLE in the datasheet provides the formula and example of choosing R values < 10k.



Rs is the source equivalent // resistance of the R divider, R1//R2.






share|improve this answer









$endgroup$




















    1












    $begingroup$

    A resistor divider works fine as long as the source impedance is low and the ADC impedance is high (compared to the resistors used for the divider).



    If your source impedance is high, use an opamp in voltage follower mode (gain = 1) before the divider. If your ADC impedance is low (unlikely) use a voltage follower after the divider.






    share|improve this answer









    $endgroup$












    • $begingroup$
      ADCs can have low input impedances, because those sample-and-hold circuits have a capacitor that needs to be charged! A tiny one, but it's still there. Too high a resistance can mean you need to sample for longer, slowing your reads, which may or may not be acceptable.
      $endgroup$
      – Hearth
      3 hours ago



















    0












    $begingroup$

    In addition to @Toor suggestion (voltage follower and voltage divider) and in response to OP statement




    Op-amps don't provide a gain < 1.




    follows my alternative configuration using a single supply difference amplifier. The output is reversed - if you do not mind correct it in software applying $V_o=3 - 0.3V_i$.



    ADC Level Shifter - Dirceu






    share|improve this answer









    $endgroup$








    • 1




      $begingroup$
      As opposed to my voltage follower suggestion, this one has better common-mode rejection at the expense of inverting the signal.
      $endgroup$
      – Toor
      3 hours ago











    • $begingroup$
      Are those resistor values correct? I think it's supposed to be more along the lines of 6.66K/3.33K, or 10K/5K or something like that.
      $endgroup$
      – Toor
      3 hours ago











    • $begingroup$
      I think that it's correct. Try to apply superposition to inputs 10 V and Vi.
      $endgroup$
      – Dirceu Rodrigues Jr
      2 hours ago










    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
    );



    );






    Alee321 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%2f427305%2fhow-can-i-change-step-down-my-variable-input-voltage-microcontroller%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    3 Answers
    3






    active

    oldest

    votes








    3 Answers
    3






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    2












    $begingroup$

    R divider works fine as long as R is not too high.



    If you know the conversion rate and Hold Cap acquisition time



    **strong text**
    EQUATION 36-1: ACQUISITION TIME EXAMPLE in the datasheet provides the formula and example of choosing R values < 10k.



    Rs is the source equivalent // resistance of the R divider, R1//R2.






    share|improve this answer









    $endgroup$

















      2












      $begingroup$

      R divider works fine as long as R is not too high.



      If you know the conversion rate and Hold Cap acquisition time



      **strong text**
      EQUATION 36-1: ACQUISITION TIME EXAMPLE in the datasheet provides the formula and example of choosing R values < 10k.



      Rs is the source equivalent // resistance of the R divider, R1//R2.






      share|improve this answer









      $endgroup$















        2












        2








        2





        $begingroup$

        R divider works fine as long as R is not too high.



        If you know the conversion rate and Hold Cap acquisition time



        **strong text**
        EQUATION 36-1: ACQUISITION TIME EXAMPLE in the datasheet provides the formula and example of choosing R values < 10k.



        Rs is the source equivalent // resistance of the R divider, R1//R2.






        share|improve this answer









        $endgroup$



        R divider works fine as long as R is not too high.



        If you know the conversion rate and Hold Cap acquisition time



        **strong text**
        EQUATION 36-1: ACQUISITION TIME EXAMPLE in the datasheet provides the formula and example of choosing R values < 10k.



        Rs is the source equivalent // resistance of the R divider, R1//R2.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 4 hours ago









        Sunnyskyguy EE75Sunnyskyguy EE75

        68.7k22598




        68.7k22598























            1












            $begingroup$

            A resistor divider works fine as long as the source impedance is low and the ADC impedance is high (compared to the resistors used for the divider).



            If your source impedance is high, use an opamp in voltage follower mode (gain = 1) before the divider. If your ADC impedance is low (unlikely) use a voltage follower after the divider.






            share|improve this answer









            $endgroup$












            • $begingroup$
              ADCs can have low input impedances, because those sample-and-hold circuits have a capacitor that needs to be charged! A tiny one, but it's still there. Too high a resistance can mean you need to sample for longer, slowing your reads, which may or may not be acceptable.
              $endgroup$
              – Hearth
              3 hours ago
















            1












            $begingroup$

            A resistor divider works fine as long as the source impedance is low and the ADC impedance is high (compared to the resistors used for the divider).



            If your source impedance is high, use an opamp in voltage follower mode (gain = 1) before the divider. If your ADC impedance is low (unlikely) use a voltage follower after the divider.






            share|improve this answer









            $endgroup$












            • $begingroup$
              ADCs can have low input impedances, because those sample-and-hold circuits have a capacitor that needs to be charged! A tiny one, but it's still there. Too high a resistance can mean you need to sample for longer, slowing your reads, which may or may not be acceptable.
              $endgroup$
              – Hearth
              3 hours ago














            1












            1








            1





            $begingroup$

            A resistor divider works fine as long as the source impedance is low and the ADC impedance is high (compared to the resistors used for the divider).



            If your source impedance is high, use an opamp in voltage follower mode (gain = 1) before the divider. If your ADC impedance is low (unlikely) use a voltage follower after the divider.






            share|improve this answer









            $endgroup$



            A resistor divider works fine as long as the source impedance is low and the ADC impedance is high (compared to the resistors used for the divider).



            If your source impedance is high, use an opamp in voltage follower mode (gain = 1) before the divider. If your ADC impedance is low (unlikely) use a voltage follower after the divider.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered 4 hours ago









            evildemonicevildemonic

            2,368721




            2,368721











            • $begingroup$
              ADCs can have low input impedances, because those sample-and-hold circuits have a capacitor that needs to be charged! A tiny one, but it's still there. Too high a resistance can mean you need to sample for longer, slowing your reads, which may or may not be acceptable.
              $endgroup$
              – Hearth
              3 hours ago

















            • $begingroup$
              ADCs can have low input impedances, because those sample-and-hold circuits have a capacitor that needs to be charged! A tiny one, but it's still there. Too high a resistance can mean you need to sample for longer, slowing your reads, which may or may not be acceptable.
              $endgroup$
              – Hearth
              3 hours ago
















            $begingroup$
            ADCs can have low input impedances, because those sample-and-hold circuits have a capacitor that needs to be charged! A tiny one, but it's still there. Too high a resistance can mean you need to sample for longer, slowing your reads, which may or may not be acceptable.
            $endgroup$
            – Hearth
            3 hours ago





            $begingroup$
            ADCs can have low input impedances, because those sample-and-hold circuits have a capacitor that needs to be charged! A tiny one, but it's still there. Too high a resistance can mean you need to sample for longer, slowing your reads, which may or may not be acceptable.
            $endgroup$
            – Hearth
            3 hours ago












            0












            $begingroup$

            In addition to @Toor suggestion (voltage follower and voltage divider) and in response to OP statement




            Op-amps don't provide a gain < 1.




            follows my alternative configuration using a single supply difference amplifier. The output is reversed - if you do not mind correct it in software applying $V_o=3 - 0.3V_i$.



            ADC Level Shifter - Dirceu






            share|improve this answer









            $endgroup$








            • 1




              $begingroup$
              As opposed to my voltage follower suggestion, this one has better common-mode rejection at the expense of inverting the signal.
              $endgroup$
              – Toor
              3 hours ago











            • $begingroup$
              Are those resistor values correct? I think it's supposed to be more along the lines of 6.66K/3.33K, or 10K/5K or something like that.
              $endgroup$
              – Toor
              3 hours ago











            • $begingroup$
              I think that it's correct. Try to apply superposition to inputs 10 V and Vi.
              $endgroup$
              – Dirceu Rodrigues Jr
              2 hours ago















            0












            $begingroup$

            In addition to @Toor suggestion (voltage follower and voltage divider) and in response to OP statement




            Op-amps don't provide a gain < 1.




            follows my alternative configuration using a single supply difference amplifier. The output is reversed - if you do not mind correct it in software applying $V_o=3 - 0.3V_i$.



            ADC Level Shifter - Dirceu






            share|improve this answer









            $endgroup$








            • 1




              $begingroup$
              As opposed to my voltage follower suggestion, this one has better common-mode rejection at the expense of inverting the signal.
              $endgroup$
              – Toor
              3 hours ago











            • $begingroup$
              Are those resistor values correct? I think it's supposed to be more along the lines of 6.66K/3.33K, or 10K/5K or something like that.
              $endgroup$
              – Toor
              3 hours ago











            • $begingroup$
              I think that it's correct. Try to apply superposition to inputs 10 V and Vi.
              $endgroup$
              – Dirceu Rodrigues Jr
              2 hours ago













            0












            0








            0





            $begingroup$

            In addition to @Toor suggestion (voltage follower and voltage divider) and in response to OP statement




            Op-amps don't provide a gain < 1.




            follows my alternative configuration using a single supply difference amplifier. The output is reversed - if you do not mind correct it in software applying $V_o=3 - 0.3V_i$.



            ADC Level Shifter - Dirceu






            share|improve this answer









            $endgroup$



            In addition to @Toor suggestion (voltage follower and voltage divider) and in response to OP statement




            Op-amps don't provide a gain < 1.




            follows my alternative configuration using a single supply difference amplifier. The output is reversed - if you do not mind correct it in software applying $V_o=3 - 0.3V_i$.



            ADC Level Shifter - Dirceu







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered 3 hours ago









            Dirceu Rodrigues JrDirceu Rodrigues Jr

            1,828612




            1,828612







            • 1




              $begingroup$
              As opposed to my voltage follower suggestion, this one has better common-mode rejection at the expense of inverting the signal.
              $endgroup$
              – Toor
              3 hours ago











            • $begingroup$
              Are those resistor values correct? I think it's supposed to be more along the lines of 6.66K/3.33K, or 10K/5K or something like that.
              $endgroup$
              – Toor
              3 hours ago











            • $begingroup$
              I think that it's correct. Try to apply superposition to inputs 10 V and Vi.
              $endgroup$
              – Dirceu Rodrigues Jr
              2 hours ago












            • 1




              $begingroup$
              As opposed to my voltage follower suggestion, this one has better common-mode rejection at the expense of inverting the signal.
              $endgroup$
              – Toor
              3 hours ago











            • $begingroup$
              Are those resistor values correct? I think it's supposed to be more along the lines of 6.66K/3.33K, or 10K/5K or something like that.
              $endgroup$
              – Toor
              3 hours ago











            • $begingroup$
              I think that it's correct. Try to apply superposition to inputs 10 V and Vi.
              $endgroup$
              – Dirceu Rodrigues Jr
              2 hours ago







            1




            1




            $begingroup$
            As opposed to my voltage follower suggestion, this one has better common-mode rejection at the expense of inverting the signal.
            $endgroup$
            – Toor
            3 hours ago





            $begingroup$
            As opposed to my voltage follower suggestion, this one has better common-mode rejection at the expense of inverting the signal.
            $endgroup$
            – Toor
            3 hours ago













            $begingroup$
            Are those resistor values correct? I think it's supposed to be more along the lines of 6.66K/3.33K, or 10K/5K or something like that.
            $endgroup$
            – Toor
            3 hours ago





            $begingroup$
            Are those resistor values correct? I think it's supposed to be more along the lines of 6.66K/3.33K, or 10K/5K or something like that.
            $endgroup$
            – Toor
            3 hours ago













            $begingroup$
            I think that it's correct. Try to apply superposition to inputs 10 V and Vi.
            $endgroup$
            – Dirceu Rodrigues Jr
            2 hours ago




            $begingroup$
            I think that it's correct. Try to apply superposition to inputs 10 V and Vi.
            $endgroup$
            – Dirceu Rodrigues Jr
            2 hours ago










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









            draft saved

            draft discarded


















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












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











            Alee321 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%2f427305%2fhow-can-i-change-step-down-my-variable-input-voltage-microcontroller%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

            Magento 2 duplicate PHPSESSID cookie when using session_start() in custom php scriptMagento 2: User cant logged in into to account page, no error showing!Magento duplicate on subdomainGrabbing storeview from cookie (after using language selector)How do I run php custom script on magento2Magento 2: Include PHP script in headerSession lock after using Cm_RedisSessionscript php to update stockMagento set cookie popupMagento 2 session id cookie - where to find it?How to import Configurable product from csv with custom attributes using php scriptMagento 2 run custom PHP script

            Can not update quote_id field of “quote_item” table magento 2Magento 2.1 - We can't remove the item. (Shopping Cart doesnt allow us to remove items before becomes empty)Add value for custom quote item attribute using REST apiREST API endpoint v1/carts/cartId/items always returns error messageCorrect way to save entries to databaseHow to remove all associated quote objects of a customer completelyMagento 2 - Save value from custom input field to quote_itemGet quote_item data using quote id and product id filter in Magento 2How to set additional data to quote_item table from controller in Magento 2?What is the purpose of additional_data column in quote_item table in magento2Set Custom Price to Quote item magento2 from controller

            How to solve knockout JS error in Magento 2 Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?(Magento2) knockout.js:3012 Uncaught ReferenceError: Unable to process bindingUnable to process binding Knockout.js magento 2Cannot read property `scopeLabel` of undefined on Product Detail PageCan't get Customer Data on frontend in Magento 2Magento2 Order Summary - unable to process bindingKO templates are not loading in Magento 2.1 applicationgetting knockout js error magento 2Product grid not load -— Unable to process binding Knockout.js magento 2Product form not loaded in magento2Uncaught ReferenceError: Unable to process binding “if: function()return (isShowLegend()) ” magento 2