Example program for the X-NUCLEO-NFC04A1
Dependencies: BSP libNDEF ST25DV
Revision 3:c0d41c99e7ec, committed 2019-11-14
- Comitter:
- DiegoOstuni
- Date:
- Thu Nov 14 14:06:31 2019 +0000
- Parent:
- 2:a012a3687add
- Commit message:
- Update readme
Changed in this revision
README.md | Show annotated file Show diff for this revision Revisions of this file |
diff -r a012a3687add -r c0d41c99e7ec README.md --- a/README.md Thu Nov 14 11:30:32 2019 +0000 +++ b/README.md Thu Nov 14 14:06:31 2019 +0000 @@ -1,5 +1,5 @@ -# NFC04A1 -NFC04A1 is the application for the STMicroelectronics X-NUCLEO-NFC04A1 expansion board. +# mbed-os-nfc04a1 +mbed-os-nfc04a1 is the application for the STMicroelectronics X-NUCLEO-NFC04A1 expansion board. # Overview This repository include some files and libraries useful to communicate with the X-NUCLEO-NFC04A1. The following libraries have been used: @@ -7,11 +7,13 @@ - BSP - libNDEF - ST25DV - -Furthermore the package includes some feature: - - # Tested Platforms This firmware has been tested on STM32 NUCLEO-F401RE # Example Application +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 +smartphone that has to be at least 10 cm close to the antenna of the X-NUCLEO-NFC04A1. The LEDs indicate the operational mode: + +- LED1 is on, by reading the tag the User obtains the parameters of the WiFi access points. +- LED2 is on, by reading the tag the User is redirected to a website through the custom browser of the smartphone. +- LED3 is on, the User can overwrite the value of the tag through the use of any NFC application.