Part Number: PGA116 we are using the PGA116 in the following configuration
3 analog switches (DG4051EEQ) are connected to 3 channels of the PGA116 (CH0-CH2), further 7 analog inputs are connected directly to the PGA (CH3-CH9).
When the analog…
Hi Romano,
The capture data is not coming from PGA116 amplifier, see the attached image below.
What is VNA (ES5061B) measurement unit? I suspected that it comes from the measurement unit. The output pattern looks like Delta-sigma ADC digital Sinc…
Part Number: PGA116 Other Parts Discussed in Thread: PGA117 , OPA2314 Hello Everyone, In a project related to acoustics, I should select sequencely 10 microphone pre-amplified and be able to change thier gain. I found the pga116/7 which seems well suited…
Part Number: PGA116 The Datasheet does not do a good job of explaining this but what are the spi commands I need to send to read a particular input channel. The read command in the datasheet does not have any bits set aside for the channel to be read…
Part Number: PGA116 Other Parts Discussed in Thread: MSP430F5529 , How to communicate with PGA116 from MSP430f5529 to set the gain of PGA116?
The PGA116 is given DVdd supply from micro controller (3.3V), CS, DOUT, DIN & SCLK from corresponding micro…
Part Number: MSP430F5529 Other Parts Discussed in Thread: PGA116 How to communicate with PGA116 from MSP430f5529 to set the gain of PGA116?
The PGA116 is given DVdd supply from micro controller (3.3V), CS, DOUT, DIN & SCLK from corresponding micro controller…
I plan on using this part in a similar application where I need to output 0V to 5V. Is it recommended to run the rails at -0.5 connected to GND ant 5.5V connected to AVDD?
If so, is all my digital for the SPI signals going to be referenced to -0.5V…
Other Parts Discussed in Thread: PGA116 , MSP430G2553 Hi i am trying to interface pga116 (slave) with msp430(master)
i used the following code
#include <msp430.h>
volatile char received_ch = 0;
int main( void )
{
WDTCTL = WDTPW + WDTHOLD;…
Other Parts Discussed in Thread: MSP430G2553 , PGA116 I am trying to use PGA116 multiplexer to select 4 signals and using msp430g2553 to select the channels .
I have trouble understanding which pin from the microcontroller is connected to the multiplexer…