Wiznet makers

irina

Published October 05, 2022 © Apache License 2.0 (Apache-2.0)

89 UCC

3 WCC

84 VAR

0 Contests

0 Followers

0 Following

Original Link

RFID NFC ARDUINO ACCESS TERMINAL

I needed an access control system for my office, able to log an NFC tag into a mysql database and/or in a text file.

COMPONENTS Hardware components

WIZnet - W5100 ethernet shield

x 1


PROJECT DESCRIPTION

 

Hardware /Software

  • Arduino Meda2560
  • 2xrc522 rfid module
  • RTC DS1307 clock module
  • LCD Display
  • Mysql database


EEPROM MEMORY ADDRESS

  • byte(1) address 0 - db
  • byte(1) address 1 - SD
  • byte(1) address 2 - check user tag into mysql
  • byte(1) address 3 - hex dec tag format reading
  • byte(1) address 4 - access system control ID (you may use to identify the office)

The readme.txt document shows the pinout.

When an NFC card that is not registered in the SD card is recognized, the following output is displayed.

Not find user

Register the NFC card to the SD card.

Documents
  • Source

    If you visit to this website, you can see the arduino code and sql code.

Comments Write