I have a PN512 on a custom PCB. I am successfully communicating with the chip over I2C with my MCU (STM32). I can read and write registers, run self-test etc. The radio is operating, I can see the carrier on my scope.
I would like to know the minimum required sequences of register operations to detect a present tag and report an ID. I don't want to use the vendor library directly and I don't want to have to weed through hundreds of thousands of lines of code to find the few register writes I need.
If anyone can help, I'd appreciate it!