User Activity

Hello, I accidentally connected Vcc to the interrupt pin in an X-NUCLEO-NFC06A1, now I don't get any interrupts. Is it terminally burnt or can I configure an IRQ from somewhere else on the board?
Hello, I want to use X-NUCLEO-NFC06A1 with an esp32 pico kit over i2c. I have the read/write functions from esp and I can read a register from the module. I want to use the code you provide to read an nxp ntag (ndef_t2t.c in x-cube examples has some...
I run the linux demo for X-NUCLEO-NFC06A1 in a raspberry. It starts "Scanning for NFC technologies...", I pass an empty nfc tag to the module and it does not recognize it. I can see the state in demoCycle() passing from state=1 to state=2 (DEMO_ST_DI...
I connect the module to a raspberry pi 3 through SPI, compiled and executed sudo./demo/nfc_demo_st25r3916. I changed the interrupt pin to physical pin 11 because the default was busy.The demo stays at scanning and never detects the module.I ran it ...