flipperdevices / flipperzero-firmware

Flipper Zero firmware source code
https://flipperzero.one
GNU General Public License v3.0
12.74k stars 2.71k forks source link

ST25TB nfc tag support #2072

Closed augustozanellato closed 11 months ago

augustozanellato commented 1 year ago

Description of the feature you're suggesting.

It would be nice to have support for ST25TB nfc tags. They're supported by ST's RFAL so it shouldn't be hard to add support at least in furi_hal_nfc. I'd need the support for a FAP I'm developing that reads, parses and writes back data to various types of tags so I don't need support in flipper gui etc. I wouldn't mind using RFAL directly myself but if I understood everything correctly it isn't supported nor recommended.

Anything else?

It's a NFC-B tag btw, not sure if it would need additional infra in furi hal :thinking:

skotopes commented 1 year ago

Yep, RFAL is obsolete and going to be removed. @gornekich can provide more details...

gornekich commented 1 year ago

Hello @augustozanellato ! As @skotopes said, it's not recommended to use RFAL. I am working on new low level nfc driver. Once it's done (hopefully end of december 2022) I will let you know

augustozanellato commented 1 year ago

Hello @augustozanellato ! As @skotopes said, it's not recommended to use RFAL. I am working on new low level nfc driver. Once it's done (hopefully end of december 2022) I will let you know

Thanks for the quick reply!

augustozanellato commented 11 months ago

Support added with #3076