Strooom / PN7150

Library/Driver for NXP PN7150 NFC device
Other
24 stars 24 forks source link

Extend tagProperties with more relevant metadata of the Tag being detected #2

Open Strooom opened 4 years ago

Strooom commented 4 years ago

Currently only detecting the UniqueID length and the UniqueID itself. Could add other info such as tagType, Data-exchange protocols, DiscoverID etc.

hkarthik97 commented 4 years ago

Is it possible to read the data stored in the NFC card?

Strooom commented 4 years ago

Is it possible to read the data stored in the NFC card?

Not yet. I would love to add this, but I need more info on how it works. It is quite hard to reverse engineer other / legacy drivers (eg the PN7120).. Furthermore I have no access to the NFC forum specs, as they are expensive and as a hobbyist I cannot afford them...

If you can help me obaining more info, I will add reading/writing data from/to cards..

hkarthik97 commented 3 years ago

will this help https://github.com/ElectronicCats/ElectronicCats-PN7150 Please let me know if this helps

hkarthik97 commented 3 years ago

Is it possible to read the data stored in the NFC card?

Not yet. I would love to add this, but I need more info on how it works. It is quite hard to reverse engineer other / legacy drivers (eg the PN7120).. Furthermore I have no access to the NFC forum specs, as they are expensive and as a hobbyist I cannot afford them...

If you can help me obaining more info, I will add reading/writing data from/to cards..

Please share the forum links i will try to get you access

hkarthik97 commented 3 years ago

Hi, I got the Type 2 Tag Technical Specification document. Please share your mail so that I will share the document.

Strooom commented 3 years ago

Hi, I got the Type 2 Tag Technical Specification document. Please share your mail so that I will share the document.

will this help https://github.com/ElectronicCats/ElectronicCats-PN7150 Please let me know if this helps

Looks interesting - will take a look at it. my email is pascal dot roobrouck at gmail doc com

Strooom commented 3 years ago

Is it possible to read the data stored in the NFC card?

Not yet. I would love to add this, but I need more info on how it works. It is quite hard to reverse engineer other / legacy drivers (eg the PN7120).. Furthermore I have no access to the NFC forum specs, as they are expensive and as a hobbyist I cannot afford them... If you can help me obaining more info, I will add reading/writing data from/to cards..

Please share the forum links i will try to get you access

The specifications needed are :

Thanks!