This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LDC1614: Inductance Shift

Part Number: LDC1614

Dear Clancy and Bala

By looking at the GUI, why is it inductance will shift even my target is fix?

Please see figure and short video clip below.

  • Janine,

    Can you show the raw data output in this graph instead of the inductance? It's a little easier for us to debug that way.
  • Dear Clancy,

    Here is the raw data output.

  • Dear Clancy

    Please see the video clip below. This is the output raw code.

  • Janine,

    It looks like you are seeing a 1 LSB of resolution step (note that depending on frequency and RCOUNT, the output codes will often not have sequential steps). This is normal behavior. If you increase RCOUNT, you should see the step size decrease (meaning that resolution increases).

    The output may look "noisier" but the peak-to-peak output code variation should reduce.
  • Thank u Clancy. I used Rcount code of 65535 (2^16).

  • Dear Clancy

    Which delta value must to follow? I'm testing our second sensor coil, as i know to determine the sensing range is 10x noise floor delta, with target and without target. In the data streaming, as 

    what you said it is 1 LSB of resolution step. But i am confused which delta value will take as a reference, because it changes  even without target.

    Please see the video clip below. This is when "no target".

  • Janine,

    What you are currently measuring is the noise floor. My apologies for using the "1 LSB" term, which I used in a confusing manner. One resolution step in this case is multiple LSBs (which you can see by looking at the delta when the value is oscillating between two specific values). To improve the resolution, increase RCOUNT (which increases the sampling time).
  • i already set the RCount in a higher value which is 65535. I am confused which delta value to follow as a reference (no target).

  • If you are trying to calculate the noise floor, then use the worst case delta. If your signal is 10 times stronger than that, then the design is reasonably robust.
  • ok Clancy. Got it. Thanks~