Skip to content

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

Notifications You must be signed in to change notification settings

Micro-Sensys/samples-doc_telidloggers_android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

samples-doc_telidloggers_android / Android DOC sample code for TELID®300 dataloggers

This sample code is for handling TELID®300.nfc dataloggers on Android devices using the device integrated NFC interface.

For details on DOC communication check Useful Links

Requirements

  • Android Studio
  • Android device to debug/deploy the sample code. The Android device must have NFC functionality integrated
  • TELID®300.nfc datalogger

Implementation

This code shows how to use TELIDLoggerHandler class to communicate with a TELID®300.nfc datalogger. Using this class and once properly initialized, the handler will automatically detect tapped TELID®300.nfc datalogger and read the information and current status. Afterwards a read or program can be started using the functions available.

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. In the onCreate function the availability of NFC functionality will be checked. In the onResume function there is a snippet to check if the NFC interface is enabled

Screenshot

  1. Tap TELID®300.nfc logger
  2. Data logger information will be read and provided using TELIDLoggerCallback
  3. Once the information is read, the logged protocol can be read using startReadProtocol. A new log process can be started using startProgram

Useful Links

Contact

Authors

About

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

Topics

Resources

Stars

Watchers

Forks

Languages