Community Ressources

Get the latest updates. Get the newest features.

Is this your first update? Installing is easy.

What's new

AirtagKit SDK 1.0.4

  • Firmware loading
  • New sounds available
  • New sample programs

Standalone firmwares

  • NDEF URI
  • Tag Detector
  • Loyalty Card

Sounds library

  • Listen and preview sounds
  • Flash AirtagKit reader slots

AirtagKit library

AirtagKit library allows developpers to access all functions of Airtag Reader.
The library is a DLL under Windows and a shared object (.so) under Linux which can be easily integrated into your application.

Main functions of the library are described here:

  • RFID detection for every protocol:
    Wait Card function allows user to detect an RFID card with given or any protocol : ISO15693, ISO14443 A/B, Calypso (GTML, CD97, ...) and Felica.
    This function returns some information about the detected card like the card type, UID and ATS.
  • Read / Write functionality:
    Read / Write functions simply allow user to Read / Write a card. These functions support several card types (ICode, Inside PicoPass, Mifare Classic et UltraLight ...).
    It is also possible to use RFID encrypted card. The Use Key and Write Key functions are used to ensure data security on the card.
  • Transmit APDU:
    Transmit APDU function transmits an APDU to the detected card. It works both with ISO 14443 A and B protocol.
  • NFC applications:
    NDEF functions manage objects (text, image, URL, controls) according to NFC Forum.
  • Sound and light effects management:
    Play_Sound function manages the sound of Airtag Reader. There are two pre-programmed sounds in Airtag Reader.
    Set_Led function manages the light effects of the Airtag Reader (blue pulse, red and green LED).

Several sample programs in C# and Java (and more to come) are available to demonstrate how to use the library.