MAKERbuino wireless charging (working surprisingly well)

Hey MAKERbuino folks, quite some time ago I was playing with these modules from Ebay:
http://www.ebay.com/itm/Wireless-Charging-Transmitter-Receiver-Solution-Module-DC-5-12V-For-Arduino-K6-/291708695350?hash=item43eb317336:g:86EAAOSwHQ9WYU1W
and I came up with an idea of putting this in a MAKERbuino and voila:


I’ve just connected the transmitter module’s power input to 5V USB and the receiver’s power output to MAKERbuino TP4056 Li-Po charging board’s power input pins and it works!
I’ve tested it through three layer of 3mm thick acrylic and it still works (that’s 9mm of plastic in total, I am surprised with the quality of this modules).

To-do: put the transmitter module in a nise plastic (or wooden) casing.

What do you folks think?

10 Likes

wow, the next very good idea! How do you do that :smiley:

@albertgajsak
This is very cool! Would you mind telling us how you connected it? I want to put one in my makerbuino, but I want to make sure I do it properly.

Nice idea! But I have to ask… Wouldn’t the charger also induce a voltage through the speaker coil? Isn’t it dangerous for the makerbuino?

Nice post but can you send data wirelessly to a phone or laptop

Yes, nice tips. I have no idea if it’s totally safe for Makerbuino. Can someone confirm me that it’s can’t erase the memory card ?

Hey folks,

This isn’t dangerous and the sound circuit has a protection rectifier diode so you shouldn’t worry.

@Makerkid, communicating with your PC or phone can be done in various ways. The most common one is bluetooth and you can make an Arduino (or a MAKERbuino) communicate by bluetooth if you add a HC05 module.
Take a look at this tutorial:

1 Like

Thanks I checked out and it works fine but what about connecting two makerbuinos wirelessly

You should be able to use a bluetooth transceiver module like this one:

As far as I can tell you should be able to send and receive data using the serial port of the MAKERbuino. But you’ll need to programm the communication yourself. It won’t support the multiplayer-features of the existing games as they use the I2C-Port of the MAKERbuino.

1 Like

Can someone tell me the components used for the circuit?