Hi all,
I've wondering what's the most reasonable approach in driving an LED bar graph without using a micro controller.
Let's say, I have a resistive sensors that I use as a voltage divider. Now I'm trying to light up some LEDs based on the out voltage. 1 LED up to 1V, 2 LEDs up to 2V, etc.
I've been thinking about using op amps to get the difference between Vout (from the sensor) and the reference voltage for each LED. Feels like, I'd need a whole bunch of op amps for this. (About twice the number of the LEDs)
My other idea is to use diodes to drop the voltage under some threshold for each LED, but I don't think this would have enough control. What if the needed drop is not the multiple of the diodes' forward voltage? How to amplify the remainder to the level required by the LED?
What are some better/simpler approaches to this?