2021-04-20 03:55 AM
Hi
I’m hardware engineer and are about to develop a NFC product using a ST25R3916. I have bought evaluation kit X-Nucleo-NFC06A1 and have designed my circuit based on this evaluation board with same component selection.
I have some question regarding the board.
Solved! Go to Solution.
2021-04-20 07:46 AM
Hi Eddie,
if the software is correctly configured to make use of capacitive wake-up then the two plates are used. I could imagine that even after removing the plates it still works a bit but at greatly reduced distance. If unsure you can check during low power operation if bit wcap in register 32h (Wake-up timer control) is correctly set.
For changing output power you can change: nibble d_res in 28h, aat_A/aat_B in 26h/27h or reg_s+rege in 2Ch.
Regards, Ulysses
2021-04-20 05:39 AM
Hi EAnde.1,
ad 1) I assume you are using X-CUBE-NFC6 software on the board? This software uses inductive wake-up by default. If you want to use capacitive wake-up you need to manually configure it: discParam.wakeupConfigDefault=false and provide your own wake-up config via discParam.wakeupConfig.
ad 2) For adjusting the output power (mainly reducing as our boards typically use max or close to maximum for given antenna and given matching) you can:
Best Regards, Ulysses
2021-04-20 06:46 AM
Hi Ulysses
Thanks for your reply. Yes I uses X-CUBE-NFC6 software and have modified it to capacitance wake-up function.
Best Regards
Eddie Andersen
2021-04-20 07:46 AM
Hi Eddie,
if the software is correctly configured to make use of capacitive wake-up then the two plates are used. I could imagine that even after removing the plates it still works a bit but at greatly reduced distance. If unsure you can check during low power operation if bit wcap in register 32h (Wake-up timer control) is correctly set.
For changing output power you can change: nibble d_res in 28h, aat_A/aat_B in 26h/27h or reg_s+rege in 2Ch.
Regards, Ulysses