https://github.com/zoonooz/android-beam-nfc-ndef-push-to-reader
Send and Receive NDEF message from Android ICS P2P with "Touch to Beam" function test on ACR122u Reader and Nexus S
https://github.com/zoonooz/android-beam-nfc-ndef-push-to-reader
Last synced: about 1 year ago
JSON representation
Send and Receive NDEF message from Android ICS P2P with "Touch to Beam" function test on ACR122u Reader and Nexus S
- Host: GitHub
- URL: https://github.com/zoonooz/android-beam-nfc-ndef-push-to-reader
- Owner: zoonooz
- Created: 2012-03-25T14:16:04.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-04-21T15:00:16.000Z (about 14 years ago)
- Last Synced: 2025-03-27T14:55:15.806Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 114 KB
- Stars: 19
- Watchers: 6
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Android Beam NFC NDEF Push to Reader
===============
-------------------------------
Simple Receive NDEF message (SNEP) push from Android ICS in P2P mode with "Touch to Beam" function.
###Version 0.1#
* Now can receive only simple text NDEF message (more than 255 bytes)
* Use Initiator mode to manual set LLCP connection parameters
#####Testing on#
* ACS ACR 122U firmware 207
* Nexus S with Android ICS 4.0.3
Thanks to nfcip-java [http://code.google.com/p/nfcip-java/](http://code.google.com/p/nfcip-java/)