Hi,I have already seen that. It happened with newer Linux kernel and SPI driver that controls by default GPIO8 for SPI0 CS0 and GPIO7 for SPI0 CS1 (e.g modinfo spidev: v5.5.61).There is a conflict with the ST25R NFC demo that uses ST25R_INT_PIN on GP...
Hello,Could you please provide more details on your environment:- which version of the demo being used?- have you been able to run the provided demo, and check the CPU load for comparison?Could you please capture an SPI trace and either check the con...
Hi RMako.2,The Wifi type defined by the NFC Forum is available in Middlewares/ST/NDEF, see ndef_type_wifi.h and ndef_type_wifi.c. The ST25 NFC Lib provides a bluetooth_pairing demo for ST25R3916 (in the folder X-NUCLEO-NFC06A1), that can be used as a...
Hi Toshko,To use Wifi pairing, you only need to replace the function demoEncodeBluetoothRecord() with your own, encoding a Wifi record, as shown in this example:ReturnCode demoEncodeWifiRecord(uint8_t *buffer, uint32_t length)
{
ndefRecord record...