Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does the library support TRF7970A? #2295

Closed
huangmagyc opened this issue Mar 17, 2024 · 3 comments
Closed

Does the library support TRF7970A? #2295

huangmagyc opened this issue Mar 17, 2024 · 3 comments
Labels
api-suggestion Early API idea and discussion, it is NOT ready for implementation

Comments

@huangmagyc
Copy link

huangmagyc commented Mar 17, 2024

In a new case I received, the customer's equipment is equipped with a TRF7970A transceiver. Does the current iot library support TRF7970A?

TRF7970A and TRF7970A EVM
https://www.ti.com/product/TRF7970A
https://www.ti.com/lit/ug/slou321a/slou321a.pdf?ts=1710605671400&ref_url=https%253A%252F%252Fwww.google.com%252F
https://www.ti.com/lit/an/sloa157/sloa157.pdf?ts=1710691940729&ref_url=https%253A%252F%252Fwww.google.com%252F

@huangmagyc huangmagyc added the api-suggestion Early API idea and discussion, it is NOT ready for implementation label Mar 17, 2024
@pgrawehr
Copy link
Contributor

@Ellerbach Looks like an RFC chip, so you might know.

@Ellerbach
Copy link
Member

Ther is no support for TRF7970A or TRF7970A EVM.
That said, you have multiple examples of NFC readers in the repository. And all the card like Mifare, Ultralight, NDEF on top of those and Credit Card will work if you implement the proper interface. See https://github.com/dotnet/iot/tree/main/src/devices/Card

For the supported ones:

The complexity of implementation will highly vary depending on the chip maker. Some provide high level functions, some others not really. In all cases, they should provide a proper documentation to be able to implement a driver.

Happy to support with question and we love PR :-)

@krwq
Copy link
Member

krwq commented Mar 28, 2024

[Triage] We don't keep requests for new bindings, please open a PR if you're interested in adding support - you can re-open or create a new issue if you have any further questions

@krwq krwq closed this as completed Mar 28, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Apr 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api-suggestion Early API idea and discussion, it is NOT ready for implementation
Projects
None yet
Development

No branches or pull requests

4 participants