2023-02-21 11:27 AM
Hello,
I'm working on a bare metal implementation, reading ISO 14443A UUID and about 8 of the custom bytes. It's working fine. My question is how often should rfalNfcWorker() be called? Should this be called once per 100mSec, once per 1mSec, or just called continually in the main application loop.
Solved! Go to Solution.
2023-02-22 07:38 AM
Hi,
it depends..... on a number of factors, some which you have already given. What you need to factor in:
With your requirements (only reader mode) and I presume ST25R3916 you could go high on the period of calling the worker. But the mentioned 100ms will for sure not satisfy your throughput requirements unless you are fine needing multiple secs for reading a tag.
For reasonable throughput I would recommend something in the low ms area, maybe going down to 500us.
BR, Ulysses
2023-02-22 07:38 AM
Hi,
it depends..... on a number of factors, some which you have already given. What you need to factor in:
With your requirements (only reader mode) and I presume ST25R3916 you could go high on the period of calling the worker. But the mentioned 100ms will for sure not satisfy your throughput requirements unless you are fine needing multiple secs for reading a tag.
For reasonable throughput I would recommend something in the low ms area, maybe going down to 500us.
BR, Ulysses