hankhank10 / vinylemulator

Emulate the tactile experience of a vinyl collection through your Sonos system, but with a back end run by Spotify
https://www.hackster.io/mark-hank/sonos-spotify-vinyl-emulator-3be63d
GNU General Public License v3.0
170 stars 29 forks source link

Mifare Classic support #8

Closed marco79cgn closed 4 years ago

marco79cgn commented 4 years ago

Hi,

I set up everything without problems but when I tried to read my cards I recognized that Mifare Classic cards are not supported. Why not? I have plenty of them lying around (used for other projects as well). What's the problem with these cards?

Thx, Marco

hankhank10 commented 4 years ago

The underlying library (nfcpy) only supports NFC Forum Type 1, 2, 3 and 4 Tags. Mifare Classic cards are not supported as these use a proprietary encryption method.

See this answer for more details:

https://stackoverflow.com/questions/49095353/how-to-use-nfcpy-for-mifare-1k-classic