Wireless charging uses an electromagnetic field to transfer energy between two objects. This is usually done with a charging station. Energy is sent through an inductive coupling to an electrical device, which can then use that energy to charge batteries or run the device.
I am setting up a battery charging module using this wireless module. The module works fine and outputs 5v and 0.7A. The battery takes the charge and charges up just fine, but I would like to know if the power will cut off and stop being delivered to the battery when the battery is full. If this is not a function of the module, how would I go about implementing a cutoff? thanks!
This device is only capable of passing energy across the two coils. It has no impact on what you use that power for on the other end. If you are charging a battery you will need a battery charger or some other circuit to control it.
Just to confirm were you looking to power the Arduino with the ‘Wireless Charging Module’?
If you connect it to the 5V pin it should work.
In regards to question 2: were you looking to control the LEDs via this module through an IO pin?
The IO on most Arduino’s can only output milliamps of current, this module requires can drive up to 1A and expects a DC input - so no PWM (so that the onboard circuitry can control the pulsing to ‘transmit’ the power - this module is a transformer, it just comes in a different form factor).
Question 3: You can definitely reduce the voltage although you’ll need another module to do so, since this is a switch mode device I’d steer well clear of cascading another.
In regards to question 2 : were you looking to control the LEDs via this module through an IO pin?
The IO on most Arduino’s can only output milliamps of current, this module requires can drive up to 1A and expects a DC input - so no PWM (so that the onboard circuitry can control the pulsing to ‘transmit’ the power - this module is a transformer, it just comes in a different form factor).
So I can use it as a digital IO (depending if I hook up the receiver or the transmission end) but no PWM?
you can definitely reduce the voltage although you’ll need another module to do so, since this is a switch mode device I’d steer well clear of cascading another.
So in theory I can hook up a voltage regulator on the receiving end? (Can I do that one the transmitter instead?)
Sorry for all the questions, just need to know how versatile the part is.
I’d stick to a very very low duty cycle, something like turning it on for about 5 seconds or so every minute. To allow enough power to the module you’ll need a ‘switching’ module such as a relay or MOSFET to allow for more power to goto the wireless transfer module.
Although lossy I’d try and keep to using a strictly linear supply or a voltage divider lower the voltage.
For this project would it be possible to use a battery?
We’re here to help out! No worries at all As interesting as these modules are a simple battery will always keep things portable and hassle free!
I received the product a couple of weeks ago. While it seems to be working, I realise some of the components do not seem to match the image on the product page.
I think the purpose of this is to pass power to the other side of the circuit. Where you use the power or what you use it for was not a factor in the circuit. Therefore, if you are focused to utilize the power in a controlled manner, you have to look for charge controller for that to be achieved.
Thank you!
From the product images, they seem to be filtering capacitors. I image they’re there to try and prevent overshoot when the IC onboard generates the alternating wave to transmit the power - it shouldn’t be overly critical they’re there. (if you have a scope handy a good exercise would be to measure with and without the cap).
Also, sometimes when I put the coil on the receiver it takes a while for the board to load the program(playing the buzzer) even though the light on the board is on.
I did try to hook up the receiver coil to a vibration motor and it works perfectly. it just seems like the Arduino is taking longer to “boot” for some reason…
And you can get our latest projects and tips straight away by following us on: