Using a pot to control a digital pot

Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.
In theory, this should not be difficult.
Use the pot as voltage divider with stable voltage reference and suitable filter on the output (say 47K and .22 uF). The pot's output would feed into a microcontroller with an ADC. You might want to apply a digital filter of some kind to this input as well. The micro then calculates the appropriate value to write to the pots to give the desired attenuation. Same value to all pots. I'd use a PIC because they are easy to use and many include the ADC plus I2C and SPI peripherals needed to communicate with the digital pots.
 
Doesn't use a pot as the control, but eliminates the microcontroller:

http://www.maxim-ic.com/appnotes.cfm/appnote_number/606/ln/en

If you're really set on the analog pot as a control you'll need some sort of A/D converter plus some glue logic to convert the ADC output into the proper format for the digital pot. Unless you get really lucky and find an ADC with a serial output that is exactly the right format for the digital pot input...
 
Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.