I'm using the X-NUCLEO NFC03A1 board with the NUCLEO L476RG board. I'm testing the STM32L4xx-ST25R95-Polling software example to exchange datas between my PC and a NFC tag ( an ISO 15693 ICODE SLIX). my tag is a icode slix iso15693 so I use the demoP...
I watched a cool oscilloscope application running in the ST25DV-DISCOVERY motherboard (see link below). As I have one of this available with me, I'd like to try it out. Could you share with us the project code so we can have fun with it?Thanks.
I am having this problem with this product, as I could not compile the provided firmware successfully once I enable the UART printf. I am using the keil project. once I uncomment the UART printf . I got the following error:error Due to flash size c...
Hello everyone,After finally managing to upload my own firmware to ST25RU3993-EVAL through ST25RU3993 Reader Suite > Help > Update Firmware, I can't connect it anymore to the software when I press "Connect reader". The D15 led is always on and I rea...
I have the X-NUCLEO-NFC03A1 expansion board connected to the NUCLEO-F401RE, successfully running the demo polling code from X-CUBE-NFC3. I would like to modify the code to allow the two boards to communicate using UART alone (no SPI pins necessary). ...
HELLO ALL! i want to do point to point (P2P) data exchange between the NFC and a smart phone,Im new to NFC, require 64Kbyte EEPROM and mcu can write it, how to choose the chip
I'm working on an android app and using your SDK (using version 1.5.1).The app can read the Tag name and UID, however, I have not been able to make it read the memory size or the content of the NDEF message.String tagName = mNfcTag.getName(); TextVie...
I have the X-Nucleo-NFC30A1 with the Cr95HF chip. My question is: Is the Listen Mode supported for Type A tags?I used the X-Cube-NFC3 v2.0.0 and managed to get the Tag Detector working. But I am trying to implement the Listen Mode and am facing probl...
Hi, I'm using RFID reader ST25R3911B to read/write on ISO15693 card. I'm unable to perform a write to the card and i'm using "Writesingleblock" function mentioned in code/lib cube-nfc5(ver 1.2). I followed the steps which was mentioned in an earlier ...