Skip to content

Commit e8d48a1

Browse files
committed
BlackBerry NFC sample app which demonstrates using NFC tags to trigger actions
1 parent b0fd22c commit e8d48a1

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

NFC/NfcRaceTime7/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,23 @@ The sample code for this application is Open Source under the Apache 2.0 License
88

99
Note that there is also a BlackBerry 10 Cascades version of this application. https://github.com/blackberry/Cascades-Community-Samples/tree/master/NfcRaceTimeWay
1010

11+
To create tags for use with this application, use the NfcWriteNdefSmartTag application:
12+
13+
https://github.com/blackberry/Samples-for-Java/tree/master/NFC/NfcWriteNdefSmartTag
14+
15+
Write two "custom" tags, with the following values:
16+
17+
Start Tag:
18+
Domain: my.rim.com
19+
Type: myrecordtype
20+
Content: start
21+
22+
Stop Tag:
23+
Domain: my.rim.com
24+
Type: myrecordtype
25+
Content: stop
26+
27+
1128
The sample code for this application is Open Source under
1229
the [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0.html).
1330

0 commit comments

Comments
 (0)