Thanks Jorge, however this does not help me much. Here is my use case:
I have a battery operated device that uses PN532 as NFC reader for login purpose. This device needs to be on 24 * 7 so I am trying to conserve as much power as I can.
Users are given NFC tags and they can login at any time. I am using the PN532 to wake up the host processor. The host processor runs for a few minutes to process what the user needs and then the user logs out (by touching their NFC tag to the NFC reader).
After the user logs out, the host processor goes to sleep but the NFC reader needs waits for the next NFC tag to login.
Is there anyway I can operate the antenna with a 10% (or something similar) duty cycle? My use case allows for the user to wait for a second or so to login to the NFC reader
Can you please suggest the options that I have. Please point me to any documentation that might be helpful.
Regards
Praveen