Slashdot Mirror


MS Researchers Develop Acoustic Data Transfer System For Phones

angry tapir writes "Smartphones that support NFC have been making their way onto the market, but many handsets still don't support the wireless technology. As an alternative, Microsoft researchers have prototyped a system that instead uses a phone's microphone and speaker to transmit and receive data. The P2P data transfer system uses a novel technique of 'self-jamming' to stop nefarious third parties from monitoring transfers, and the researchers believe it's more secure than standard NFC communications. No word on whether it sounds like the squeal of a 56k modem."

3 of 180 comments (clear)

  1. So they reinvented chirp.io by Anonymous Coward · · Score: 5, Informative

    So they reinvented chirp.io ?

  2. Already done by Anonymous Coward · · Score: 4, Informative

    http://www.computerworld.com/s/article/9217790/Sound_based_system_promises_chipless_NFC_now

  3. Why would it need a carrier tone? by mlts · · Score: 4, Informative

    Unlike a modem that requires a carrier tone, two acoustic devices that need to send a couple frames of data (such as a Diffie-Hellman exchange) could easily send and receive the data with a few bursts. DACs and ADCs are good enough to be able to discern the encoded static, find errors and correct them, and pass the decoded packets along. This wouldn't be fast, but it would be good enough for creating a shared secret or just validating each other's public keys so future communications can be reliability secured without need of a CA.