ib technology
Card STATUS
Command to return card status.
The acknowledge byte flags indicate general Mifare card status.
B7
B0
Command:
0 1 0 1 0 0 1 1
(Ascii “S”, 0x53)
(F = Status flags)
Acknowledge: 1 F F F F F F X
Program EEPROM
The Micro RWD has some internal EEPROM for storing system parameters such as polling
rate and authorised identity codes (serial numbers). This command sequence allows individual
bytes of the EEPROM to be programmed with new data. The data is internally read back after
programming to verify successful operation. Note that due to the fundamental nature of these
system parameters, incorrect data may render the system temporarily inoperable.
B7
B0
Command:
Argument1:
Argument2:
0 1 0 1 0 0 0 0
N N N N N N N N
D D D D D D D D
(Ascii “P”, 0x50)
(N = EEPROM memory location 0 - 255)
(D = data to write to EEPROM)
Acknowledge: 1 X X X F X X F
(F = Status flags)
Internal EEPROM memory map
Polling delay parameter values (EEPROM location 0):
Parameter 0 value Polling Delay
SLEEP Period
(SLEEP and power-down is skipped)
0x00
0x10
0x20
0x30
0x40
0x50
0x60
0x70
0x80
0x90
0xA0
0xB0
0 mS
8 mS
16 mS
32 mS
65 mS
132 mS
262 mS
524 mS
1 second
2 seconds
4 seconds
8 seconds
Polling delay can be set from 0 to 8 seconds to give complete control over current
consumption and battery life. Note that setting Polling delay = 0x00 skips the SLEEP and
power-down operation so polling is as fast as possible (and current consumption is highest).
10