I want to use the Arduino to control a circuit that currently has three pots: 25k, 50k, and 100k. I'm wondering if I could just use one 100k AD5206 and attenuate the two other channels, for instance doing something like HIGH*.5 to set the 50k one to max. Any idea?
No, it depends how you connect them.
A potentiometer acts as a potential divider with two variable resistors (the length of track either side of the wiper), whereas a variable resistor is ...just that.
I wasn't planning on changing the pot sizes, just wondering if I could simulate a smaller pot by sending less voltage to a larger digipot (i.e. HIGH*.5 to create 50kohms on a 100k digipot- I realize I'll have to use SPI though). I'm not sure if they work that way and would appreciate if someone could explain.
are you using it as somethign like a dimmer switch, or are you analogRead-ing it on an arduino?
if you are talking abouf analogReading, the ohms of the pot doesn't matter... if you are talking about a power limiting knob (dimmer switch, volume knob, ect) then I do not know
Richard, I definitely don't understand how they work. I've actually never used a digipot before- I was just trying to figure out which parts to order. Based on the circuit, I guess you're telling me to get one 50k digipot and one 20-25k one?
Thanks, Richard. I think I'll give that a try. Limiting the range is what I was trying to communicate and I understand now why that would only work with a variable resistor as opposed to a potentiometer.