Topic: ACR122 with fox g20 board

Hi everybody,

I am new to the community and in general in the nfc-area.
Lately I am playing around with the nfc lib.
I am trying to use this ACR122 usb reader with this arm-processor-ed board.
My problem is that when I try to nfc_connect(), it needs long time to find the device.
Is there a way to make it somehow quicker? Maybe another function or sth.

I have to note that this board is running debian linux, its cpu clock is 400Mhz and has 64Mb of Ram.

Thanks in advance!

VM

Last edited by vamitrou (2010-05-10 12:00:31)

Re: ACR122 with fox g20 board

Hello,

vamitrou wrote:

My problem is that when I try to nfc_connect(), it needs long time to find the device.
Is there a way to make it somehow quicker?

Yes, you can specify the device_spec_t instead of using auto-connection feature.

Romuald Conty