Example program for the X-NUCLEO-NFC04A1
Dependencies: BSP libNDEF ST25DV
README.md@3:c0d41c99e7ec, 2019-11-14 (annotated)
- Committer:
- DiegoOstuni
- Date:
- Thu Nov 14 14:06:31 2019 +0000
- Revision:
- 3:c0d41c99e7ec
- Parent:
- 0:3f1a69fc394e
Update readme
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
DiegoOstuni | 3:c0d41c99e7ec | 1 | # mbed-os-nfc04a1 |
DiegoOstuni | 3:c0d41c99e7ec | 2 | mbed-os-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 | # Tested Platforms |
DiegoOstuni | 0:3f1a69fc394e | 12 | This firmware has been tested on STM32 NUCLEO-F401RE |
DiegoOstuni | 0:3f1a69fc394e | 13 | # Example Application |
DiegoOstuni | 3:c0d41c99e7ec | 14 | mbed-os-nfc04a1 program gives the User the possibility to read or write the tag of the X-NUCLEO-NFC04A1. The user needs an NFC enabled device as a |
DiegoOstuni | 3:c0d41c99e7ec | 15 | smartphone that has to be at least 10 cm close to the antenna of the X-NUCLEO-NFC04A1. The LEDs indicate the operational mode: |
DiegoOstuni | 3:c0d41c99e7ec | 16 | |
DiegoOstuni | 3:c0d41c99e7ec | 17 | - LED1 is on, by reading the tag the User obtains the parameters of the WiFi access points. |
DiegoOstuni | 3:c0d41c99e7ec | 18 | - LED2 is on, by reading the tag the User is redirected to a website through the custom browser of the smartphone. |
DiegoOstuni | 3:c0d41c99e7ec | 19 | - LED3 is on, the User can overwrite the value of the tag through the use of any NFC application. |