David said:
I'm testing rechargeable batteries and would like a voltage-controlled
resistance so I can easily adjust the load with a program.
I'd appreciate recommendations on how to design this.
Thanks,
David
Assuming you're talking about microchip processor coding or maybe
even from the PC port?
You can pulse width modulate (PWM).And drive a switching device like
a Power fet or bipolar transistor to regulate. Of course, you should also
monitor current. This would mean a device that has either a ADC (
Analog to Digital Converter) or, use a series of voltage comparator as
ranges to activate a few IO lines as inputs.
There are small AVR's and PIC chips that have this ability.
My self, for this, I would use an AVR. But that's my preference.
Most Uc's have a PWM function in it that will use an IO or, you
can make one via a timer function.
I don't know where you are at the level of electronics with this?