A simple mbed OS application providing an example of asynchronous access to the X-NUCLEO_NFC01A1 Dynamic NFC Tag board.

Dependencies:   NDefLib X_NUCLEO_NFC01A1

Fork of mbed-os-example-NFC01A1 by Nicola Capovilla

The application provides a simple example of asynchronous access to the X-NUCLEO-NFC01A1 Dynamic NFC Tag Expansion Board. It represents the multi-threaded mbed OS 5 version of the mbed classic HelloWorld_Async_NFC01A1 application.
The program writes a URI link to the M24SR dynamic tag using the asynchronous programming model. The URI can then be read and printed on the serial console by pressing the user button and/or via RF from an NFC enabled smartphone/tablet.

History

Use one thread only to handle the events. default tip

2017-08-11, by nikapov [Fri, 11 Aug 2017 09:19:31 +0000] rev 2

Use one thread only to handle the events.


bug fixing

2017-08-11, by nikapov [Fri, 11 Aug 2017 07:58:12 +0000] rev 1

bug fixing


First revision

2017-08-10, by nikapov [Thu, 10 Aug 2017 16:59:44 +0000] rev 0

First revision