Skip to content

This repository contains sample codes to communicate with Micro-Sensys RFID readers in DOC mode with TELID® sensor transponders on Android

Notifications You must be signed in to change notification settings

Micro-Sensys/samples-doc_telidtransponders_android

Repository files navigation

samples-doc_telidtransponders_android / Android DOC sample code for TELID®200 sensor transponders

This sample code is for handling TELID®200 sensor transponders on Android devices using a Micro-Sensys RFID reader

For details on DOC communication check Useful Links

Requirements

  • Android Studio
  • Android device to debug/deploy the sample code. You will need one of the following:
    • Any Android device with Bluetooth, to use one of our Bluetooth RFID reader
    • One of our supported industry Android devices, to use one of our RFID reader modules
  • Micro-Sensys RFID reader (either Bluetooth or module)
  • TELID®200 sensor transponders

Implementation

This code shows how to use RFIDFunctions_3000 class to communicate with a TELID®200 sensor transponder. Using this class the communication port can be open/closed. Once the communication with RFID reader is established, a Thread can be started to cyclically search for TELID®200 and read current measurement value.

Class information is available under API documentation. See Useful Links

Steps

Just import this project into Android Studio, connect the Android device to your computer and deploy the SampleApp. If you have a iID®PENsolid or iID®POCKETwork paired over Bluetooth to the device, it will automatically list the devices in the Spinner.

Screenshot

  1. Select the device you wish to connect to, and press CONNECT. Once the connect process finishes, the result will be shown in the EditText on the bottom side, and if the device is connected, the START button will be enabled.
  2. Use START button to start the read Thread. The library will automatically detect the TELID® type and show the measurements

Useful Links

Contact

Authors

About

This repository contains sample codes to communicate with Micro-Sensys RFID readers in DOC mode with TELID® sensor transponders on Android

Topics

Resources

Stars

Watchers

Forks