RFID Reader for Mobile Devices

自作多情 提交于 2020-08-21 11:11:45

问题


I've been asked to develop an app with the core functionality of reading RFID chips in pets and checking those identification numbers against a database through some web service.

I was first directed towards iCarte, supposed maker of an NFC/RFID Reader accessory for iPhone. I sent them an email that was immediately returned due to them exceeding their mailbox quota, so I suppose they are out of business?

Other solutions come in the form of Bluetooth ready readers, like those from Serialio. Demos show data being read into iOS's Notes app or some grid app. I haven't developed iPhone apps in a while... is the Bluetooth API available? How about for Android? Could I read from the Bluetooth reader straight into an app?

What other options are there?


回答1:


Before you start any work please familiarize yourself with this:

http://en.wikipedia.org/wiki/ISO_11784_%26_11785

and this: http://en.wikipedia.org/wiki/ISO_14223

RFIDs for animals are completely different protocol than NFC. It is more like UNIQUE tags (125kHz) . Anyway above ISO standards will be a good starting point for you.




回答2:


Android have native support for NFC, you don't need any bluetooth adapter or anything else:

http://developer.android.com/guide/topics/connectivity/nfc/index.html

Not all devices have it, but the major ones do have (e.g. galaxy nexus, nexus 4, galaxy S3, HTC One) and it works nice.




回答3:


Passive RFID tags primarily operate at three frequency ranges:

  • Low Frequency (LF) 125 -134 kHz

  • High Frequency (HF)13.56 MHz

  • Ultra High Frequency (UHF) 856 MHz to 960 MHz

Smartphones today often support HF RFID



来源:https://stackoverflow.com/questions/14963236/rfid-reader-for-mobile-devices

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!