Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
ufr-anti_collision_algorithm
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
nfc-rfid-reader-sdk
ufr-anti_collision_algorithm
Commits
8b352bf1
Commit
8b352bf1
authored
6 years ago
by
developer4
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'remotes/origin/master' into rf-parameter-adjustment
parents
911f9be0
94b05d14
Branches
Branches containing commit
Tags
1.1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+52
-0
52 additions, 0 deletions
README.md
with
52 additions
and
0 deletions
README.md
0 → 100644
+
52
−
0
View file @
8b352bf1
# uFR Series Anti-Collision Example
Example of using uFR Series devices with multiple cards/tags in field.
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, minimal firmware version 4.0.6, minimal library version 4.0.19.
Eclipse environment.
### Installing
No installation needed. Precompiled binaries available for Win32 and Win64 platforms, both Debug and Release.
Other supproted platforms are in TODO list, coming soon.
## Compiling
Use Eclipse for compiling, this is Eclipse ready project.
## Background explanation
For using multiple cards feature, it must be explicitly enabled with
```
EnableAntiCollision()
```
and disabled with
```
DisableAntiCollision()
```
commands.
When multiple cards are in field, they have to be enumerated first. After enumeration, you can SELECT one of the enumerated card and work with it.
When finished, DESELECT that card and SELECT another card and perform needed operations.
don't forget to disable AntiCollision mode when finished.
## 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.
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment