Instructions

NFC &
MIFARE & ISO14443AB & ISO15693 & ISO18000 & ISO7816 IC Card Module www.quio-rfid.de
Copyright © 2003-2022 Quick Ohm Küpper & Co. GmbH. All rights reserved. 23/101
5.2.5 Set Module Idle
Function: set the module idle. In idle mode, the module of RF output turn to OFF, PCD
power down, and CPU in idle mode, so the power consumption reduces to about 100uA. Sending
the next command to module will wake up the module, and then the RF output ON and automatic
detecting card restore the settings. The module will enter into idle mode after the answer
procedure is finished for this command. In I²C and SPI mode, host needs to get the answer, and
then the module goes into idle mode. The module with USB interface doesn't support idle mode.
Host sends:
Frame 0x12 Random Checksum
Random: 1 byte random data, for example: 0x55
Success:
Frame 0x12 Checksum
Failure:
Frame 0xED Checksum
Example:
Send: 0x00 05 00 12 55 42
Return: 0x00 04 01 12 17
5.2.6 Set LED
Function: set the LED ON or OFF.
Host sends:
Frame 0x13 Status Checksum
Status: 1byte
LED1 BIT0=0: OFF; BIT0=1: ON
LED2 BIT1=0: OFF; BIT1=1: ON
LED3 BIT2=0: OFF; BIT2=1: ON
LED4 BIT3=0: OFF; BIT3=1: ON
Success:
Frame 0x13 Checksum
Failure:
Frame 0xEC Checksum
Example:
Send: 0x00 05 00 13 0F 19
Return: 0x00 04 01 13 16
5.2.7 Set Buzzer
Function: set buzzer to beep.
Host sends:
Frame 0x14 Time Checksum