Recently I needed to measure a simple "balance" between two photo resistors (CADMIUM cells). basically both cells in series with one side grounded, the other tied to a voltage source, and the midpoint into an A/D input. I purposely chose cadmium cells that are on the "insensitive" side (5549 I believe), and am sure that the combined resistance of both cells in series will never drop below about 8K. Further, wanting to absolutely minimize the current flow through the divider, I chose to configure AnalogReference(INTERNAL), so that I would only need to supply the divider with a 1.1 V source.
So the natural question is, why can't I drive the resistive divider with the actual AREF pin. And here's where the conflict begins between what is written and what is actually measured. I understand from some spec quotes that this pin is primarily brought out so a capacitor can be added to increase stability. Spec further states that this pin should only be measured with a high impedance voltmeter. Sounds like a pretty wimply source voltage, but here's what I found...
I configured my NANO board for Internal as above, and connected a fully open 100K linear pot from AREF to Ground, with a DVM in parallel. The AREF terminal output was about 1.076, with or without the 100K load. Not quite the 1.1 specified but there was no change taking the 100K out of the circuit. I then replaced the pot and slowly rotated it to increase load. At just under 9K the voltage dropped a somewhat insignificant amount, to 1.075. From there on there were additional small decreases, down to about 1K, at which point I measured about 1.062V. Below 1K, there was a VERY steep decrease.
I tried this test on a few boards, both powered by 12VDC on the VIN, and again with just USB power.
At this point I conclude:
-
There appears to be some buffering on the VREF output. It certainly did not behave like a simple case of a 1.1V source in series with a high impedance.
-
Up to a load of 10K, the VREF output seems at least as stable as the 5.0V regulator output with a proportional load.
-
Since a 1.062 drop from an initial no-load voltage of 1.076 equates to less than a 2% difference, I have to conclude that a load on VREF (to ground) greater than 1K (lets say 2K-4K for margin) makes VREF probably useful in cases like the simple "balance" network I described, with a worst case load of 4K.
Finally, I also tried dead shorting the AREF (something I'd never try with the 5V output), and left it that way for several hours. After tat, as soon as the load was released, the AREF voltage wen't right back to normal.
So this is a case of the part's behavior seeming to exceed what the spec indicates. I should also not that I have been doing this for well over a year without any problems. I'm second guessing myself now because I've never seen an example of anyone using AREF as an actual voltage divider-sensor source. But can anyone confirm what I've found, or offer any reason (beyond what the spec says) why I should not continue doing so? The Spec certainly does not seem to go into this as pros or cons.
I've written to Microchip on a support case about this to see what they say. But I'd rather ask the community too.