As nRF52840 is available only with one NFC antenna, is it possible to change from NFC to RFID?
As nRF52840 is available only with one NFC antenna, is it possible to change from NFC to RFID?
Hi, passive RFID is not possible, but you can implement active RFID. In active RFID you can for instance periodically wakeup the chip to turn ON the radio for a short period of time to receive or transmit a packet to check if there is any device nearby. Compared to NFC, the active RFID implementation will require more power and will be less responsive (depending on how frequent you wakeup the radio).
Ok Kenneth, thank you for the support,
Best regards!