User Activity

Hello, I couldn't find any examples with RFAL to use capacitive sensing and the usage of AAT. I'm using a single ended matched antenna. I tried using rfalAdjustRegulators(), it always gives a value of 3000. I also wanted capacitive sensing: the chip ...
I am using st25r3911b with an esp32, it works fine when i use the disco board (the original stm microcontroller desoldered). But then I decided to make my own circuit as shown in the attached image. The rfalNfcInitialize() function returns errors 0, ...
How would i send apdu to multiple detected devices? I believe I should use the rfalIsoDepPollAHandleActivation() function with different DID values. I couldn't find much documentation on DID other than it's used to determine which device to activate ...
I have ported rfal platform to work on my esp32 and have successfully detected all kinds of cards. Now I want to send select APDU message to the phone but I am unsucessful at doing so.The code I have used: err = rfal_nfc.rfalIsoDepPollAHandleActivati...