Example program for the X-NUCLEO-NFC04A1
Dependencies: BSP libNDEF ST25DV
README.md@0:3f1a69fc394e, 2019-11-14 (annotated)
- Committer:
- DiegoOstuni
- Date:
- Thu Nov 14 11:23:21 2019 +0000
- Revision:
- 0:3f1a69fc394e
- Child:
- 3:c0d41c99e7ec
Fork of the GitHub
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
DiegoOstuni | 0:3f1a69fc394e | 1 | # NFC04A1 |
DiegoOstuni | 0:3f1a69fc394e | 2 | NFC04A1 is the application for the STMicroelectronics X-NUCLEO-NFC04A1 expansion board. |
DiegoOstuni | 0:3f1a69fc394e | 3 | # Overview |
DiegoOstuni | 0:3f1a69fc394e | 4 | This repository include some files and libraries useful to communicate with the X-NUCLEO-NFC04A1. |
DiegoOstuni | 0:3f1a69fc394e | 5 | The following libraries have been used: |
DiegoOstuni | 0:3f1a69fc394e | 6 | |
DiegoOstuni | 0:3f1a69fc394e | 7 | - BSP |
DiegoOstuni | 0:3f1a69fc394e | 8 | - libNDEF |
DiegoOstuni | 0:3f1a69fc394e | 9 | - ST25DV |
DiegoOstuni | 0:3f1a69fc394e | 10 | |
DiegoOstuni | 0:3f1a69fc394e | 11 | Furthermore the package includes some feature: |
DiegoOstuni | 0:3f1a69fc394e | 12 | |
DiegoOstuni | 0:3f1a69fc394e | 13 | |
DiegoOstuni | 0:3f1a69fc394e | 14 | |
DiegoOstuni | 0:3f1a69fc394e | 15 | # Tested Platforms |
DiegoOstuni | 0:3f1a69fc394e | 16 | This firmware has been tested on STM32 NUCLEO-F401RE |
DiegoOstuni | 0:3f1a69fc394e | 17 | # Example Application |