Is there a way to reduce no load power in a wireless cell phone charger?

  • Thread starter Thread starter oso0690
  • Start date Start date
  • Tags Tags
    Power
AI Thread Summary
To reduce no load power in a wireless cell phone charger, implementing a timer to periodically check for a connected phone is suggested, allowing the circuit to remain in standby mode most of the time. Feedback mechanisms like PWM (Pulse Width Modulation) can help minimize power draw when no load is detected, preventing overheating of components. It's also important to consider battery protection by reducing the charging current once the battery is full. The discussion highlights the need for effective circuit design and the potential use of DC to DC converter ICs for better efficiency. Overall, optimizing the charger’s operation can significantly lower unnecessary power consumption.
oso0690
Messages
19
Reaction score
0
Hey guys, I've been building a circuit for a wireless cell phone charger. It's nearly completed but I don't know how to stop the circuit from drawing any power from its source when the phone is not 'connected'. It actually draws more power when it's not. How do I go about creating a circuit to fix this?

EDIT: Not vampire power. I need to know how to reduce no load power.
 
Last edited:
Engineering news on Phys.org
A few pieces of garlic!:smile:

Seriously, we don't know anything about your circuit! you need to post your circuit so we can look at. Short of this, a few pieces of garlic might work just as well!
 
You want the charger to sense when the phone is placed on it correct?
 
It seems to me that a timer would suit your needs. Spend most of your time in "stand by" with your excitation off, but the timer running. Then, upon wake up of the timer, actuate your excitation source and look for signs of back EMF from your load. If your BEMF detector spies a phone, then disable the timer.
Even if you come up only once a second to check, the hesitation will be unnoticeable to anyone not familiar with it.
 
Averagesupernova said:
You want the charger to sense when the phone is placed on it correct?

Exactly.

Garlic solution is hilarious lol.

@Mike In Plano - I'll see how a timer works out. Even 1s checks would work much better than no checks at all!

Oh, here's a circuit schematic attached.

*BTW, does the simulator account for effective resistance in a coil?
 

Attachments

  • Circuit Schematic.png
    Circuit Schematic.png
    28.5 KB · Views: 556
What is your frequency of oscillation and how much is your charging current?
 
Last edited:
You are running open loop, with a set pulse width. You are pumping and pumping with a square wave with close to 50% duty cycle regardless of the load! The transformer or the transistor must be getting hot when nothing plug into it. You need a PWM with feedback so when you don't have a load, the pulse width becomes so low you don't draw power!

Look into Linear Technology site, they have small, cheap DC to DC converter IC that you can build a circuit from. They might not be 100% oscillation free, but for charging cell phone, don't worry about it.

BTW, You missed one very important thing, you need to reduce the current charging to protect the battery when it is full. I am not familiar with battery charging, someone here with experience can give you advice on this.
 
Last edited:
yungman said:
You are running open loop, with a set pulse width. You are pumping and pumping with a square wave with close to 50% duty cycle regardless of the load! The transformer or the transistor must be getting hot when nothing plug into it. You need a PWM with feedback so when you don't have a load, the pulse width becomes so low you don't draw power!

Look into Linear Technology site, they have small, cheap DC to DC converter IC that you can build a circuit from. They might not be 100% oscillation free, but for charging cell phone, don't worry about it.

BTW, You missed one very important thing, you need to reduce the current charging to protect the battery when it is full. I am not familiar with battery charging, someone here with experience can give you advice on this.

Thanks for the reply, I looked into reducing the current charging when the battery is full. My team had assumed that the battery would not accept anymore current when it is full. I found some answers that seem to make sense here:
http://physics.stackexchange.com/qu...harged-battery-when-you-continue-to-charge-it
 
skeptic2 said:
What is your frequency of oscillation and how much is your charging current?

Frequency is 170 kHz and I'm charging at 100 - 200 mA
 
Back
Top