Topic: building my own board and looking for advice
I am very new to NFC, so please excuse my ignorance.
I have a fair bit of experience with hardware like custom FPGAs, and uC boards. So I would like some advice on picking a chip for custom NFC board for various 13.56 MHz applications. I would defiantly want this board to be able to use PayPass type tags for actual financial transactions, but I would also like to use it for other types of access control cards.
The TS-7500 ARM SBC board that is part of my preexisting system that I want to integrate NFC board into by mating the boards together via the 40pin header. It has hardware serial UARTs, SPI, I2C available. I am not interested in a chip with a USB only interface. I have a open-embedded based distro on the board so compiling libnfc shouldn't be an issue.
I was staying away from the PN532 since its being phased out, and the board I am making might need to be in active production for a while. So what is the difference in functionality between a PN512 "transmitter" (what NXP calls it) and a "controller" like the PN532/PN533?
Some open source schematics I have read use pins SIG_IN, SIG_OUT, SIG_CLK. What tags, protocols, and situations require the SAM? Is the sam usable without SSC hardware (like the kind onboard ATMel chips, I ask because I have seen references to timing issues when using GPIOs).
Thanks ahead of time for the help.