Hi there,
I rencently purchased two Me Bluetooth module and I have the project of using them in order to establish the connection between two Arduinos Uno.
I already managed to establish the connection between my smartphone and both the bluetooth modules separetly but I can’t see how I can make the two Arduinos talk to each other.
From what I understood, I need to hard code the MAC addresses (which I have) of the modules in the code. How can I do that ? I didn’t see anything like that in the Makeblock library.
Shall I code like if my Me Bluetooth modules were some HC-05 modules ? I can find some tutorials on the Internet about making the connection using HC-05 modules. Can I use them ?
Thank you already guys, keep in mind that I’m quite a newbie in that matter