cancel
Showing results for 
Search instead for 
Did you mean: 

Nucleo NFC06A1 Capacitive Sensor Example

SRauh.1
Associate II

Hello,

I try to get a feeling for the possible features and use cases of the ST25R3916 NFC Reader chip.

One point which sounds very interresting is the capacitive measurement.

Are there any code examples (as the linux driver for the ST25R3916) available or can someone share the basic commands to test the feature (NFC read/write is already working).

Best regards,

Sebastian

1 ACCEPTED SOLUTION

Accepted Solutions
Ulysses HERNIOSUS
ST Employee

Hi Sebastian,

Some of our demos are showcasing the inductive wake-up. If you look at the code it will be a matter of a few changes to the rfalNfcDiscoverParam struct to enable the capacitive wake-up instead of the inductive one. Best to start here with the polling demo inside the ST25 Embedded NFC lib.

Maybe more convenient to investigate would be the ST25R3916-DISCO where you will find a PC GUI which allows you to see a graph of the measured values which may be helpful in investigating about the characteristics of such a system.

Best Regards, Ulysses

View solution in original post

1 REPLY 1
Ulysses HERNIOSUS
ST Employee

Hi Sebastian,

Some of our demos are showcasing the inductive wake-up. If you look at the code it will be a matter of a few changes to the rfalNfcDiscoverParam struct to enable the capacitive wake-up instead of the inductive one. Best to start here with the polling demo inside the ST25 Embedded NFC lib.

Maybe more convenient to investigate would be the ST25R3916-DISCO where you will find a PC GUI which allows you to see a graph of the measured values which may be helpful in investigating about the characteristics of such a system.

Best Regards, Ulysses