Post Go back to editing

I need a reference circuit for 4_wire the impedance measurement using AD5934, range 50 to 250 ohm.

Category: Hardware
Product Number: AD5934

I saw the reference design file CN0349 and CN0217, I think both are 2-wire implementation of the AD5P3x family IC. Can I get the circuit reference for the 4-wire implementation, with impedance range of 50 to 250 ohm. 

Help will be highly appreciated. 

Parents
  • In the link, it is mentioned that setting Rcal = 20 can set the impedance range from 1 to 60. Can you please explain this, I did not get this. How can Rcal resistor set the range. 

    https://ez.analog.com/dds/f/q-a/28201/ad5933-4-electrode-configuration-for-human-body-thoracic-impedance-measurement-0-60-ohm

  • Thanks for the detailed answer. The link was just a reference.

    I am following this one, 

    https://www.instructables.com/Bio-Impedance-Analysis-BIA-With-the-AD5933/

    But I need couple of small change, 1) my impedance range is from 50-250 Ohm, and 2) VDD is 3.3V. What changes should I do. I should just focus on the gain, (gain should be in the range of the internal ADC)?

  • If I use different power source for my MCU, can I use this design.

      

    If yes, what changes you suggest for achieving my impedance range. 

    Thanks.

  • I also did simulation of the given design, does this design is fine or it needs any modification.

    And the output waveform of U4 look like this.

  • gain should be in the range of the internal ADC)?

    Yes, it is necessary to make sure that the circuit has gain that keeps the signal at the ADC input within 0.2V to Vdd - 0.2V for the entire expected range of the impedance to be measured. 

  • The circuit you posted has 3 different sources of power: +4.096V, +12V and -12V - not sure which "different power source" you are asking about. Is your MCU is powered by 5V instead of 3.3V you mentioned earlier? You can certainly power the AD5933 and additional circuits with the same 5V with the caveat that digital circuits tend to produce high-frequency spikes on on their power lines that can somewhat reduce the measurement accuracy. You can always use some linear regulator to get improved 3.3V from the 5V MCU power supply. Also, this circuit is not a 4-wire impedance measurement. 

  • R11 and R5 are connected in parallel to each other. If R5 seems to represent the impedance to be measured, then R11 has no function in this schematic and should be removed.

    First thing to change would be to increase R3 to some reasonable value, say 1k for now, - it is the current-setting resistor for your impedance R5. When it is 0 - it instructs U2 to produce infinitely large current through R5, which requires infinite output voltage, which is impossible in practice, so U2 output slams into the power supply rails. When simulating, check that the output voltage of U2 is a well-formed sine wave of about 0.1V in amplitude

    Second thing would be to remove R10 for now - the circuit does not need that much gain from INAMP. INAMP specs call for min 4.5V power supply voltage, so in your circuit at 3.3V Vdd it is operated out of spec. Perhaps it can still work, but will require some fiddling with the Input Common-Mode Voltage Range vs. Output Voltage, please see datasheet Fig 28, where it is specified for 5V Vdd. It is hard to predict how it is going to scale at 3.3V Vdd, maybe the model will be able to tell that. The desired behaviour would be for the OUTPUT VOLTAGE to have a baseline of Vdd/2 = 1.65V and to be able to swing from 0.2V to 3.1V undistorted. To achieve that it may be required to re-bias the U1 and U2 to lower voltage, perhaps somewhere down to 0.8V or lower to get into the INPUT COMMON-MODE VOLTAGE range, where there would be no signal distortion.

    To summarize, lets increase R3 to 1k, remove R10 and run the simulation. U2 output should be a well-formed sine wave of 0.1V amplitude and DC bias of 1.65V. We would like to see the U4 output to be a well-formed sine wave of the same amplitude and bias, but likely it is not going to happen until U1 and U2 are rebiased to lower DC voltage - that would be the next step.

    Please feel free to attach LT Spice models  to your posts via Insert->Image/Video/File (you might need to zip the file if the system refuses).

    P.S. You might want to consider using INAMP with lower power supply voltage requirements, usually referred to as "single-supply" INAMPS such as INA331, MAX4462AD8223, etc.

  • Thanks for your time and for the great explanation. 

    I did some changes and I attached the Lt Spice file. Now, I am getting sinewave on the output. 

    Please, check the file, and waiting for your suggestions.

    Thanks once again.2477.50-250-range.asc

  • Congrats, your simulation works! You have probably noticed that the model gets stuck, when the U4 output approaches certain amplitude (about 0.65V) when reducing R4 to give U4 larger gain - this is likely indication that signal hits the boundaries of that "box" on  Fig, 28 in the AD8220 datasheet or rather the unknown boundaries of that "box" at the off-spec 3.3V power voltage.

    Some general remarks regarding your model:
    1. What does R12 represent? If this is the internal impedance of the AD5933 VOUT source, its value should be taken form  Table 5. "Voltage Levels Respective Bias Levels for 3.3 V" on p. 13 of the AD5933 datasheet
    2. What does R11 represent? It seems to have no function in this schematic and should be removed
    3. What would be the function of C2 - it only reduces the signal and shifts its phase, perhaps should be removed
    4. R8 and R9 are probably unnecessary, at least one of them or both should be removed

    What would you want to do next? Tune this model to work with the AD5933? Try some different instrumentation amplifier? Some additional gain should be added to the AD5933 input OPAMP to obtain the amplitude of Vdd/2 - 0.2V = 1.45V for optimal use of the ADC input dynamic range.

  • Thank you for your comments.

    I changed AD8229 To AD8227.

    1. R12 is for  the internal impedance of the IC, I just use 1k, but it depends on the range: AD593x has 4 different range. This I will remove from my schematic. 

    2. R11, I will add in my PCB just as a protection, I want to measure the tissue impedance. This resistor will have very large value (100-200 kOhms) compared to the tissue (approx 120 ohms) and for all normal operations this will not draw any noticeable current and the impedance of the parallel connection is dominated by the impedance of the tissue. If the impedance of the tissue should rise (e.g. pads coming loose) the current can then go through this resistor and the maxing out of the op-amp would not create unpleasant voltages on the pads.  

    3. C2 , tissue has capacitance, though the electrical model for the tissue is a little bit different, but this I just add for testing and this will not be the part of my PCB.  

    4. R8, R9, is for simulation, I add these to complete the circuit. This is not part of the PCB schematic. 

    Now I am designing my PCB, I will do the tuning, I can also use AD593x gain. 

    I changed AD8229 To AD8227.

     

  • 1. R12

    Thumbsup

    2. R11,

    Thumbsup

    3. C2

    It is common to use sequential RC to roughly approximate the tissue with electrodes, C models electrode-tissue interface, strongly depends on the nature and area of the electrode. Strictly speaking, it is C-R-C, but it is equivalent to R-C/2.

    4. R8, R9

    The model works without those two, just with a piece of wire connected to the INAMP output going nowhere, just for the probe to point at. But it is indeed a good practice to close the circuit and INAMP performance indeed depends on the load.

    I changed AD8229 To AD8227

    With the AD8227, without any rebiasing, the model indicates that the maximum amplitude AD8227 can output is about 0.55V, so the output sine wave swings between 1.1V and 2.2V. So to get the optimum signal at the AD5933 RFB pin (assuming the PGA gain is 1) it would be useful to get a gain of about 2.6 from the AD5933 internal OPAMP when your impedance to be measured is at the to of your expected range of 250 Ohm.

    Minor point on the circuit - there is no need for two resistors R1 and R2 - can be replaced with one resistor running from the "+" of U1 to the output of U3. Please see 2477.50-250-range-1.asc with some edits attached.

    Hope you are not rushing with PCB design, is this an educational project or a hobby?

Reply
  • 1. R12

    Thumbsup

    2. R11,

    Thumbsup

    3. C2

    It is common to use sequential RC to roughly approximate the tissue with electrodes, C models electrode-tissue interface, strongly depends on the nature and area of the electrode. Strictly speaking, it is C-R-C, but it is equivalent to R-C/2.

    4. R8, R9

    The model works without those two, just with a piece of wire connected to the INAMP output going nowhere, just for the probe to point at. But it is indeed a good practice to close the circuit and INAMP performance indeed depends on the load.

    I changed AD8229 To AD8227

    With the AD8227, without any rebiasing, the model indicates that the maximum amplitude AD8227 can output is about 0.55V, so the output sine wave swings between 1.1V and 2.2V. So to get the optimum signal at the AD5933 RFB pin (assuming the PGA gain is 1) it would be useful to get a gain of about 2.6 from the AD5933 internal OPAMP when your impedance to be measured is at the to of your expected range of 250 Ohm.

    Minor point on the circuit - there is no need for two resistors R1 and R2 - can be replaced with one resistor running from the "+" of U1 to the output of U3. Please see 2477.50-250-range-1.asc with some edits attached.

    Hope you are not rushing with PCB design, is this an educational project or a hobby?

Children