2024-01-09 07:57 PM
Hi,
I'm using an X-NUCLEO-NFC03A1 board with an nRF52840DK. I'm running my own driver on Zephyr and I'm able to read tags by polling. I plan to set the chip in the tag detector WFE so that once a tag is detected, it can wake up the host to handle the tag.
The problem is it always returns immediately after I send the Idle command even if there are no tags.
Here's the command to put in the WFE tag detector state:
Solved! Go to Solution.
2024-01-16 05:45 PM
Hi,
Nice suggestions.
We know the calibration has to be performed in free air. For strategies iii and iv, what if the user places a tag next to the antenna by accident in the power on or recalibration phase? I mean from the user's perspective, they don't know how it works and have no need to know.
2024-01-17 12:46 AM
Hi,
when using a mix of iii. and iv., if the user places a tag in the operating volume during calibration or recalibration, the calibration value will be deviated (e.g. let's say the DacL and DacH will be 0x48 and 0x58 instead of 0x68 and 0x78). When removing the tag, there will be 'false' TagDetect events and no responses from the tag when polling. A recalibration should then be triggered.
The timeout wake-up source can also be enabled in the Idle command (let say ~5s or ~10s). This will cause periodic wake up where the application can poll for tag. This avoids being stuck e.g. in case a user has placed a tag in the operating volume during calibration and has kept it in the operating volume. The timeout value depends on the application and on the power saving needs for your application
Rgds
BT
2024-01-17 02:03 AM - edited 2024-01-17 02:13 AM
Got it. By the way, does the ST25R95 sense a tag removal and notify with an IRQ_OUT pulse? I would like to set the chip in tag detection at first, once a tag approaches I will read the tag, and then set it in tag detection again if the tag is removed.
I have seen this and I think the AN3433 does not help with it: https://community.st.com/t5/st25-nfc-rfid-tags-and-readers/cr95hf-tag-removal-detection/td-p/427257.
Regards
2024-01-17 04:28 AM
Hi,
I've never seen the Idle command being used for tag removal detection.
Which tag technology (ISO14443A or B, Felica(TM), ISO15693) do you plan to use in your application?
In our demos, we use the following tag removal detection methods:
Rgds
BT
2024-01-22 12:51 AM
Hi,
We use ISO14443A tag Type 2.
BTW, I checked both the st25r95 and cr95hf data sheets, the st25r95 shows a Filed detector mode in Table 3 while cr95hf doesn't. My X-NUCLEO-NFC03A1 has a cr95hf on it, does it mean the field detector WFE is not supported?
What's the complete idle command to enter Field detector WFE for st25r95?
2024-01-22 01:20 AM
Hi,
Basically, since the CR95HF has joined the ST25R family, ST25R95 is the part numbering for this device (actually ST25R95-VMD5T is the full part number). The marking on the IC is still CR95HF. As ST25R95 is recommended for new designs, CR95HF documentation is kept only for legacy purpose. Hence, I would recommend to use ST25R95 datasheet rather than CR95HF datasheet as ST25R95 datasheet is up to date (some typos have been fixed and some extra information has been provided).
The field detector WFE is designed for the Card Emulation mode (i.e. when the device emulates a tag). Example of Idle command for this mode: 0x07 0E 04 01 42 38 00 18 00 00 60 00 00 00 00 00. Can you share more information about your use case for this feature?
Rgds
BT
2024-01-22 10:50 PM
Hi,
The command works! We don't need the Card Emulation, we just use it to wake up the host MCU from deep sleep mode.
Thanks.
2024-01-23 02:21 AM
Hi,
Well done!
If your initial issue is now solved, would you please click on Accept as Solution on the relevant post? For any new question, I would recommend to create a new thread rather than posting new questions in this current thread.
Thanks
Rgds
BT