This repository contains the samples and demo applications for NordicID's smart readers like Sampo S2, AR62, AR82 and AR85. Each sample contains the necessary scripts to build it and package it for installation and a pre-packaged signed zip ready to install on your device.
Should you ever need to modify a sample to test or make things work your way, you can find the necessary files for the application package in zipcontents
more details about the contents of that folder in the documentation. in case the application has binaries that need to be compiled you can find the source code in a src
folder e.g nurapisample_src. each of these will contain scripts or make files to build the binaries.
use the make
script to compile any necessary binaries and package the application files, this will generate a signed zip file in the sample folder.
Find all the NordicID smart readers documentation here, documents in that folder go through different aspects of the smart readers
Your first glance over the smart reader dashboard, details on each view what it can do and what to expect. This is bound to change as the development is ongoing new features will be added or changed along the way.
An overview on the smart reader application api and packages, how to create your own application package and what it should contain.
A guide on how to use the reader API offering all the necessary means to control, monitor and configure your device. also shows how to use the Swagger doc provided to generate client for any environment.
Provides details about remotely debugging your C or C++ applications running on the smart reader.
Provides details about remotely debugging your Python application running on the smart reader.
Documents the purpose and use of NUR service running on the smart reader which handles the RFID operations of the device.
more details about the Nurapi LLRP demo; how to install, run and configure.
All source files in this repository is provided under terms specified in LICENSE file.