Thursday, 8 August 2013

NFC Tag to count number of taps

NFC Tag to count number of taps

Hy!
I am working on my NFC project for my diploma thesis and I want to make 2
things:
1) When I tap NFC tag with my phone I want that browser on my phone
connect me to my website.
2) I want to make that my NFC tag count numbers of taps so I can later
read that number with my android app and send it to database on my server,
so I can make statistics about how many times my NFC tag has been tapped.
I have accomplished my first task and my phone browser propertly display
my website when I tap NFC tag but now I have problem with my second task.
I have searched on internet for some tutorials and I havent found any good
tutorial how to programm NFC tag to count numbers of taps and its not as
simple as with website url, so I am asking myself, maybe its not even
possible to make it. I think, if NFC tag can save whole URL of website it
must be possible to save single integer number and do basic Number_of_taps
= ++1 thing.
If anyone knows good solution or link of some good tutorial pls post it.
Thanks in advance!

No comments:

Post a Comment