Is it possible to make two phones interact by rubbing them against eachother?
Let's assume the technique is used to connect the devices via an app.
Give me all your alternatives if this isn't possible, I'm talking about connecting the phones via Bluetooth or something like that. Thanks.
Is it possible to connect phones by rubbing them?
175 views Asked by Simon Kuhn At
3
There are 3 answers
2
On
There is (was) an app called Bump that does exactly what you describe. As I understand it, it uses the accelerometer to detect the spike in motion of the two phones bumping together, then GPS to figure out which phones are in the same proximity, then BLE or a TCP connection to the server to communicate between devices.
The closest thing to what you're looking for is called Near Field Communication (or NFC).
Currently fully supported by many Android phones without major limitations. Apple devices are more limited in NFC usage (currently restricted to Apple Pay only).
For more information, read Near field communication (Wikipedia).