I have an analog sensor that requires constant supply voltage and outputs a fraction of the supply voltage. I need to design a module that will be able to output a digital signal representing the sensor output.
First I just paired it with an ADC:
But I quickly realized that this was not a very good idea since sensor output (and concequently the ADC output) depends on the supply voltage. Although supply voltage fluctuations aren't big, they are still big enough to make sensor readings useless.
This led me to the idea of using some kind of voltage reference IC. As far as I understand you can't directly use the output of reference voltage IC to supply power to a sensor since it can't provide any meaningful current (sensor may need tens of mA). So I probably need some kind of adjustable linear regulator paired with a voltage reference IC that will be cabable of outputting enough current for the sensor while maintaining output voltage equal to reference. However I have no idea how to make such a circuit or is it even a correct approach.
It feels like there must be plenty of circuits for this kind of appications but I wasn't able to find anything concrete (probably because I couldn't accurately describe the problem I'm facing).
So the questions I have are:
- What type of voltage reference I should use?
- Is the aforementioned approach (a voltage regulator with vref ic somehow connected to feedback pin) adequate for the described situation?
- If the approach in question 2 is adequate, how would the circuit look like? If not, what is the correct approach?

