Skip to content

agmangas/SerialRFID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino Serial RFID Library

This is a simple Arduino library to interact with ID-innovations RFID readers when these are connected to the SparkFun RFID USB Reader. All RFID tags detected by the reader are transmitted over serial (or USB, using the USB-to-serial converter) and can be easily read on an Arduino by just consuming a serial buffer.

This library does not do much, it basically abstracts all the tasks related to the serial buffer management and discards the input when there is noise or the RFID tag is malformed.

User Guide

Please check the usage examples in the examples folder.

Installation

Follow the instructions in the Arduino Libraries page (download a .zip file and import it using Add .ZIP library).

About

Arduino library to interact with ID-innovations RFID readers using serial comms

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages