Overview
This Tutorial provides a walk-through of the steps to perform LED configuration using RFID3 API
Create The Project
- Start by creating a new project in Android Studio. For help, see the Android Studio tutorial.
- Refer Hello RFID to prepare basic setup to work with RFID Reader and then follow this guide
Details
Application can use setLedBlinkEnable
to blink host device LED for each tag read event
Setting it up
SDK supports setting host LED indication using following API
reader.Config.setLedBlinkEnable(true);