Hi, I want 1.8 [V] as reference for analog input ports. I've connected 2 resistences (15 [kOmh] and 18 [kOmh]) to 3.3 [V] supply of my Arduino UNO. As expected there are 1.8 [V] on R2.
But if i connect Aref as in the Image the voltage on R2 drop to 1.2 [V]. Why this happen? Does the Aref assorb so much current? Why the voltage is so low?
I will take a SWAG and say you need to program it for an external reference. I do not remember the details but there is a multiplexer in the processor that selects the reference voltage source, and I believe by default the Arduino is set to use an internal reference.
Just use the internal
1.1volt reference , it is nice and stable and easy to use!
Send your analog measurement via a potential divider , so 1.1 corresponds to the maximum input you make .
This method also gives you better protection against over voltage too !
any voltmeter type circuit will need calibrating .
Meaning you already have one resistor of the voltage divider, so you only need to calculate the value of a single resistor between the 3.3volt pin and the Aref pin. Don't use a resistor to ground.
I calculate 27k.
Leo..