Command line utility for reading and writing RFID cards with Raspberry PI, based on rpi-mfrc522 with typings.
git clone https://github.com/zathershtein/rpi-mfrc522-utility.gitcd rpi-mfrc522-utilitynpm inpm run read [SECTOR_NUMBER]ornpm run write [SECTOR_NUMBER]
Data will be writing is located in "config.ts" file in "NEW_DATA_BLOCK" property.