| Computer controled volume control - Click HERE for Original Thread |
| madmax14304 |
My Goal is to create a multi-zone pre-amplifier with the ability to set the volume at each zone via a serial port on a HTPC. Does anyone know of any pre-built PC volume controls or schematics of this type of setup?
I have searched and read about the PGA2310 volume chips, but have not seen them linked to a computer.
Thanks |
|
|
| theChris |
your best bet will be to use "digital potentiometers". xilinks, national, and ti all make these. TI's and national's are geared toward audio use. Ti's is a MSSOP (similar to SOIC) package, which may be difficult to solder, but it isn't that hard IMO.
I'm sure you can make a microcontroller-based serial to parallel converter. there are microcontrollers with uarts for serial communications. |
|
|
| TwoSpoons |
| All it takes is a wee bit of programming. Not hard at all. Use something like the 'BASIC Stamp' for your controller, the PGA chips for the digital pots, and Visual Basic for the PC application. |
|
|
| mangrovejack |
Take a look at the evaluation module listed on TI's site here: http://focus.ti.com/docs/toolsw/fol...pga2310evm.html
It seems to be similar to what you want (obviously you'd need to write/modify the program to do what you want - not sure if they give out source code though?). |
|
|
| mcs |
Some of the control boards I have made have RS-232 ports. So to control a PGA2310 from a PC, all you would need is something like one of my VolControlx boards or the Control2. You can see the schematics on my website.
Best regards,
Mikkel C. Simonsen |
|
|
|
|