Sorry about my bad English, i'm not good at all.
I'm new in Arduino programming, now I try to use a MFRC522 as interrupt to wake up Arduino pro mini 3.3V. Is there any idea how to do this?
In the MFRC522 library, I see that they don't connect the IRQ pin to the Arduino, which is the interrupt output pin of MFRC522. How to make it works?
lnmtriet93:
In the MFRC522 library, I see that they don't connect the IRQ pin to the Arduino, which is the interrupt output pin of MFRC522.
Can you supply links to the MFRC522 board your using and also the library you refer to. If the IRQ output is physically not connected on the board your using then you may have to get creative with a soldering iron. If it's jut the library has no code to deal with IRQ then that should be a software only issue.
Riva:
Can you supply links to the MFRC522 board your using and also the library you refer to. If the IRQ output is physically not connected on the board your using then you may have to get creative with a soldering iron. If it's jut the library has no code to deal with IRQ then that should be a software only issue.
Most MFRC522 hardware that I see has exposed IRQ port. And datasheet says:
The MFRC522 indicates certain events by setting the Status1Reg register’s IRq bit and, if
activated, by pin IRQ. The signal on pin IRQ can be used to interrupt the host using its
interrupt handling capabilities. This allows the implementation of efficient host software.