RC522 IRQ when detect Card without send command all time.

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

RC522 IRQ when detect Card without send command all time.

1,178件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by marcossmart on Sat May 14 23:18:41 MST 2016
Please Help me! How I can set registers below to active interrupt (IRQ) without send command via SPI?

After configured registers active IRQ when card is near, without send command.

Is possible?

Thank you.

WriteRawRC(DivlEnReg, 0x84); //
WriteRawRC(DivIrqReg, 0x80); //
WriteRawRC(ComIEnReg, 0xA0); //
WriteRawRC(ComIrqReg, 0x80);
ClearBitMask(ComIrqReg, 0x80); //
WriteRawRC(FIFODataReg, PICC_REQIDL);
WriteRawRC(CommandReg,PCD_TRANSCEIVE);
WriteRawRC(BitFramingReg, 0x87);
ラベル(1)
0 件の賞賛
1 返信

481件の閲覧回数
lpcware
NXP Employee
NXP Employee
bump
0 件の賞賛