Dear,
We currently don’t have a software tool capable of performing the switching among the diverse types/modes. Nevertheless, there is a way you can manage to carry out that task, by modifying the polling loop in PN7150.
It can be modified in nfc_task.c by re-structuring this section:
unsigned char DiscoveryTechnologies[] = {
MODE_POLL | TECH_PASSIVE_NFCA,
MODE_POLL | TECH_PASSIVE_NFCB,
MODE_POLL | TECH_PASSIVE_NFCF,
};
Regards,
Ivan.