I want to be able to pair the Microsoft Surface with multiple mobile devices via bluetooth and I want the Surface to know which device is which. So if I place two phones down, the Surface should be able to label them by device name. My initial thought was to have the phone display an Identity Tag that has encoded it's Bluetooth MAC address so that it could associate them but the Surface sees in infrared and can read the phone screen so that idea is out. Can anyone think of another way to do this?
|
feedback
|
|
Microsoft has demonstrated a way to do this in their Mobile Connect sample application. They've ingeniously used the fact that almost all phones have a camera that faces down when the phone is placed on a flat surface. So they created an app that will read incoming color data from Surface while the phone is sitting on it. So it goes like this:
One issue with this approach (other than being pretty complicated to code), is the need for the app on the phone. One way to make it easier for people to get the app is to display a Microsoft Tag or qrcode on the Surface for people to scan (they're much more likely to have a scanning app already). I don't think there's any getting around the need to have something installed on the phone if you're using bluetooth anyway. | |||||
feedback
|