ST25DV and ST25R3916B operating distance
Hello,
I'm currently evaluating the ST25DV chip to implement bidirectional NFC communication with a custom device. So the idea would be to take advantage of the enhanced operating range of ISO 15693 and use the mailbox for direct data exchange.
For the first evaluation step, I have a few ANT7-T-ST25DV64KC boards and a X-NUCLEO-NFC08A1 board that I use on a Nucleo 64 w/ STM32G0B1RE. To start with, I've built the NFC08A1_PollingTagDetectNDEF example project.
It does work fine and all NFC tags (with various types) I have tested it with do work. The ANT7-T-ST25DV64KC are detected with no problem at a distance up to about 50 mm. Which isn't bad. Now my goal is to reach about 100 mm if that's possible, knowing that in the final device, the tag antenna may be even smaller. So I guess that if that goal is at all possible, that would require either tweaking the parameters on the reader side (ST25R3916B) and/or using a much larger antenna for it.
First things first, are there any possible register settings on the ST25R3916B, compared to the default options in the NFC08A1_PollingTagDetectNDEF example, that would improve range in ISO 15693 mode? I have enabled DPO (which isn't enabled by default) with the following define:
#define RFAL_FEATURE_DPO true
but it didn't seem to make any difference in reading distance. Maybe it's just better to enable it to avoid frying tags when they are very close to the reader? But for maximizing distance, that does apparently not much at all.
Other than changing settings, I see only changing the reader antenna (as I'll need very small antennas for the tag side)? Does achieving 100 mm with antennas as small as on the ANT7-T-ST25DV64KC on the tag, or even smaller, sound at all possible? What would be the minimum reader antenna diameter that would have a chance of working?
Thanks for any help!
(Note: for the record, the reading distance of the ANT7-T-ST25DV64KC doesn't seem to be much different than with other tags - mostly type A - I've tested, while I was expecting to see at least a bit more with ISO 15693.)
