Quantcast
Channel: EngineerZone : Popular Discussions - Other Products
Viewing all 2623 articles
Browse latest View live

Question about test setting of ADN8834

$
0
0

Hello,

 

My customer wants to confirm the performance of ADN8834 using EVM first.

And they are trying to test a ADN8834 EVM and TOSA module with Thermoelectric Cooler (from NeoPhotonics.)

 

During the test, they say that they can't confirm TEC currents, they can confirm only small change of TEC currents occasionally.

So they request how to confirm the operation of ADN8834 and how to set up ADN8834 at temperature test.

(They use plat cable for connecting between ADN8834 in EVM and TEC in TOSA module.)

 

Would you advise me how to test ADN8834 in EVM ?

 

If you have any questions, please let me know.

 

Rgerads,

Se-woong


ADG3245 package question - [LFCSP] (CP-20) package

$
0
0

The ADG3245 level shifter shows an exposed thermal pad for the20-Lead Lead Frame Chip Scale Package [LFCSP] (CP-20) package.

 

Can I tie the thermal pad to ground?

 

 

I apologize if this is the wrong forum. I could not figure out where else to post this.

 

 

 

 

 

 

Pete

Division with AD538

$
0
0

I am trying to do on-board division with the AD538 chip. I have to voltage inputs which can have either negative or positive polarity. The discussed cases in the data sheet are clear for when the voltages are positive only.Since the transfer function is Vy(Vz/Vx), I would use a reference signal for Vz and use it with the m=1 case. Any help with my specific case in terms of the wiring would be appreciated.

 

Thanks.

Problem with AGC on ADF7021-N

$
0
0

Hello,

 

I am facing a strange issue with AGC on the ADF7021-N chip.

 

I am using an external oscillator at 14,7456 MHz, listening to a transmitter sending analog audio at 324,0875 MHz and my register settings looks like this:

 

reg0: 0x095f8c80

reg1: 0x037ad021

reg2: 0x009610a2

reg3: 0x3e4c0493

reg4: 0x80a73694

reg5: 0x000024f5

reg6: 0x0a07ebb6

reg9: 0x000231e9

reg10: 0x0896355a

reg14: 0x0000001e

reg15: 0x0000000f

 

I observe the following:

  1. If I program the chip after turning the transmitter on, audio is fine and I can read an RSSI value from register 7 that makes sense.
  2. If I program the chip and THEN turn the transmitter on, audio quality is really bad and the RSSI value is low even though the filter gain and LNA Gain are set at maximum (2 and 2).
  3. When I have proper audio quality and degrade the signal such that AGC sets the Filter and LNA Gain to maximum, then it doesn't reduce the gain again when I restore a good signal quality, and the RSSI value read back is still extremely low.
  4. When I end up in situation 2. or 3., reprogramming the chip (All the above mentioned registers, in the way it is advised to in the datasheet), good audio quality is restored and RSSI reading makes sense again.

 

So, my question is simple: what can be the reason for that? I haven't found any article describing any similar problem in this forum so I guess there's nothing wrong with the chip in the first place.

 

Thanks for your help!

 

Best regards,

 

Damien.

ADCMP572 VTT pin confusion

$
0
0

We've received 2 ADCMP572 eval boards, but unfortunately the documentation for the part and the eval board seems to be inconsistent.

As a result, I have a question:  should VTT (pin 8) be tied to GND or pulled high? 


Per the part datasheet (pg. 6) it should be tied to VCCO, but on the eval board it is jumpered to the ground plane (APLANE) via P3, and that is listed as being the correct jumper setting (pg. 9).

  Thanks.

application ADN2841

$
0
0

Hello!

I am going to use ADN2841 in my design, but I have got some questions.

1. The ADN2841 is very good for our conditions, but it has a small current of modulation. I have got a laser diode module with  current of modulation in range 400 - 600 mA. Can I to apply the ADN2841 with my laser? Have you any got application for my problem?

2. What logic levels have the Differential ports Data and CLK in the ADN2841?

 

Thank you.

Hi , Compilation issue in Cross Core Embedded Studio

$
0
0

I am facing one strange issue with CCES .. The issue is if I open the project and bulid am getting no errors but if I open some file am seeing some errors like "CD_RV cannot be resolved". But that MACRO is defined in a header file that is even included ..... And also this is just the example project and I have not added any changes ................

 

 

 

Thanks for help ..

Thanga Raj

AD5522 Eval Board idle temperature

$
0
0

Hi,

 

My customer noticed that the AD5522 Eval Board run hot when idle(no load ,output disable) ca. 70°C

 

From the reference design, ADI does not mention any heat sink required .

Is this typical? I doubt that we can achieve the spec at that temperature.

Where can I get the thermal characteristic for the chip.

 

Thank you.

 

 

Regards,

   BS Khoo


AD5522 can not communicate via SPI?

$
0
0

Hi All:

     I have a AD5522 Evaluation Board,and it's work well on Evaluation Software 1.6.1.

     Now I want to use my STM32F103ZE to control the AD5522,but I can't communicate with AD5522 via SPI.

It's Evaluation Software timing,I want to read system control register,so I click READ SYSTEM CONTROL REGISTER ,and then, the  software will send 0x10000000 to AD5522,and AD5522 will return 0x00000020 to me, it's work well in anytime.

 

Write 0x10000000

a.JPG

Read 0x000020 (Default value when AD5522 power on)

b.JPG

 

Now,I want to use my STM32F103ZE to read system control register,so I connect STM32F103ZE and AD5522,and remove the LK9 to disable USB function.As show below picture.

ad55.png

The first time,STM32F103ZE will send the command 0x10000000 to AD5522,that meaning read system control register

c.JPG

And then,STM32F103ZE will send 0xFFFFFF try to read data from AD5522, but the Busy pin goes low when 19th rising clock edge of SPI-CLOCK? Even so the result is 0x000020,that is true.

d.JPG

But the second time,STM32F103ZE send the command 0x10000000 to AD5522 again,the Busy pin goes low when 5th rising clock edge of SPI-CLOCK and 31th rising clock edge.

e.JPG

And then ,result is 0x000000,that's wrong(0x000020 is true).

f.JPG

Simulation SPI Code:

uint32_t AD5522_SPI(uint16_t bits, uint32_t dat)

{

    uint32_t Recvice = 0;

    uint8_t i;

   

    AD5522_CS_L;

    AD5522_Delay(2);

    //bits = 32 when write data to AD5522 and bits = 24 when read data from AD5522

    for(i = 0; i < bits; i++) 

    {

       

        if(dat & 0x80000000)    //MSB

        {

            AD5522_MOSI_H;

           

        }

        else

        {

            AD5522_MOSI_L;

        }

        //CLOCK High

        AD5522_CLK_H;

        dat <<= 1;

        Recvice <<= 1;

        AD5522_Delay(1);

      

        AD5522_CLK_L;

        if(AD5522_MISO)  //Read data when CLOCK falling edge.

        {

            Recvice++;

        }

        AD5522_Delay(3)

    }

    AD5522_Delay(1);

    AD5522_CS_H;

    AD5522_CLK_L;     //Idle time,CLOCK is low

    AD5522_MOSI_L;    //Idle time,MOSI is low

    return Recvice;

}

 

This problem puzzle me three days,can you help me?

sorry for my bad English.

thanks.

ADN8331 H Bridge circuit dead zone issue

$
0
0

        Hi, everybody,I am going to use the ADN8831 to control the DFB Laser temperture,and I have a question need you to help me to solve,which is the H Bridge driver circuit that make up of the mosfet.

       As you know, H Bridge driver circuit has the positive and negative deriction to drive the TEC in turn,the P-mosfet and the N-mosfet are controlled by the output of PWM and Linear AMP ,but the problem is when the circuit change the state from the positive to negative deriction,there is a dead zone exist in seconds(maybe decide by mosfet),if I want to eliminate this phenomenon,what I should do?Could you suggest some nice ways improve or solve the issue?Besides,if I replace the mosfet by the NPN transistor which controlled by the linear AMP part,is it will be better than the mosfet? Look forward to your reply,thanks!

Regarding over and under voltage protection for 1V supply line

$
0
0

Hello everyone,

I am kishore. I need to provide over and under voltage protection for 1V supply line. I searched for zener diode having voltage rating of 1V. But I have not found any device. Please suggest any method to provide UV and OV for 1V line.

 

Regards,

T.Kishore

ADN8834, Amplifers

$
0
0

Hallo,

 

are the two chopper stabilized amplifers inside the ADN8834 on while the chip is in standby. I plan implementing a digital control loop arournd the AD8834. It want to use one of the amplifiers for buffering the voltage across the thermistor. But I want to measure temperature without activation the power stage.

 

Yours,

 

Peter Hintenaus

EVAL-ADF70xx driver problem

$
0
0

I've EVAL-ADF70xxMBZ2 recently procured to use with EVAL-ADF7021 (and 7021-N).

 

I had installed previous version of ADISIMLINK on my computer so i tried the provided "purge_ADIismLink" to clear the registry. Somehow it can not delete the registry entry (stops with Error encountered (0xe0000235) message)........... I found the related key "VID_0456&PID_b400" using regedit and tried to delete it manually but "access is denied"... I tried all known methods from microsoft forums to delete the key but it's useless. Eventually I  could not install the driver.. BTW, It's installed fine on another PC which was clean of ADISIMLINK. Any suggestions?

 

Another problem on the other PC (which the driver is installed fine) ADF7021.exe and ADF7021-Nexe give "Run Time Error '48' File not found: parllio" and exits. It works for ADF-7021-V.exe but i am using ADF-7021 and ADF7021-N.

 

thanks for the support.

Ugur

ADA4571, min and max pitch between two poles when linear config.

$
0
0

Hi,

 

Regarding to AMR angle sensor ADA4571 when used in linear configuration, I would like to know,

a) Minimum and Maximum pitch between a north and south pole which available to be used.

b) Accuracy data when used above minimum and maximum putch in above question a).

 

I have attached following picture of image written on white board to avoid misreadings.

⊿Lp is the pitch I'm asking. ⊿Lz is distance between sensor and the magnet.

Magnet and Sensor.jpg

 

Regards,

ADF7021-N,RSSI level always 0.Where is my error?

$
0
0

Hi to everybody in this forum,

thanks in advance just for reading this

 

My firmware is not able to read RSSI level on ADF7021-N mounted on a specific board

 

The board itself can be connected to the Eval board,and in this case RSSI can be read,

It is pretty correct,i.e -60dBm RSSI vs -59 dBm on a very good spectrum analyzer.

So i can guess that my hardware  works fine.

 

If i control the ADF7021 by means of a uC i can succesfully set the Tx frequency,i  have correct readback of VDD,Product Id(0x2111),external ADC IN but RSSI remains0x500..

To have something different i have to let ADC disabled in register 8:I this case i have RSSI=0x52F ,changing signal level has not effect.

 

I use the EVB as a Tx,generating  a modulated signal,say 100MHz at2,4Kbps 1010 GFSK.

The Rx is my bord,

 

i set at 170Mhz Rx mode(synth dividers calculated 100KHz lower,169.90 Mhz), MUXOUT set to digital lock,i wait for it going high(in Tx it works)

 

then i perform the readback in the following steps

1)ADC Enable setting bit 8 of register 8   (0x108)

2)Setting value to write in Readback setup register :Readback for ADC out and ADC converting RSSI,Readback enabled

3)I write the above value(0x147) in Register 7 ,Readback Setup Register

4)I set register 0 to have RSSI_Ready  signalled on MUX_OUT ,

5)I wait until RSS_ Ready is high,but it it looks always high,..why?

6)I perform the Readback in 18 clock cycles

7)I turn off ADC

 

Thanks again for your attention

Diego

 



Simulation software and a library for ADN3000-06 ic

$
0
0

I am a university student doing my final year university project.Part of My project is to design a fiber optic receiver.I am employing Analog devices ADN3000-06-50A-PT7 ic for this purpose.I am encountering several issues with the ic ...

1) First question i have is this ic is in die form,therefore it is hard to solder for undergraduates like us.So do you have this ic as a chip with a package?


2)Do you have footprints available for this ic,if so please guide me how to get a footprint?

 

3)I am planning to design the application for about 3Gbps.I have to design circuit and simulate by a software first.What is the simulation software that can be used for a RF design like this?Does Analog devices has a library created for ADN3000-06 ic for this simulation software?

 

I would be really grateful for your supports to fix my above mentioned issues...

Thank you

ADF4007 PLL

$
0
0

Hello .;

 

I am using ADF4007 PLL in my application board. PLL loses lock when, I try to read either R or N divider at MUXOUT pin. What would be the possible reason/s?

Supplementary question:  Would it be possible to use ADF4007 to some configuration to deliver a lock detect Signal?

 

Thanks a lot for your time and help.

Regards

Mannam

Query about REF192

$
0
0

Dear Team,

 

Please explain or share information …about output shift with respective to temperature value(due to solder effect )…please see below information is available in REFf192 datasheet of page:21 in figure 24…but there is temperature information… Please also explain recommended soldering temperature for solder REF192 part using” leaded profile”

1.png

Thanks in advance for your kindly help!

 

Br,

Wayne

AD8672 Open-Loop Gain and Phase Shift vs. Frequency & Output Impedance vs. Frequency Question?

$
0
0

Hi there,

 

  We are using the SPICE model of AD8672 to simulate the open-loop gain & phase shift vs. frequency & output impedance vs. frequency. It turns out to be quite different from the listed in data sheet. Attached is the test result for your information, thanks

 

Best Rgds,

Michael Chang

ADF7021, 3FSK modulation and supported data rate?

$
0
0

Hi everyone,

 

I am wondering if ADF7021 supports baud rate 19.2 Kbps with 3FSK modulation?

 

Thanks

Viewing all 2623 articles
Browse latest View live


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