Hi everyone,
Id like to know if anyone has tried to implement NFC Blocker Tag on NRF52480 or any similar nRF5 chip using their SDK.
In general the purpose is to block a NFC ISO 14443-4 communication between a reader and a NFC tag that we want to protect.
To do that we want to have a program on the NRF52480 dongle that will send a large number of IDs whenever a new request is sent by the reader. This is supposed to prevent the protected tag from being selected by the reader.
We would have to modify the already existing NFC library and possibly switch off the anticollision mode.
The problem is that the library with all the low-level functions that implement the actual communication is compiled so we cant modify it. Only the HAL functions are modifiable but are of no use to us.
Has anyone done a NFC communication from the scratch for this family of chips that we could reuse for our project?
Alternatively if you had some tipps on how to easily write our own custom NFC interrupt in main.c we would be grateful.
Thx in advance for your help.