2021-11-26 12:27 AM
Hi!
I am writing data to the ANT7-T ST25DV04K module from my mobile phone using an app. Now I would like to read that data stored in the ANT7-T ST25DV04K module with a microcontroller. The idea is to make a simple program that only reads the data from the module. What commands should I send to read its stored data?
Solved! Go to Solution.
2021-12-02 03:28 AM
Hi!
Yesterday you helped me to solve some problems I had with the ANT7-T-ST25DV board. I have new doubts that I would like you to solve:
Thank you for the help,
Best regards.
2021-12-02 06:12 AM
Hello,
For energy harvesting, there is two ways of enabling energy harvesting:
In ST25 NFC TAP app, you can activate EH by going in the left menu and select "Register Management" if you want to write the EH_MODE register (permanent EH) or select "Dyn Register Management" if you want to write into EH_CTRL_Dyn register (temporary EH).
Concerning write into a register:
All those points are clearly explained in the different documents publicly available on ST's web site (datasheet, application notes, etc.). Probably having a look at those docs would make your life easier.
Best regards.
2021-12-02 11:22 PM
Hello,
Thank you very much, now it works. Reading those documents I did not understand enough to solve the problem, with these explanations it is better understood.
Best regards.