If you are looking for a way to add NFC support to your windows store applications then you have two options. The first is make sure you buy your hardware with an in built proximity sensor. This option is quite a layout of cash if you already have a desktop/laptop etc that you do your development on.
The second option is to purchase an external NFC card reader. For this your options are limited because of Windows 8 driver support. There is one however that was found by both Peter Footand Craig Hawker this is the FeliCa RC-S380 compact USB NFC reader and it is available in the UK from NFC Stuff at £88.68 (delivered).
If you do purchase this reader you will find that it does not install the drivers when you plug it in. to rectify this you will need to download and install the NFC Port Software from here: http://blog.felicalauncher.com/en/?p=594
Once installed you will see the sensor listed within the proximity devices list in device manager:
That’s it you now have a machine that will allow you to develop NFC enabled Windows Store applications.
Here is a couple of links to help you on your way…
http://blogs.msdn.com/b/windowsappdev/archive/2013/04/18/develop-a-cutting-edge-app-with-nfc.aspx
http://www.silverlightshow.net/items/Near-Field-Communication-in-windows-8-part-1.aspx
Thanks once again to Peter for helping me out.
[…] /* 0) { ratingctl00_cphMiddle_cphContent_tr3w45fwwvre_itemRating = result['Rating']; SetCurrentRating('ctl00_cphMiddle_cphContent_tr3w45fwwvre_itemRating_pnlHolder', result['Rating'], "disabled fullStar", "disabled emptyStar", true); if(votesCountctl00_cphMiddle_cphContent_tr3w45fwwvre_itemRating!=null) { votesCountctl00_cphMiddle_cphContent_tr3w45fwwvre_itemRating ++; SetVotesCount('ctl00_cphMiddle_cphContent_tr3w45fwwvre_itemRating_lblUsersRated', '(' + votesCountctl00_cphMiddle_cphContent_tr3w45fwwvre_itemRating + ' votes)'); } SetRatingCookie('r', 'i33734', '1'); } else if (result['Status'] == 1) { alert('The session has expired. Please refresh the page to be able to vote!'); } } /* ]]> */ (0 votes) 0 comments / posted by Silverlight Show on Apr 24, 2013 Tags: windows-8 , windows-store , winrt , nfc , mike-hole Read original post at Mike Hole's Blog […]
Do you know where I can find information on how to read/write Mifare Classic tags? My reader (Sony RC-S380) is supposed to be able to read them, but I don’t even get device arrival/departure notifications when I try to use them. Is there some sort of initializationI need to do to get the reader to recognize them?
Hi,
I don’t have this information right now but I can have a look for you.
When buying NFC tags for Win 8 and Windows phone 8 it is best to buy ready formatted cards from a supplier such as RapidNFC.
Regards,
Mike
I have exactly the same problem. Looking for a different reader now. 😦