multichannel volume control

Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.
I noticed that there are several threads for PGA2310/11,
CS3310 volume circuits but all seem to be stereo.
I want to control 6-8 channels simultaneously as well
as being able to make minor adjustments to each individual
channel (i.e. left rear down -2.5dB, Center up 1.5 dB,etc.)
Can anybody point me to the best thread or other
direction to accomplish this. Possibly using Microchip PIC
series with HD44780-Based LCD Modules.
 
For Colorado Sound

Texas Instruments has a new 8 channel volume control chip soon to be released(PGA8311).The chip has an SPI control structure.

Cirrus Logic also has an 8 channel chip(CS3318)with a SPI/I2C interface,I am trying to get a sample of this device for an upcoming project.The Cirrus device has a much more robust command set than the TI chip.

Good Luck Bob C.
 
I am asking specifically about the PGA2310's/2311's as
I currently have about 20 of each and also have the
HD drive16X2 and 20X4 LCD displays so I do not want
to reinvest by switching to different devices (esp.VCRs
and other methods). The new higher channel count
TI and Cirrus devices sound interesting, though, if
all 8 channels are individually controllable.
 
hmm...you have to explain better...you can place pushbutton up/down for volume and for every channel...i think the best way is to use a pic for every channel, i can't find another way, everyone counts the up/down volume and it's own button level, and then feed the pga2311, easy!
for the LCD it's quite hard if you want to use just one...because you have 8 different 8bit levels to read(64bits!!)maybe you can send serially but i'm not a pro for these things... :D
 
I would like to use either rotary encoder or up/down button
for master volume as well as maybe infrared remote that
will control all channels simultaneously as well as some type
of trimming of up to 8 individual channels by 0-10dB or so.
I will be using my own discrete gain stage so I only need to
use attenuation overal of 0-95.5dB thereby leaving the
internal PGA opamp in unity gain. I also heard that there is
a way to set the microcontrollers in sleep or standby mode
when there are no adjustments being made, shutting the
clock down so that no clock noise enters the analog sections.
The LCD display would be used to indicate input/output
swiching, overal volume level, and perhaps indidividual level
on the independent channel being adjusted.
 
"I also heard that there is
a way to set the microcontrollers in sleep or standby mode
when there are no adjustments being made, shutting the
clock down so that no clock noise enters the analog sections"

==> Yes; I know how to do so at least with PIC microcontrollers. You can put the device in "sleep" mode using the SLEEP command. In order to do this, enable the microcontroller's interrupts (like interrupt-on-change pins, depending upon what microcontroller you use). If your interrupt-on-change pins are the same as the pins used for push-button volume, then the microcontroller will "wake up" when a change in volume is made. Once the change is made, it can go back to sleep.

This method can also be used in the transmitter section for your remote control (a microcontroller in sleep mode consumes much less current, and thus extends battery life for the remote).

Also, you can control all 8 channels by using just one microcontroller because the PGA2310s use an SPI interface. Use 4 PGA2310s (two channels per device for a total of 8 channels). All of them can be controlled by the SPI protocol (look in to daisy chaining SPI devices).
 
Hi All,

Sorry to bring this back up for something not really related. But do you know if there is some kit using these chips for multichannel volume control purpose? I'd like to build a 14-channel volume control if there is a kit available using these electronic volume control chips, or even step attenuators. Thanks in advance for your responses.

J.H.
 
Brian,

That is an amazing news! Where can I get more information on it? I wonder what buffering amplifications are used, and if it has XLR input/outputs. I am afraid that the master volume control for all channels(14 in this case) is my responsibility. Does it have handy volume control interface like knobs or buttons? I am looking forward to hearing from you soon.

Regards,
J.H.
 
Coloradosound,

I need 14 channels because I am doing digital active crossover, and want to drive 3 3-way active fronts, 2 2-way active rears and a subwoofer at the end. I wonder why you need that many channels. Are you doing similar things as I do? I am just curious. :)

Regards,
J.H.
 
Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.