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 ST Expansion SW Team

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.

Files at this revision

API Documentation at this revision

Comitter:
nikapov
Date:
Tue Aug 08 12:42:16 2017 +0000
Parent:
8:d398c0ab9103
Child:
10:a7834e6dd638
Commit message:
Update libs.

Changed in this revision

X_NUCLEO_NFC01A1.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- a/X_NUCLEO_NFC01A1.lib	Thu Jul 13 08:53:29 2017 +0000
+++ b/X_NUCLEO_NFC01A1.lib	Tue Aug 08 12:42:16 2017 +0000
@@ -1,1 +1,1 @@
-https://developer.mbed.org/teams/ST/code/X_NUCLEO_NFC01A1/#7b2b4dbed7ae
+https://developer.mbed.org/teams/ST/code/X_NUCLEO_NFC01A1/#059115ea6ece
--- a/main.cpp	Thu Jul 13 08:53:29 2017 +0000
+++ b/main.cpp	Tue Aug 08 12:42:16 2017 +0000
@@ -36,7 +36,7 @@
 #include "XNucleoNFC01A1.h"
 #include "ReadUriCallbacks.h"
 #include "WriteUriCallbacks.h"
-#include "m24sr/NDefNfcTagM24SR.h"
+#include "NDefNfcTagM24SR.h"
 #include "NDefLib/RecordType/RecordURI.h"
 
  
--- a/mbed.bld	Thu Jul 13 08:53:29 2017 +0000
+++ b/mbed.bld	Tue Aug 08 12:42:16 2017 +0000
@@ -1,1 +1,1 @@
-https://mbed.org/users/mbed_official/code/mbed/builds/22da6e220af6
\ No newline at end of file
+https://mbed.org/users/mbed_official/code/mbed/builds/fd96258d940d
\ No newline at end of file