We are using a PN553 NFC reader on our hardware running android pie. The PN553 communicates with the controller over i2c in fast mode. The NFC service comes up and we are able to scan NFC tags but the issue is the NFC service startup time. It takes about 30 seconds for the service to come up
Due to user interaction constraints the NFC service is sometimes shutdown and restarted by the end user. When this happens, the delay of 30 seconds before the NFC reader responds is unacceptable
Has anyone experienced this issue when working with PN553 and android pie? Any pointers on how to reduce the service startup time will be highly appreciated.
We are using the NXP provided HAL code and the standard Android NFC service.