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

ADIS16209CCCZ - INCLINOMETER

$
0
0

We have on regular basis the same complains for ADIS16209CCCZ.

 

The customers report as follows:

 

... these IC are shorted to GND as soon as they were soldered in place while using small programmable re-flow oven. ...


... 3 pcs of p/n 1607244 INCLINOMETER, ±1.7G, 3.3V, 16LGA but none of them worked. Two had a shorting inside VCC and GND - and the Dout signal was not working in the third one....


Does anybody has encountered more similar problems and what could be the reason why this happens?


Regards

 


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.

Controlling digital potentiometer (AD5142) by Arduino UNO

$
0
0

Hi, I am trying to control digital potentiometer (AD5142) by Arduino UNO.

캡처.PNG
Here is the pin configuration of AD5142.

I connect SCLK pin to 13 pin of Arduino (serial clock pin), SDI pin to 11 pin of Arduino (MOSI pin) and SDO pin to 12 pin of Arduino (MISO pin).

SYNC pin was connected to digital output pin of Arduino.

And according to the data sheet of AD5142, I connected the RESET pin to V(LOGIC) pin because I don't want to use reset.

V(DD), A1 and A2 pin to 5V and V(SS) to ground.

And I used the Arduino code below,

 

------------------------------------------------

// inslude the SPI library:
#include <SPI.h>

// set pin 10 as the slave select for the digital pot:
const int slaveSelectPin = 8;

void setup() {
  // set the slaveSelectPin as an output:
   pinMode (slaveSelectPin, OUTPUT);
  // initialize SPI:
   SPI.begin();
   Serial.begin(9600);
}

void loop() {
//***********************************************************
int channel1 = 0;
/////////////////////
double voltage1 = 2;
/////////////////////
double level1 = voltage1 * 51;
digitalPotWrite(channel1, level1);

 

int channel2 = 1;
/////////////////////
double voltage2 = 2;
/////////////////////
double level2 = voltage2 * 51;
digitalPotWrite(channel2, level2);
}
//***********************************************************

void digitalPotWrite(int address, double value) {
   // take the SS pin low to select the chip:
   digitalWrite(slaveSelectPin,LOW);
   //  send in the address and value via SPI:
   SPI.transfer(address);
   SPI.transfer(value);
   // take the SS pin high to de-select the chip:
   digitalWrite(slaveSelectPin,HIGH);
}

------------------------------------------------

 

However, I cannot control the resistance of AD5142.

Can you help me?

HMC1048LC3B (MIXER 2 - 18 GHz)

$
0
0

Based on the  data sheets for HMC1048LC3B (MIXER 2 - 18 GHz), can i used VCO input power with 8.52dBm. Currently i doing simulation in ADS software, can i still used the data as provided for vco 9dBm input in data sheet in simulation.

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

Having noise problems w/ AD1988A / ASUS/ M2N-SLI Deluxe

$
0
0

I have the latest drivers and a creative 7.1 speaker setup. My monitor is a Olevia 42 inch LCD TV.

 

I have this background hum. Just like when a guitar is plugged into an amp. There are times when it will stop for a short time and then return.My TV output is plugged into the input jack on my PC. And all of the wiring is correct. I also have some Sansui speakers involved as front speakers. (I'm trying to think of everything here.) But it is strange that this hum will come and go. Any ideas on where to start looking?

Abnormal Axis

$
0
0

Hello to the Group. I am a Stranger in a Strange land here :-)

 

My client is asking me what 'ABNORMAL AXIS' indications on the ECG strip means and how he can correct for it. He is using a 12 lead machine.

Also I would like to know what is the maximum possible sampling rate of the QRS complex. I need some more info that the current

machines provide.

 

Sincerely

Mark

EDA TOOLS METHODOLOGY FOR LAB-ON-A-SMARTCARD


Can EVAL-ADF70xxMBZ2 detect sticky tag

$
0
0

Hello,

 

I am using a sticky tag from Alien Technologies (ALN-9640 Squiggle® Inlay).  Can the EVAL-ADF70xxMBZ2 (with ADF7020 DB) read the data from this tag.

 

I am using 'ADIismLINK config SW' to display the tag data. I can see the RFID readers configuration settings on this simulation software, but I dont know how to display the data after read from the tag.  Can you also help me using this software ?

 

Thank you

Divakar Raj. R

ADA4571 sensing tooth of gear wheel

$
0
0

Hello,

 

Below is a figure copied from CN0332.

AMR sensor senses magnetic field. Gear wheel or rack is not a magnet. I wonder how magetic field is created from a metal as shown the figure?  Is a specific metal or  process required for creation of magnetic field?  If it is , could I get detailed information on that?

AMR.PNG

 

Best Regards,

Mack

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

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,

About ADF7023's Daugher board

$
0
0

Hi,

 

I bought ADF7023 daughterboard, and I found the antena in the box.

But I can find any information on this antena.

Could you tell me How I can get the datasheet of it?

 

Best,

Tarzan

ADF7020 communication distance issue

$
0
0

chip is ADF7020, operation frequency is 470MHz, transmit power is 1W, receive sensitivity is -108dBm, but communication distance is only 300-400m, selected Antenna is 470MHz., pls help analyze, in addition, if sensitivity is okay, if still need match impedance?

Simulation Pspice AD694

$
0
0

Bonjour,

 

Je souhaite réaliser une sortie 0_20mA et 4_20mA en utilisant la sortie 0 ... 3V de mon DAC. Pour cela je souhaite utiliser le composant AD694 de analog devices. Mais avant d'aller plus loin, je souhaiterai faire une simulation avec Pspice, mais impossible de trouver ce composant dans les librairies d'analog devices.

 

Quelqu'un sait si ce composant est disponible en simulation Pspice ?

 

Merci


Problem starting EVAL-AD9837SDZ software

$
0
0

Analog Engineers,

 

I have two EVAL-AD9837SDZ boards that I would like to program on my computer, but I am having an issue getting the software to open.  The program can't locate the LabVIEW Run-Time Engine, and it requires version 2010 (or a compatible version) in order to run.  I've tried installing versions 2010 and 2013 from National Instruments, but none of those attempts worked.  How do I get a compatible LabVIEW on my computer?  I am running Windows 7 64-bit on a dual booted Macbook Pro.  Thanks!

 

George Deamont

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

Controlling digital potentiometer (AD5142) by Arduino UNO

$
0
0

Hi, I am trying to control digital potentiometer (AD5142) by Arduino UNO.

캡처.PNG
Here is the pin configuration of AD5142.

I connect SCLK pin to 13 pin of Arduino (serial clock pin), SDI pin to 11 pin of Arduino (MOSI pin) and SDO pin to 12 pin of Arduino (MISO pin).

SYNC pin was connected to digital output pin of Arduino.

And according to the data sheet of AD5142, I connected the RESET pin to V(LOGIC) pin because I don't want to use reset.

V(DD), A1 and A2 pin to 5V and V(SS) to ground.

And I used the Arduino code below,

 

------------------------------------------------

// inslude the SPI library:
#include <SPI.h>

// set pin 10 as the slave select for the digital pot:
const int slaveSelectPin = 8;

void setup() {
  // set the slaveSelectPin as an output:
   pinMode (slaveSelectPin, OUTPUT);
  // initialize SPI:
   SPI.begin();
   Serial.begin(9600);
}

void loop() {
//***********************************************************
int channel1 = 0;
/////////////////////
double voltage1 = 2;
/////////////////////
double level1 = voltage1 * 51;
digitalPotWrite(channel1, level1);

 

int channel2 = 1;
/////////////////////
double voltage2 = 2;
/////////////////////
double level2 = voltage2 * 51;
digitalPotWrite(channel2, level2);
}
//***********************************************************

void digitalPotWrite(int address, double value) {
   // take the SS pin low to select the chip:
   digitalWrite(slaveSelectPin,LOW);
   //  send in the address and value via SPI:
   SPI.transfer(address);
   SPI.transfer(value);
   // take the SS pin high to de-select the chip:
   digitalWrite(slaveSelectPin,HIGH);
}

------------------------------------------------

 

However, I cannot control the resistance of AD5142.

Can you help me?

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

ADC clock- jitter vs clock phase-noise

$
0
0

Phase jitter is expressed in a number of radians "RMS" phase jitter (time domain) within a band of frequencies.

For ADC clock specifications. An important ant performance parameter is:  clock jitter expressed using, "(x)ns or (x)fs vs.  S/n ratio.

 

Note: BTW: (x)fs specs would seem obtainable except by very high grade X-stal source, pricy?    The frequency of the clock is important. A higher frequency clock is more susceptible to jitter (frequency domain 6dB/octave degradation, jitter follow suit.

 

My question is the ADC people don't specify the bandwidth used for this rms(Jitter) calculations (or do they care)?

 

If I take the same clock say “ultra low noise synthesizer _ X-stal _ Saw the jitter goes down as I bandlimit the wideband noise.

Which means I have to filter the oscillators output to obtain the desired jitter? despite its  excellent phase noise to limit the wideband constant flat noise.

 

Apologies as-if required. I'm looking at this from a designed of synthesizers - VCO's. I do interface to ADC but more of a novice here..

 

Thank you most kindly,

 

Jim Carlini  RF Engineer

Viewing all 2623 articles
Browse latest View live


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