What we need to make some NFC producs? The first You need to develop NFC producs, then You need add microcontoller to controll the NFC, connected via SPI. I will use NUCLEO-F446RE then i will program it.
The Algorithm
- We need to set CS to be LOW
- We will try to send HAL_SPI_Transmit
- We will Try to receive data with HAL_SPI_Receive
- Decativeate to set CS to be high.