
Demonstration of possible usage of the the NFCController class.
NFC SmartPoster example
Demonstration of possible usage of the the NFCController class.
The application creates a smart poster record and sends it when a connected peer requests it. The smart poster record generated contains:
- A URI: https://www.mbed.com
- A title: "mbed website"
- An action: EXECUTE which asks the peer to open the URI.
Running the application
Verification of the sample application can be seen on any a smartphone with an NFC reader. After running you will be able to read the tag with an NFC tag reader application.
Information about activity is also printed over the serial connection - please have a client open. You may use:
Tera Term - https://ttssh2.osdn.jp/index.html.en
This example is known to work on boards connected to a PN512 shield.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
6:52cd72e84703 | 2019-11-29 | mbed_official | Merge pull request #50 from jamesbeyond/update |
5:48c9ea2e0991 | 2019-02-27 | mbed_official | Updating mbed-os to mbed-os-5.11.5 |
4:b1974a6e060f | 2019-02-13 | mbed_official | Updating mbed-os to mbed-os-5.11.3 (#24) |
3:2eabcfa3db8c | 2018-11-07 | mbed_official | Merge pull request #16 from adbridge/master |
2:803d4e3438ba | 2018-10-24 | mbed_official | Merge pull request #15 from cmonr/master |
1:6c82b777db0b | 2018-09-26 | mbed_official | Merge pull request #13 from ARMmbed/mbed-os-5.10.0-oob |
0:9a16c3f036b0 | 2018-09-24 | mbed_official | Add mbed deploy into the SmartPoster instructions. |