dotnet / iot

This repo includes .NET Core implementations for various IoT boards, chips, displays and PCBs.
MIT License
2.12k stars 574 forks source link

Does the library support TRF7970A? #2295

Closed huangmagyc closed 3 months ago

huangmagyc commented 3 months ago

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

pgrawehr commented 3 months ago

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

Ellerbach commented 3 months ago

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 commented 3 months ago

[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