This project aims to develop an application using the STM32L476 microcontroller and Near Field Communication (NFC) technology. The main objective is to enable wireless communication between the microcontroller and other ISO14443-compatible devices.
- STM32L476 microcontroller on Nucleo-64 board (
MB1136
) - ST25R3911B chip on X-NUCLEO-NFC05A1
- Connection cables
- STM32CubeIDE v1.6.0
- STM32Cube HAL v1.9.0
- Clone the project repository from GitHub.
- Open the project in STM32CubeIDE.
- Configure the GPIO pins for NFC communication.
- Import the necessary libraries.
- Compile and download the code to the microcontroller.
This project offers the following features:
- ISO14443 Type A and Type B full compatibility
- Portability with other STM32 microcontrollers.
For more information on using this project, please refer to the complete documentation available in the Documents
folder of the GitHub repository.