Strooom/PN7150

Extend tagProperties with more relevant metadata of the Tag being detected

Opened this issue · 7 comments

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

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

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..

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

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

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

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

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 :

  • Type Tag Technical Specifications
  • NFC Controller Interface (currently my implementation is based on an older version)
  • NFC Data Exchange Format

Thanks!