I'm looking to increase the resolution of my Analog-In pin reading for low voltage readings. Because the thing I try to measure cannot handle a lot of Power, I have to use a rather large resistor in my voltage divider to keep voltage and current to a minimum. I try to stay in the realm of 0.1-0.3V of measuring voltage range.
Using the regular resolution of 5V/1024 is way too inaccurate for what I'm doing, sadly.
I tried using the ARef pin with a supposed low voltage, however it seems like I short my setup whenever I try to connect it to sth. (I get 1023 as Pin reading value).
The way I tried to get a low ref voltage is via using the 5V pin and ground, setting up another voltage divider and feeding the signal in between those two resistors into the Aref pin.
It worked fine on Tinker Cad simulation before I built it, so I don't really know what is happening or why it seems so short it when I built it IRL.
Am I missing something on what the Aref actually does? I'm quite new to all this.
I tested arround with the 1.1V Internal Reference, but sadly it still wasn't enough. I try to limit the resolution to a max of 0.5V.
I will look into the amplifier solution, but since I'm doing this for the first time, chances are slim that I'll get it right.
For a low level signal you need an amplifier before the ADC. The UNO Vref minimum is 1V, so you will have trouble getting the resolution you want by adjusting Vref.
It would be useful to know your transducer type - there maybe alternatives .
As said using the internal reference (1.1v) gives a voltage resolution of around 0.001 volt ( 1mV)
Better than that you are looking at amplification and careful design and layout to get accuracy and resolution.
If you switch your device On/Off from a digital output , then you can save power and avoid high value resistors .
By supplying voltage to the AREF from the power supply through a divider, you are unlikely to increase the accuracy - more likely, that you will lose it. To the inaccuracies of the ADC itself will be added the inaccuracy of the divider resistances and instability of the supply voltage.
If you want to work with aref, the first thing you need is a stabilized voltage source
Limiting the current makes sense but keeping the voltage to a minimum does not.
How much voltage can this "thing" output?
If it can output more than 5V, then why limit the voltage?
If you are using Arduino UNO and AREF-pin to feed external voltage at the VREF pin of the ADC, then the minum voltage that you can apply on AREF-pin is 1.1V (Fig-1). So, it is better to use the most stable internal 1.1V as reference.