Skip to main content
Explorer
May 29, 2024
Solved

ST25R95 Certification testing

  • May 29, 2024
  • 1 reply
  • 990 views

Hi,

I need to prepare three modes for the certification testing.
1) Always transmit modulated
2) Always transmit unmodulated
3) Always in receive mode.

For no 1, I think I can just set the protocol as an example ISO14443 / ISO15693 then read tag, right?
But I have no idea for no 2 and 3. Please help if ST25R95 is able to do it.

If there is example code will be much appreciated.

Thanks & Best Regards,
Rezan  

    This topic has been closed for replies.
    Best answer by Brian TIDAL

    Hi,

    "Transmit unmodulated" is simply a constant carrier. This can be achieved by a ProtocolSelect command with any of the reader technologies (protocol code 01: ISO/IEC 15693, 02: ISO/IEC 14443-A, 03: ISO/IEC 14443-B or 04: FeliCa).

    "Transmit modulated" is simply sending some data. This can be achieved by using a SendRecv command after a reader protocol has been selected.

    "Always in receive mode" applies to two way radio transceivers like walkie-talkie (i.e. when not talking, the transceiver is in receive mode and the second device can transmit its carrier). This does not apply to NFC as the tag modulates its reply on the carrier transmitted by the NFC reader (i.e. the NFC Reader sends a carrier on which the tag reply will be received). Just ignore this test or put the reader in ready mode (i.e. protocolSelect(00: FieldOff))

     

    Rgds

    BT

    1 reply

    Technical Moderator
    May 29, 2024

    Hi,

    "Transmit unmodulated" is simply a constant carrier. This can be achieved by a ProtocolSelect command with any of the reader technologies (protocol code 01: ISO/IEC 15693, 02: ISO/IEC 14443-A, 03: ISO/IEC 14443-B or 04: FeliCa).

    "Transmit modulated" is simply sending some data. This can be achieved by using a SendRecv command after a reader protocol has been selected.

    "Always in receive mode" applies to two way radio transceivers like walkie-talkie (i.e. when not talking, the transceiver is in receive mode and the second device can transmit its carrier). This does not apply to NFC as the tag modulates its reply on the carrier transmitted by the NFC reader (i.e. the NFC Reader sends a carrier on which the tag reply will be received). Just ignore this test or put the reader in ready mode (i.e. protocolSelect(00: FieldOff))

     

    Rgds

    BT

    MResa.1Author
    Explorer
    June 5, 2024

    Thanks BT for the explanation.

    Best Regards,
    Rezan