Skip to content

Samchy/MFRC522

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MFRC522

add some features that Read/Write the M1/uid card from MFRC522 chip

  1. add a dump read function read all sector

python sam_MFRC522.py r

python sam_MFRC522.py r -f r.dump

  1. add a dunmp write funciton write all sector

//M1 card

python sam_MFRC522.py w -t 0 -f r.dump

//uid card

python sam_MFRC522.py w -t 1 -f r.dump

steps:

https://pimylifeup.com/raspberry-pi-rfid-rc522/

About

Read/Write the card from MFRC522 chip

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages