Hi BartE - thanks for your reply!
I do not receive any error regarding invalid EEPROM - not while writing, not at boot time.
My cards are shown in this format: D4 04 E2 E9
I register a Master Card like this (and it works until reboot):
MFRC522::Uid masterkey = { 4, {0xD4,0x04,0xE2,0xE9},  0 };
SVLoneStar
@SVLoneStar
0
				Reputation
			2
				Posts
			376
				Profile views
			0
				Followers
			0
				Following
			Best posts made by SVLoneStar
This user hasn't posted anything yet.
				
				Latest posts made by SVLoneStar
- 
    RE: RFID Garage door openerposted in My Project
 - 
    RE: RFID Garage door openerposted in My Project
Hello BartE,
I have the same issue as cyberfilou...
Sketch works beautifully...but if I power off the Arduino (Pro Mini in my case) and power it on again, all stored cards are gone. Any ideas what could cause this, and how to prevent it?Thx a lot, Stefan