Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# uFR Series NDEF Host example
Small console demo will read URL written in NFC tag and launch default OS browser.
Works on RPi too.
Look for video https://www.youtube.com/watch?v=P1OGiuW9AJE
ECLIPSE project, written in GCC.
## Getting Started
Download project, compile and run.
Alternatively run appropriate binary and follow the menu and instructions.
### Prerequisites
uFR Series reader, Eclipse environment.
### Installing
No installation needed. Precompiled binaries available for Win32 and Win64 platforms, both Debug and Release. Binaries for RPi Linux too.
Other supproted platforms are in TODO list, coming soon.
## Compiling
Use Eclipse for compiling, this is Eclipse ready project.
## License
This project is licensed under the ..... License - see the [LICENSE.md](LICENSE.md) file for details
## Acknowledgments
* Purpose of this example is to provide additional info about usage of firmware and API specific features of uFR Series devices.
* It is specific to mentioned hardware ONLY and some other hardware might have different approach, please bear that in mind.