ndef - Developing custom functions in NFC -


i watched youtube video: http://youtube.com/watch?v=td_o6m6zdlo

it shows how nfc works device. opening app , etc. if want develop own nfc tag functions like, example, store user's facebook profile link , when tap on tag, particular page.

based on understanding towards nfc, have write codes tag , reader reads codes in tag , perform actions or functions written in tag (correct me if wrong).

i browsed through website http://www.buynfctags.com/bundles/gototags-nfc-encoder-starter-kit.html , http://www.identivenfc.com/en/nfc-software-development-kit-sdk/nfc-solutions-development-kit-sdk.htm

my question can develop function mentioned above using software website if buy it?

note that: won't andriod device. (i think) reader , tag. , writing codes tag (correct me if wrong).

i assume refer nfc tags containing ndef messages (as specified nfc forum).

a typical nfc tag scenario involve work on both sides, tag , reader.

you create ndef message write on tag. ndef message static data structure (see here) contain urls, text, commands, data, etc. relevant application.

you need application on reader side reads ndef message tag, interprets data structure , triggers actions based on ndef message. many smartphone platforms typically contain application component perfroms reading , initial parsing of received ndef messages. moreover, ndef records automatically handled standard applications. e.g. urls automatically opend in web browser, business cards automatically opend in address book app, etc.

if target platform not automatically handle specific record type, need write own application processes record , triggers appropriate actions. similarly, if platfrom not automatically process ndef messages nfc tags @ all, need create own application this.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -