Skip to content

dgou/ArduinoRFIDDB

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino RFIDDB

This is a library for storing, matching against, and updating a list of RFID tags, stored in the EEPROM of an Arduino.

The library assumes many things:

  • Your RFID tags are 10 character strings (e.g., Parallax RFID tags)
  • Your EEPROM has enough memory to store all of the tags (an ATMEGA328 has 512 bytes of EEPROM storage, can store 51 tags).
  • You like updating your database over Serial

Installation

Place all of this great stuff in an RFIDDB folder in your Arduino software's hardware/libraries/ directory.

Using the Library

See the RFIDDBTest example to see how this library is used.

About

A simple library for storing, matching, and updating RFID tags in an Arduino's EEPROM memory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published