How to implement RFID features in our Android app

I want to develop an Android application using the Android 4.0 API level, in my application I want the RFID functions to implement the RFID functions, can someone give me an idea or code snippet regarding the implementation of the RFID function in the Android application.

Thank you all

+4
source share
3 answers

Look at the Nordic Id STIX uhf rfid reader. You can connect it to your phone using USB ports. They will provide you with an SDK for application development. Link: http://www.nordicid.com/eng/products/?group=7

+2
source

You can develop Android applications using NFC (RFID-like technology). Read more about the NFC API here: http://developer.android.com/guide/topics/nfc/index.html

+1
source

You should try to get the electronic version of the Android Sensor program, which explains how to implement many sensors, including RFID, geolocation, and many other materials that may be useful.

Hope this helps.

0
source

Source: https://habr.com/ru/post/1394457/


All Articles