Giter VIP home page Giter VIP logo

rfid522-door-unlock's People

Contributors

ninharp avatar omersiar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rfid522-door-unlock's Issues

issue

Hi, hate to bother your extremely good work, but after uploading the last code for web and sd. it keeps telling me error writing to SD master.dat

Master card doesn't get recognised

I have tried your code and set a master card at the beginning but after registering a card and leaving the master program and re scanning the master card it shows up as invalid card. here is my event log.

No Master Card Defined
Scan A PICC to Define as Master Card
Scanned PICC's UID:
93B8C0D3
Master Card Defined

RFID Door Unlocker

Master Card's UID
93B8C0D3
Waiting PICCs to bo scanned :)
Scanned PICC's UID:
93B8C0D3
Hello Master - Entered Program Mode
I have 105 record(s) on EEPROM
Scan a PICC to ADD or REMOVE
Scanned PICC's UID:
93B8C0D3
This is Master Card
Exiting Program Mode
Scanned PICC's UID:
93B8C0D3
Hello Master - Entered Program Mode
I have 105 record(s) on EEPROM
Scan a PICC to ADD or REMOVE
Scanned PICC's UID:
23BEDFC7
I do not know this PICC, adding...
Succesfully added ID record to EEPROM
Exiting Program Mode
Scanned PICC's UID:
23BEDFC7
I know this PICC, so removing
Succesfully removed ID record from EEPROM
Exiting Program Mode
Scanned PICC's UID:
23BEDFC7
I do not know this PICC, adding...
Succesfully added ID record to EEPROM
Exiting Program Mode
Scanned PICC's UID:
93B8C0D3
This is Master Card
Exiting Program Mode
Scanned PICC's UID:
23BEDFC7
Welcome, You shall pass
Scanned PICC's UID:
4B695D21F2680
You shall not pass
Scanned PICC's UID:
4E0AB6A323680
You shall not pass
Scanned PICC's UID:
4B695D21F2680
You shall not pass
Scanned PICC's UID:
429651AE03581
You shall not pass
Scanned PICC's UID:
453AFE2613380
You shall not pass
Scanned PICC's UID:
93B8C0D3
You shall not pass
Scanned PICC's UID:
93B8C0D3
You shall not pass
Scanned PICC's UID:
23BEDFC7
Welcome, You shall pass
Scanned PICC's UID:
93B8C0D3
You shall not pass
Scanned PICC's UID:
429651AE03581
You shall not pass
Scanned PICC's UID:
93B8C0D3
You shall not pass
Scanned PICC's UID:
23BEDFC7
Welcome, You shall pass
Scanned PICC's UID:
93B8C0D3
You shall not pass
Scanned PICC's UID:
4B695D21F2680
You shall not pass
Scanned PICC's UID:
4AF0EA5E
You shall not pass
Scanned PICC's UID:
9ABAEA5E
You shall not pass
Scanned PICC's UID:
4E0AB6A323680
You shall not pass
Scanned PICC's UID:
429651AE03581
You shall not pass
Scanned PICC's UID:
93B8C0D3
You shall not pass
Scanned PICC's UID:
23BEDFC7
Welcome, You shall pass
Scanned PICC's UID:
23BEDFC7
Welcome, You shall pass
Scanned PICC's UID:
23BEDFC7
Welcome, You shall pass
Scanned PICC's UID:
23BEDFC7
Welcome, You shall pass
Scanned PICC's UID:
4B695D21F2680
You shall not pass
Scanned PICC's UID:
93B8C0D3
You shall not pass
Scanned PICC's UID:
23BEDFC7
Welcome, You shall pass
Scanned PICC's UID:
93B8C0D3
You shall not pass

missing key

i used MFRC_nested_attack to recover the key but i think it works only on "A Key"

here how it looks

4475A2D4224578778800------------

is there someway to recover the "B Key" with MFRC_nested_attack

EEPROM\EEPROM.ino:404:16: warning: NULL used in arithmetic [-Wpointer-arith]

hi there, treid to compile today using the Arduino IDE but gut this error:

\RFID522-Door-Unlock-master\EEPROM\EEPROM.ino: In function 'boolean checkTwo(byte*, byte*)':
\RFID522-Door-Unlock-master\EEPROM\EEPROM.ino:404:16: warning: NULL used in arithmetic [-Wpointer-arith]
   if ( a[0] != NULL )    // Make sure there is something in the array first

Other useds came aross this problem, too so i guess it not necessarily related to my machine? https://www.himix.lt/arduino/arduino-and-rfid-reader-mfrc522-for-door-unlock/

using the mega

I need to use the mega for the project that I have and it won't write a tag to the SD card but writes a master card no issue.
thoughts?

SD version isnt working

I did everything how it should be and wired it up. The RFID Reader just normal and the MicroSD at the ICSP Header and D4. The microsd and rc522 are working good alone but not together.

EEPROM data lost

After a power down the data stored in the EEPROM is lost. How can this be prevented ?

Thanks

2 relay 2 doors 2 access

I want to open 2 doors but different admins to add multi levels
if i want to open door 1 i open it with user from admin 1
if i want to open door 2 i open it with user from admin 2
if i want to open door 1 + 2 i open it with user from admin 1 + 2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.