Question about MFRC522 card search

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Question about MFRC522 card search

554 次查看
lugix
Contributor I

Hi,I am using MFRC522 chip, the program is based on the previous official driver library. But when looking for a card, it succeeds once and fails once, why?

Rc522Init();
while(1)
{
  delay_ms(1000);
  status = Request(ISO14443_3_REQALL, tmp);
  if(status&&status != STATUS_COLLISION_ERROR)  printf("not find\r\n");
  else printf("find it\r\n");
}

 

Put the card near the antenna, the result is:
find it
not find
find it
not find
......
0 项奖励
回复
1 回复

547 次查看
lugix
Contributor I

anybody?

0 项奖励
回复