juuke icon indicating copy to clipboard operation
juuke copied to clipboard

No MIFARE Ultralight support

Open sannemetten opened this issue 4 years ago • 2 comments

Hi,

So far, a really nice program you wrote!

However, I want to use RFID stickers instead of cards, which don't seem to work with your code. I would constantly get the error: PCD_Authenticate() failed: Timeout in communication. Could you add support for writing to MIFARE Ultralight (C)?

sannemetten avatar Apr 11 '21 15:04 sannemetten

Looks like the problem is the MFRC522..

According to this: http://ham.marsik.org/2017/04/using-cheap-rc522-nfc-reader-to-read.html , you should be able to read the Ultralight C if you change two inductors on the PCB.

ananords avatar Apr 11 '21 16:04 ananords

Thanks for the quick response!

I took a look at the link you send my, but my MFRC522 is able to read the Ultralight (as I also tested with the DumpInfo from the MFRC522 library).

This error only occurs when trying to write the song number data...

sannemetten avatar Apr 11 '21 18:04 sannemetten