2021-06-01 05:06 AM
Hi, i am trying to measure the matching impedance of the antenna.
I have the following questions:
Thank you in advance.
Solved! Go to Solution.
2021-06-01 07:31 AM
Hi AKril.1,
turning off the driver stage is achieved by setting register 28h lowest nibble to 0xf. Bit tr_am is located in register 03h. How you achieve this depends on what you have. If you have your own board / running purely embedded you will need to issue proper register write commands over I2C or SPI (e.g. st25r3916WriteRegister()).
The easiest way is to use ST25R3916-DISCO PC GUI which gives you direct click-access to all registers.
Best Regards, Ulysses
2021-06-01 07:31 AM
Hi AKril.1,
turning off the driver stage is achieved by setting register 28h lowest nibble to 0xf. Bit tr_am is located in register 03h. How you achieve this depends on what you have. If you have your own board / running purely embedded you will need to issue proper register write commands over I2C or SPI (e.g. st25r3916WriteRegister()).
The easiest way is to use ST25R3916-DISCO PC GUI which gives you direct click-access to all registers.
Best Regards, Ulysses