Skip to content

Arduino RFID logger for tracking objects leaving storeroom

Notifications You must be signed in to change notification settings

mgodzina/rfid-storeroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

rfid-storeroom

Arduino RFID logger for tracking objects leaving storeroom.

Scanner allows for logging each rfid tag on SD card in csv format.
Each day is separate file containing date, time, tag UID and tag data field.

Time between scans is hard coded to 400ms to prevent double scanning.
Time between scanning the same tag is hard coded to 20s to prevent double scanning the same item if scanning few items in a row.

Components:

  • Arduino Uno
  • DS1307 RealTimeClock
  • MFRC522 NFC Tag Reader
  • SD Card
  • Buzzer
  • 2 x LED (Red and Green)

About

Arduino RFID logger for tracking objects leaving storeroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages