Don't think you'll need a transistor for that voltage range. Just a low pass filter and a suitably sized resistor to ensure that it doesn't draw too much from the Arduino
So do you know that the potentiometers just produce a voltage and don't actually carry signals. They would if it were an audio mixer, in which case just plugging a voltage in, however smooth, will not work.
Right. But he already said ...
Quote:
I measured the voltage to be 1.3v to 3.65v (0%-100%)
Yes but I bet he measured it with a DVM, that doesn't tell the whole tale does it. If it had a video signal on it you would expect to see something on a DVM it's just it wouldn't mean very much.
His application (the video switcher)
I thought it was a Videomixer , mixing and switching are two different things, you don't switch with a slider pot.
Well, if the videosignal goes through the slider, that's whole another matter, then you really need a digital pot.
But if it's just a pot dividing a constant dc, then you can use pwm from the arduino. Read analogWrite() - Arduino Reference
every step from 1-255 represents 0.0196V if you have 5V adruino
[edit]With that voltage level you do not need transistor if the amp level is less than 20-30mA[/edit]
But with videosignal and you have an ordinary pot and a servo, turn the pot with a servo, and videosignal going through the pot
servo controlled by arduino. (digital pot makes more sense and is cheaper)
It is actually a WJ-AVE3 Videoeffectgenerator, which has the ability to mix two sources. The whole thing is digital, therefor the pots are just generating input signals for the "CPU"
Are digital pots really that expensive? I get one IC here for about 4 dollars?
Grumpy_Mike you are right, i measured with a a DVM, as i already knew the pots don't carry actual signals as opposed to like a audio-mixer.