All Projects → underwindfall → NFCAndroid

underwindfall / NFCAndroid

Licence: MIT license
This is a project to using android HCE by using Type-4-Tag Message to working both in iOS and Android

Programming Languages

kotlin
9241 projects
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to NFCAndroid

NFCReaderWriter
NFCReaderWriter which supports to read data from NFC chips(iOS 11), write data to NFC chips(iOS 13) and read NFC tags infos(iOS 13) by iOS devices. Compatible with both Swift and Objective-C. I will appreciate you if give me a star on the top right of page.
Stars: ✭ 58 (-27.5%)
Mutual labels:  nfc, nfc-card-reader
react-native-status-keycard
React Native library to interact with Status Keycard using NFC connection
Stars: ✭ 20 (-75%)
Mutual labels:  nfc, nfc-card-reader
FudiNFC
💳 NFC Reader And Writer using Android devices by @romellfudi
Stars: ✭ 44 (-45%)
Mutual labels:  nfc, nfc-card-reader
Margoulineur2000
NFC
Stars: ✭ 24 (-70%)
Mutual labels:  nfc, nfc-card-reader
EasyNfc
[Android] A Android nfcLib
Stars: ✭ 30 (-62.5%)
Mutual labels:  nfc, nfc-card-reader
easypay
NFC smart cards and payment terminals in Nigeria
Stars: ✭ 41 (-48.75%)
Mutual labels:  nfc
TonUINO
Alternative TonUINO Firmware
Stars: ✭ 112 (+40%)
Mutual labels:  nfc
tripreader-data
“读卡识途”项目公开数据
Stars: ✭ 58 (-27.5%)
Mutual labels:  nfc
android-hostcardemulation-sample
Android HostCardEmulation sample that implements NFC Forum Type 4 Tag Operation
Stars: ✭ 47 (-41.25%)
Mutual labels:  nfc
rfid-reader-http
PC/SC lite HTTP wrapper for reading from a remote card reader (RFID & NFC).
Stars: ✭ 27 (-66.25%)
Mutual labels:  nfc
arduino-primo-tutorials
Here some tutorials to explain and show how to make use of the new features of the Arduino Primo and Arduino Primo Core, such as Wifi, BLE, NFC, InfraRed and various sensors. Hope you can find this helpful to create amazing stuff, save the planet or make a cool project to look smart at the dinning table with your uncles.
Stars: ✭ 12 (-85%)
Mutual labels:  nfc
flutter nfc kit
Flutter plugin to provide NFC functionality on Android and iOS, including reading metadata, read & write NDEF records, and transceive layer 3 & 4 data with NFC tags / cards
Stars: ✭ 119 (+48.75%)
Mutual labels:  nfc
ChameleonMini
The ChameleonMini is a versatile contactless smartcard emulator compliant to NFC. The ChameleonMini was first developed by KAOS. This is NOT the official repo for KAOS's ChameleonMini. For further information see the Getting Started Page
Stars: ✭ 350 (+337.5%)
Mutual labels:  nfc
NFCReader
Scan and decode NFC tags on iOS
Stars: ✭ 85 (+6.25%)
Mutual labels:  nfc
react-native-nfc-manager
React Native NFC module for Android & iOS
Stars: ✭ 1,053 (+1216.25%)
Mutual labels:  nfc
android-nfc-http-tunnel
Android NFC HTTP Tunnel Demo
Stars: ✭ 28 (-65%)
Mutual labels:  nfc
nfc-tags
No description or website provided.
Stars: ✭ 15 (-81.25%)
Mutual labels:  nfc
NFCSupport
Support library for NFC NDEF Records
Stars: ✭ 20 (-75%)
Mutual labels:  nfc
nfsee
Read your Transit/Bank/ID cards on Android/iOS phone with NFSee App
Stars: ✭ 80 (+0%)
Mutual labels:  nfc
nfc-reader
A simple library that provides to use rfid card readers.
Stars: ✭ 87 (+8.75%)
Mutual labels:  nfc-card-reader

Introduction

This is a experimental project about Android NFC functionality. The whole idea is based on using android device as a Host Card Emulation, however we cannot simply send 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 which simulate the whole process command talking cross devices. You can find more details by reading this documentation. You can find iOS Reader Tag Project in my repo

Architecture

The whole project conclude 3 projects modules globally.

Module Status
app Android Host Card Emulation of a NFC Forum Type-4 tag
readNfcMessage NFC Read Application to verify HCE Android Completion
nfcemvread NFC Read Application to get Card Bank Information

ScreenShots

  • Android HCE with NFC Type-4 Tag

  • read NFC Message Application

    • Android
    • iOS
  • nfc read card bank info (EMV)

Ref

Beam Transfer

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].