Low power card detection with MFRC522

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Low power card detection with MFRC522

2,379 Views
zzzzzhou
Contributor I

Hi,

I'm using MFRC52202HN1. To detect whether a card is present, I need to periodically send a PICC_REQALL command and check the RxIRq bit in the ComIrqReg register. In this way, the current consumption is too high in a battery-powered system.

Is there anyway to implement a low power card detection with MFRC522?

Thank you in advance for any suggestion!

zhou

Tags (2)
0 Kudos
1 Reply

1,231 Views
Jorge_Gonzalez
NXP Employee
NXP Employee

Hello Zhou Zheheng:

Unfortunately the MFRC522 does not implement a Low Power Card Detection feature. To reduce power consumption you need to implement software tricks like periodic delays between card scans.

I would recommend you to give a check to some of NXP later products which implement LPCD mode to save power (Low Power Card Detection), like the PN5180, PN7462 and PN7120/PN7150:

PN5180: High-performance multi-protocol full NFC Forum-comp|NXP

PN7462: PN7462 | All-in-one NFC Cortex-M0 MCU 160kB Flash|NXP

PN7120: PN7120 | Plug'n Play NFC Controller for OS Systems|NXP

PN7150: High performance full NFC Forum-compliant controlle|NXP

Best Regards!,
Jorge Gonzalez

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos