We are doing ``` python mifare = nxppy.Mifare() ... data = mifare.select() ``` but maybe we can try to read more data https://github.com/svvitale/nxppy ``` python block10bytes = mifare.read_block(10) ```
We are doing
but maybe we can try to read more data
https://github.com/svvitale/nxppy