Quantcast
Channel: EngineerZone : Discussion List - All Communities
Viewing all 51060 articles
Browse latest View live

HMC778 RF output power too low

$
0
0

Refer to HMC778 evaluation board, I have made a PLL board and its schematic is shown below. The RF output power of hmc778 should be 9dbm@10GHz. And I want to get 9-5+14=18dbm output power through a attenuation network and PA hmc441.

 

The problem is the output power of hmc778 only reaches 2dbm@10GHz. So when I use a 100pF capacitor to replace the attenuation network, total output power reaches 16dbm@10GHz. Do you know any possible reasons that could cause the decrease of output power?

 

The RFOUT signal is correctly locked with REFRF signal. 


Can I change the center frequency of AD9361 through FPGA rather than ARM in zc7030?

$
0
0

Now we can realize changing the center frequency of AD9361 through No_os Arm in zc7030,but we want to try if we can control some parameters such as frequency through FPGA in zc7030.Can this be done?Do you know the way?

Response time of ad2s1210

$
0
0

Hi all

 

At 10000rpm, how can I know the time until the angle is calculated and output? (phase delay response)

Please tell me how to calculate, datasheet, etc.

 

Thank you

Typographical error in AD7998 data sheet?

$
0
0

Hi

I have read the AD7998 data sheet.
"Figure 29 writing a 2-byte read operation from the conversion result register."

Datasheet AD7997/AD7998 (Rev. 0 | Page 29 of 32)

However, I think that the figure showing the "2-byte read operation" is not FIG. 29 but is FIG. 30.
How do you think?

Best regards

How to read back the contents of the RDAC registers of ADI5121/5141 by SPI bus ?

$
0
0

Hi ,

 

The AD5121/5141 datasheet does not further description for SPI read back,

I would like to ask about read RDAC register by SPI  process,

I am not sure that the host pulls sync pin as low , sends 2 bytes(control & address / data) , 

and then sends 8 clocks to read the data in RDAC register,

the host pulls sync pin as high. 

Is this procedure correct?

 

I appreciate your message and thank you.

 

best regards

Ray Yang

AD9173-FMC-EBZ + ADS7-V2 + High-Speed DAC Software Suite

$
0
0

Hello,

 

I received a question from our customer. Can we evaluate like a following using D9173-FMC-EBZ, ADS7-V2 and High-Speed DAC Software Suite?

 

Input IQ data for 6 channels to AD9173 from High-Speed DAC Software Suite. The data was saved file or somthing in advance. Then get analog data from DAC output.

 

Can we assign IQ data to each channel using High-Speed DAC Software Suite?

 

Best regards,

Akira

AD5697R I2C Bus issues

$
0
0

Hi ,

 

When the AD5697R LDAC pin pulls down to ground,
the host sends a series of fake data before writing data to the AD5697R through the I2C bus,
then the host sends 0x18, 0x41, 0x0E, 0x51, and the AD5697R will responds.
Is this situation reasonable?  (Please see attachment AD5697R_issue_20180710.png)

 

If the I2C bus has multiple slave devices, the host performs a read operation on an I2C device,
does the device data cause the AD5697R to malfunction? (Please see attachment dac_5697R_output_off.png)

Question about ADC Product

$
0
0

Hi,

 

I'm looking for a ADC IC covering the following spec.

- Single-end 2ch input, 16bit, More than 50Hz ODR, I2C interface, Lead frame package like SOT, MSOP and TSSOP.

But I can not find a suitable solution then I consider to use 1ch ADC x 2 parallel instead.

Do you have any solutions covering my spec?  I have checked LTC2451 but its address is fixed and I2C can not discern 2 x LTC2451.

 

Regards,

Kazu


ADV7611 get data 16 smaller

$
0
0

When I use the adv7611 to decode a RGB 0-255 HDMI video ,I find that datas get are 16 smaller then they were:when datas is smaller 0x10,they become 0x00,but if the data is 0x11.0x12,0x13,0x14....0xff, it get 0x01,0x02,0x03...0xef.

I decode the datas to RGB 0-255.The register I used like the following:

assign IIC_reg[0]  =24'h98Ff80;//reset

assign IIC_reg[1]  =24'h98F480;

assign IIC_reg[2]  =24'h98F57C;

assign IIC_reg[3]  =24'h98F84C;

assign IIC_reg[4]  =24'h98F964;

assign IIC_reg[5]  =24'h98FA6C;

assign IIC_reg[6]  =24'h98FB68;

assign IIC_reg[7]  =24'h98FD44;

assign IIC_reg[8]  =24'h980013;//13:720p;1e:1080p;

assign IIC_reg[9]  =24'h980105;//x000:60hz;05:video;06:Graphics

assign IIC_reg[10] =24'h980212;//f5->f2

assign IIC_reg[11] =24'h980340;//h980360,60ddr,40sdr 

assign IIC_reg[12] =24'h980462; //a2->62

assign IIC_reg[13] =24'h980528;

assign IIC_reg[14] =24'h980B44;

assign IIC_reg[15] =24'h980C42;

assign IIC_reg[16] =24'h98147f;

assign IIC_reg[17] =24'h981580;

assign IIC_reg[18] =24'h981983;

assign IIC_reg[19] =24'h983340;

assign IIC_reg[20] =24'h44ba01;

assign IIC_reg[21] =24'h644081;

assign IIC_reg[22] =24'h689b03;

assign IIC_reg[23] =24'h68c101;

assign IIC_reg[24] =24'h68c201;

assign IIC_reg[25] =24'h68c301;

assign IIC_reg[26] =24'h68c401;

assign IIC_reg[27] =24'h68c501;

assign IIC_reg[28] =24'h68c601;

assign IIC_reg[29] =24'h68c701;

assign IIC_reg[30] =24'h68c801;

assign IIC_reg[31] =24'h68c901;

assign IIC_reg[32] =24'h68ca01;

assign IIC_reg[33] =24'h68cb01;

assign IIC_reg[34] =24'h68cc01;

assign IIC_reg[35] =24'h680000;

assign IIC_reg[36] =24'h6883fe;

assign IIC_reg[37] =24'h686f0c;

assign IIC_reg[38] =24'h68851f;

assign IIC_reg[39] =24'h688770;

assign IIC_reg[40] =24'h688d04;

assign IIC_reg[41] =24'h688e1e;

assign IIC_reg[42] =24'h681a8a;

assign IIC_reg[43] =24'h6857da;

assign IIC_reg[44] =24'h685801;

assign IIC_reg[45] =24'h680398;

assign IIC_reg[46] =24'h687510;

CSI-2 to SDI or HDMI or parallel

$
0
0

We need IC that CSI-2 for input, SDI or HDMI or parallel for output. I find theres ADV7533 for HDMI output. Any more for SDI or parallel output? 

 

Thanks~

LTC4353 secondary input voltage drop

$
0
0

I'm experiencing a strange behaviour on a board where I'm using LTC4353 as a "12V Main and Auxiliary Supply Diode-OR" . The circuit I'm working on is depicted below (it's pretty the same circuit found on page 11 of the original datasheet)

Schematics

Vref value is provided trough a voltage divider:

Voltage divider

Testing it I found that it correctly switch between power sources around 9V but while the main source (+12V) is correctly feed into +12P output the secondary (+BATT) is dropping 0.6V..... I don't think this's a correct behaviour but I cannot understand what's the origin ... probably Q1 is not saturating and this lead to some voltage drop but why?

LT1362 : Differential Input Voltage

$
0
0

Hello,

 

I have a question about LT1362 from our customer.
In the absolute maximum ratings, the Differential Input Voltage is explained as followings.

 

  Differential Input Voltage
    (Transient Only) (Note 2).......... ±10V

 

and the "Note2" is as followings.

 

  Note 2: Differential inputs of ±10V are appropriate for transient operation
  only, such as during slewing. Large, sustained differential inputs will cause
  excessive power dissipation and may damage the part.

 

The customer wants to know the maximum rating of constant voltage which are input to differentional input, not a transient.

 

Could you please tell the maximum differential input level of DC to me ?

 


Best regards,
ysuzuki

user guide for ADRV9009

low value current measurement

$
0
0

Hi

I need to measure the current consumed by our DSP in different operating modes.Please find the attached image

Please see the attached image.It shows DSP logic is powered from an LDO.Logic can accept voltages in the range .8V to 1.2V.My idea is to put shunt resistor in that path such that it won't disturb the .8V to 1.8V range.The voltage developed across shunt will be amplified and is given to an adc and adc will be connected to a uC.

 

The voltage across the shunt will be very small.Could you please suggest how to design the shunt

and also IC's which can amplify this small scale voltage.

 

Regards

Hari

LTC2990

$
0
0

Hi,

May I know the ADC reference voltage of LTC2990

Regards

Hari


Source Code to use ADS7-V2EBZ as an acquisition card

$
0
0

Hi, 

Can you provide C or C++ source code to interface the ADS7-V2EBZ to a computer via USB, so that it may be used as a high speed acquisition card?

Specifically, can the evaluation board record traces using an asynchronous hardware trigger, and the traces be transferred to a MATLAB application at high speed (several hundred traces a second at minimum)?

 

Thanks, 

Yoni

IMU sensor question(ADIS16467 datasheet)

$
0
0

Now I am studying ADIS16467-3BMLZ(IMU sensor)

I was looking at the data sheep and there was a lot of difficulty in studying

 

1. I don't know Error over Temperature on page 3 of the data sheet

 

2. I don't know Error over temperature in  "−40°C ≤ TC ≤ +85°C, 1 σ" 

 

3. I don't know Misalignment Error in Axis to axis, 1 σ

 

4. If you look at the 'unit' item on page 3 of the data sheet, there are several units.

LSB/°/sec

% FS

°/hr

°/√hr

°/sec

°/sec/g

°/sec/g2

°/sec/√Hz rms

LSB/g

m/sec/√hr

mg

mg rms

μg / √Hz rms

 

I don't know this unit is what means. 

Please answer to me.

Configuring the AD9371 RX Gain

$
0
0

Hi everyone,

 

I have been trying to change the RX Gain of the AD9371 using a C script. I had trouble updating the values in the script, so I then tried to adjust and verify them using shell commands:

 

root@analog:/sys/bus/iio/devices/iio:device3# echo 20 > in_voltage0_hardwaregain

root@analog:/sys/bus/iio/devices/iio:device3# cat in_voltage0_hardwaregain

30.000000 dB

 

I am currently running in manual gain control mode, which I verified using the following commands:

 

root@analog:/sys/bus/iio/devices/iio:device3# cat in_voltage0_gain_control_mode

manual

 

The IIO Oscilloscope GUI confirms that the gain control mode is set to manual. Any attempts to change the gain value in the GUI also do not work.

 

I have also encountered several error messages when trying to set these values:

 

ERROR: 40: Invalid ObsRx channel in setObxRxManualGain()

ERROR: 257: ARM Command Error in MYKONOS_setObsRxPathSource()

ERROR: 364: MYKONOS_waitArmCmdStatus() exitd due to ARM error for the desired ARM opcode

WARNING: 45: Cannot read ObsRx gain index. ObsRx Channel is disabled.

 

I have attached the output of dmesg as additional reference.

 

Any help towards solving this problem would be appreciated.

 

Thanks,

Billy

AD9363 instantaneous sensitivity

$
0
0

AD9363. Hi, customer is having an input signal with an in band blocker (the carrier) up to 12dBm peak and a usefull signal down to -80dBm. So the overall dynamics shall be around around 92dB over a bandwidth of 600KHZ. Can the AD9363 manage that level of dynamic change? They would apply an input attenuator to the overall signal to stay within the 2.5dBm peak.

Where the code stores?

$
0
0

Hi,

 

ADSP-21469 EZBRD has external Memory DDR2 and flash Memories are available.If we upload any code into board from Cross Core Embedded Studio ,where the data will store either internal memory or external memory (that to DDR2 or Flash).

Viewing all 51060 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>