This repository contains a sample Android application that demonstrates the use of the NurApi to seek the nearest RFID tag. The application is developed using Android Studio and showcases how to integrate and utilize the NurApi and NurApi Utils libraries to perform tag seeking operations.
- Connect to an integrated Nordic ID RFID reader (HH83 or HH85).
- Seek the nearest RFID tag using the SeekNearestTag utility.
- Log various events and statuses during the tag seek process. These will appear to LogCat.
- MainActivity.java: The initial setup code to get Nur started and registration of an Nur event listener.
- NurApiEventListener.java: Used for listening for various Nur api events, for this sample, we use the connected event to start a seek nearest tag.
- Libraries: Contains Nur api libs and the nur-util library that includes the SeekNearestTag functionality.