User Activity

Hi, I want to operate reader board in CE mode. I posted the question before and I got the resolution from STSW-ST25R016 library. I have more questions about ndef_type_wifi.h file.Looking at the header file, you support it as below, but I would like t...
Hi,I have a question about configuring NDEF messages on tags.Can I put multiple function records in one NDEF file?For example, I just want to connect uri link with one NDEF file and also wifi connection at the same time.Is it possible? If possible, p...
HelloI have a custom board with the st25r3920B. I want to operate this board in CE mode.So I set RFAL_FEATURE_LISTEN_MODE to true. But there is a difficulty because there is no sequence or example code for how to operate in CE mode.Where should NDEF ...
Hi,Now I am trying to port the rfal library for an ST25R3920B.I have defined all mandatory part of platform.h and rfal_defConfig.h file. And I enabled the flags ST25R_SELFTEST, ST25R_SELFTEST_TIMER to find out issues of initializing.The ST25R_SELFTES...
Now I want to make a poller using ST25R3920B.Main mcu is communicating with spi.I tried to turn it to task after initialize, but there was an error in rfalFieldOnAndStartGT() and I followed the code ret = st25r3916PerformCollisionAvoidance( ST25R3916...