A simple application providing an example of asynchronous access to the X-NUCLEO_NFC01A1 Dynamic NFC Tag board.
Dependencies: NDefLib X_NUCLEO_NFC01A1 mbed
Fork of HelloWord_Async_NFC01A1 by
X-NUCLEO-NFC01A1 Dynamic NFC Tag Expansion Board Firmware Package
Introduction
This firmware package includes Components Device Drivers, Board Support Package and example applications for STMicroelectronics X-NUCLEO-NFC01A1 Dynamic NFC Tag Expansion Board based on M24SR.
Example Application
The application provides a simple example of asynchronous access to the X-NUCLEO-NFC01A1 Dynamic NFC Tag Expansion Board. The program writes a URI link to the M24SR dynamic tag using the asynchronous programming model. The URI can then be retrieved from an NFC enabled smartphone/tablet.
A simpler example providing synchronous access to the tag is also available.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
10:a7834e6dd638 | 2017-08-21 | giovannivisentini | update NDefLib |
9:ed8eff7c4cf4 | 2017-08-08 | nikapov | Update libs. |
8:d398c0ab9103 | 2017-07-13 | Davidroid | Updated with the new version of the library. |
7:cd34abf10350 | 2017-07-12 | Davidroid | Updated to fit ARM mbed coding style. |
6:01e1182e2320 | 2017-05-18 | giovannivisentini | move to Arm mbed coding style + update libs |
5:adf7d29c9431 | 2016-09-30 | giovannivisentini | update libs |
4:416db8919ca4 | 2016-08-31 | giovannivisentini | add a read example |
3:27f21d756e9f | 2016-02-03 | nikapov | lib references updated |
2:48e58c5086e8 | 2016-02-03 | giovannivisentini | update libs |
1:f008324c60ab | 2016-02-01 | giovannivisentini | update libs |
0:79807a600c87 | 2016-01-28 | giovannivisentini | hello word done in async mode |