I want to run a 1 cell Li-ion powered video camera from a 2 cell Li-ion battery. The idea I have is to use a LT3995 to drop the voltage . I would like the existing battery meter system in the camera to remain operational with this larger battery, so I would need the output to track the input. Basically, the output voltage should always be half the input voltage.
My first thought was to use a transistor driven from the battery to offset the adjust pin on the regulator, but that seems like it might be a bit difficult to get to track properly.
I have a small microcontroller (ATTiny24A) which I'm using to do a couple of minor things and I could use the PWM output to control the regulator and an ADC to read the battery voltage. That way I could fine tune it in software to get it to track.
Anyway, the reason for this post is in case I've missed an easier way to do this.
Anyone have any thoughts on the subject?