Hello
I want to make a project which will scan for a bluetooth Mac address (my phone's MAC address). I would like to know if something like that is possible. I tried to build similar projects but for some reason it reads all the advertising device except mobile's bluetooth.
If any one has any clue then kindly suggest something.
Thank you for your time
If you only want to sniff for the phone's presence, it may be but, if you want to connect, I suspect not. This is because this implies Arduino's Bluetooth is a master and thus the phone's Bluetooth a slave, which I don't think is allowed.
A better option for that may be to have the phone as a master configured solely to communicate Arduino Bluetooth's MAC. This might mean you writing your own app.
So I don't want to pair with my phone, so I simply want to read the blutooth mac address of my phone.
So if it anyone have any sketch for this function please share.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.