2023-04-10 05:29 PM
I have st25r3911b nfc card in linux ,Do you have a spi linux driver for st25r3911b nfc card
Solved! Go to Solution.
2023-04-13 04:45 AM
Hi,
As you tagged with STM32MPU the X-LINUX-NFC5 may be a perfect fit for you: https://www.st.com/en/embedded-software/x-linux-nfc5.html
Regards, Ulysses
2023-04-12 02:19 PM
Hi,
see STSW-ST25R009 (Linux demo of ST25R3911B for Raspberry Pi using X-NUCLEO-NFC05A1).
Rgds
BT
2023-04-13 04:45 AM
Hi,
As you tagged with STM32MPU the X-LINUX-NFC5 may be a perfect fit for you: https://www.st.com/en/embedded-software/x-linux-nfc5.html
Regards, Ulysses
2023-04-18 12:46 AM
see STSW-ST25R009 (Linux demo of ST25R3911B for Raspberry Pi using X-NUCLEO-NFC05A1). just compile a nfcpoller and librfal_lib.so this two is user level, In the kernel level dose i need a driver ? or I just need driver up host spi dev ?
2023-04-18 06:02 PM
Hi I just need a spi driver for linux kernel ,your give me a user leverl program a nfcpoller and a rfal lib
Rgds
BT
2023-04-18 11:29 PM
Hi,
system is a driver on user level using userspace spidev and gpio.
2023-04-20 02:33 AM
Hi Do you mean , I just need connect st25r3911b in spi slave ,then I driver a spi dev. after this ,I can user nfcroller program to read nfc info
Rgds
2023-05-10 12:13 AM
Yes.