/README.md

https://github.com/underwindfall/NFCAndroid · Markdown · 40 lines · 31 code · 9 blank · 0 comment · 0 complexity · cc3959e25a363a2f3f92aff107cf0fc5 MD5 · raw file

  1. # Introduction
  2. This is a experimental project about Android NFC functionality. The whole idea is based on using android device as
  3. a [Host Card Emulation](https://developer.android.com/guide/topics/connectivity/nfc/hce), however we cannot simply send
  4. a byte array by realising communication enter iOS and Android because of iOS can only accept `NDEF Message`. So I'm enlightened by reading [NFCForum-TS-Type-4-Tag](http://apps4android.org/nfc-specifications/NFCForum-TS-Type-4-Tag_2.0.pdf)
  5. which simulate the whole process command talking cross devices. You can find more details by reading [this documentation](http://apps4android.org/nfc-specifications/NFCForum-TS-Type-4-Tag_2.0.pdf). You can find iOS Reader Tag Project in [my repo](https://github.com/underwindfall/NFCReaderiOS)
  6. ## Architecture
  7. The whole project conclude 3 projects modules globally.
  8. | Module | Status |
  9. |:--------------|:-----------:|
  10. | app | Android Host Card Emulation of a NFC Forum Type-4 tag |
  11. | readNfcMessage | NFC Read Application to verify HCE Android Completion |
  12. | nfcemvread | NFC Read Application to get Card Bank Information |
  13. ## ScreenShots
  14. - Android HCE with NFC Type-4 Tag
  15. <img src="art/4.jpeg" width="200px" />
  16. - read NFC Message Application
  17. - Android
  18. <img src="art/3.png" width="200px" /><img src="art/3.png" width="200px" />
  19. - iOS
  20. <img src="https://github.com/underwindfall/NFCReaderiOS/blob/master/art/image1.png" width="200px" /><img src="https://github.com/underwindfall/NFCReaderiOS/blob/master/art/image2.png" width="200px" />
  21. - nfc read card bank info (EMV)
  22. - <img src="art/1.png" width="200px" /><img src="art/2.png" width="200px" />
  23. ## Ref
  24. - https://developer.android.com/guide/topics/connectivity/nfc/hce
  25. - https://manijshrestha.wordpress.com/2014/07/23/using-android-beamnfc-to-transfer-data/
  26. - https://www.jianshu.com/p/e89cc9bba8a6
  27. ## Beam Transfer
  28. - https://blog.csdn.net/lepaitianshi/article/details/50540595
  29. - https://github.com/PGzxc/NFCFile
  30. - https://github.com/PGzxc/NFCBeam
  31. - https://www.jianshu.com/p/42be304ac616