X_NUCLEO_NFC02A1 library for M24LR
Dependencies: ST_INTERFACES
Dependents: HelloWorld_NFC02A1_mbedOS HelloWorld_NFC02A1laatste HelloWorld_NFC02A1
Fork of X_NUCLEO_NFC02A1 by
X-NUCLEO-NFC02A1 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-NFC02A1 Dynamic NFC Tag Expansion Board based on M24LR.
Firmware Library
Class X_NUCLEO_NFC02A1 is intended to represent the Dynamic NFC Tag Expansion Board with the same name.
It provides an API to access to the M24LR component and to the three onboard LEDs.
It is intentionally implemented as a singleton because only one X_NUCLEO_NFC02A1 at a time might be deployed in a HW component stack.
The library also provides an implementation of the NDEF library API for M24LR, providing an simple way to read/write NDEF formatted messages from/to the M24LR dynamic NFC tag.
Example application
Hello World is a simple application to program and read an URI from the NFC tag.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
8:7c4cf671960b | 2017-07-12 | Davidroid | Updated to fit ARM mbed coding style. |
7:b876cdcf095a | 2017-07-11 | Davidroid | Updating with the new mbed library. |
6:8c1eca41b3a9 | 2017-05-19 | giovannivisentini | update with the ARM mBed coding style |
5:900640bf1cff | 2016-10-03 | giovannivisentini | write and read message bigger thatn 255char + fix readData function |
4:0287f5476fe0 | 2016-09-30 | rosarium | Read bug fix and some sync of status codes |
3:6d76c75e3eb4 | 2016-09-29 | rosarium | Bug fix for write message routine |
2:dd4242314663 | 2016-09-28 | Davidroid | Removed "Interfaces" folder. |
1:b4e1cb04a87f | 2016-09-28 | rosarium | ST_INTERFACES lib moved to X_NUCLEO_NFC02A1 library |
0:71bff5ad0a49 | 2016-09-28 | rosarium | X_NUCLEO_NFC02A1 converted as an library |