Post Go back to editing

Poor range, heat and instability in LTC4125

Category: Hardware
Product Number: LTC4125

Hi,

We made a design to charge a wearable based on the LTC4125 (TX side) and LTC4124 (RX side), and we're having issues making it work properly.

RX side LTC4124 is configured for 25 mA, with 760308101216 coil (7.2 uH) and 91 nF capacitor for 196 kHz resonant frequency. TX side LTC4125 uses 760308101208 coil (13 uH) with 47 nF + 3.9 nH for achieving 196 kHz resonant frequency.

Basically what happens is that, when the RX device coil is placed right on top of the TX one (touching each other), charging works but both coils and LTC4124 heat up significantly. Input current was measured on TX and it's between 0.8 and 1.2A, which sounds too high for the RX current demand.

The moment you leave even an 1mm gap between the coils, power delivery stops. In our application, there is a thin plastic housing between devices so it's mandatory that power delivery works with a small dielectric gap.

The behavior we see when no receiver present is that every 5 seconds (configured time by CTD), a short search ramp starts increasing tank voltage until FB voltage reaches VIN (5.25V), while an square waveform of 196 kHz with varying duty cycle can be observed at the coil terminals during the ramp. If the receiver is present, VFB stops at around 4V and power delivery starts, seeing a fixed square waveform of 196 kHz at the coil terminals. I understand that this is the intended behavior, but:

  • We can't get it working without the coils touching each other,
  • Input current is too high, causing significant temperature rises.

Here is our schematic. I used the one on the LTC4124 datasheet as reference.

Another strange thing is that, according to some other posts around here, having the voltage reference on IMON should fix the duty cycle, but what I observe is that the search ramps still happen. Maybe the fact that we have that and VPTHM tied to GND is causing issues?

Things we've tried:

  • Changing feedback resistor Rfb2 by higher and lower value. Same behavior.
  • Using an LTC6990 based TX with the same coil, working at 196 kHz. Works a bit better than the LTC4125 design but mostly the same.
    • With the LTC6990, changed resonant frequency on both TX and RX to 270 kHz by replacing tank caps, closer to the RX coil's Q peak. -> Works much better, charges properly through the plastic housing. This makes me think that we need to increase resonant frequency on the LTC4125 to 250 kHz, the max that the IC allows.

Any ideas?

Best regards,

Enrique

  • The moment you leave even an 1mm gap between the coils, power delivery stops.

    STAT = high and PWM signals at SW1 and SW2 = 0?

    It's helpful if we know what caused the fault condition -- current limit or tank voltage limit, Temp limit, or frequency limit.

    Brian

  • having the voltage reference on IMON should fix the duty cycle, but what I observe is that the search ramps still happen. Maybe the fact that we have that and VPTHM tied to GND is causing issues?

    Why would you want to fix IMON to VREF? What is your desired pwm value for the SW1 and SW2 pins? Since the magnetic coupling is not fixed, it's better for the auto-search to find the optimum coil current for the RX load.

    Fixing IMON to a VREF below 0.8v doesn't stop the search, as it's looking for the 0.8v target.

    For your issue, I would increase the coil inductance as you have decided. I think the magnetic coupling ratio is low, leading to high current and heat, so more TX inductance should help.

  • Brian,

    Thanks for your input. I believe what's happening is simple: I didn't fully understand the LTC4125, since it's my first time designing wireless power transfer circuits. What I did was to try to replicate the 50 mA charger circuit from the application note in the LTC4124 datasheet, but accomodating the resonant components for our use case.

    As per my understanding, fixing IMON with the voltage reference as the DC2770 kit would fix the duty cycle maybe to a higher power than needed for our application, but that would mean more heat and less efficiency. But also, that doesn't fully explain the poor (or better said, almost non-existant) couplling, since more power should mean more range, no?

    I just got back to the lab to remove the voltage reference in IMON and add a voltage divider to PTHM. What I observed is that the behavior is slightly better (now the target can be charged through a thick paper sheet) but it's not quite there yet.

    Last week I ordered some components to modify the boards so the resonant frequency is higher and try if the coils couple a bit better, at least as well as they do using the LTC6990.

    Best regards,

    Enrique