This application provides a set of demos with X-NUCLEO-NFC01A1 expansion board.

Dependencies:   NDefLib X_NUCLEO_NFC01A1 mbed

Fork of X-MBED-NFC1 by Giovanni Visentini

This application provides a set of demos with X-NUCLEO-NFC01A1 expansion board.

The available demos are:

  • SAMPLE_WRITE_URL: write a tag with the ST home page URL
  • SAMPLE_COUNT_CLICK: create a custom tag to count and report the user button clicks.
  • SAMPLE_WRITE_AND_CHANGE_ALL: write a tag with all the supported records and update the tag contents when the user button is pressed.
  • SAMPLE_LOCK_TAG_CONTENT: use the M24SR component API to set the NFC tag as read-only.

To enable the different demos comment/uncomment the SAMPLE_* macros provided in main.cpp .

Changes

RevisionDateWhoCommit message
20:ba95e0dc5975 2017-08-21 giovannivisentini update NDefLib and mbed libs default tip
19:de38cedf89d6 2017-08-08 nikapov Update libs.
18:d596eb3f575f 2017-07-13 Davidroid Aligning to ARM mbed coding style.
17:d8d3d2088cac 2017-07-13 giovannivisentini use the new X-NUCLEO-NFC01A1 api; update libs
16:02611ca49f48 2016-08-31 nikapov Updated dependencies.
15:94c98d2aa235 2016-08-31 giovannivisentini add printf to the demos
14:3b604972b89f 2016-08-31 giovannivisentini update libs
13:685d95525ec8 2016-02-01 giovannivisentini add sync and async demos
12:c4a778f52d8a 2016-01-14 giovannivisentini update dependency;
11:283df715f241 2016-01-11 giovannivisentini update comments 2
10:ca6f3293ecfb 2016-01-11 giovannivisentini update library + add comments
9:9742acd0c015 2015-12-22 giovannivisentini use the new library api
8:a9ecd7687de7 2015-12-21 giovannivisentini remove already imported library and add a new demo
7:ba6632daeea9 2015-12-21 giovannivisentini use the NDefLib_M24SR library
6:8b8b57618fee 2015-12-10 giovannivisentini example application using X_NUCLEO_NFC01A1 and NdefLib
5:3b300c8235b7 2015-12-03 giovannivisentini add License
4:f40b3505070c 2015-12-03 giovannivisentini move the driver file in a separate library + split the sample in different files
3:f7f818ee694e 2015-12-01 giovannivisentini create a sample main + semplify the class constuction
2:0648c1561eb2 2015-12-01 giovannivisentini change the tag content when the user press the button
1:6d202b62ed68 2015-11-27 giovannivisentini add the enable/disable read/write function
0:674813bd5ec9 2015-11-19 giovannivisentini first commit,