arm/stm32f401rc-rs485: Add support to RFID MFRC522

Signed-off-by: Rodrigo Sim rcsim10@gmail.com
This commit is contained in:
Rodrigo Sim
2024-08-04 16:14:55 -03:00
committed by Alan Carvalho de Assis
parent a36c168e54
commit fddebc267d
10 changed files with 291 additions and 0 deletions
@@ -664,3 +664,30 @@ you can configure this using menuconfig::
Number of 8x8 LEDs matrices in the horizontal (width)
Number of 8x8 LEDs matrices in the vertical (height)
mfrc522
-------
Configures the NuttShell (nsh) over USB Serial (check usbserial configuration) and enables RFID driver with
MFRC522::
nsh> rfid_readuid
Trying to READ: Card is not present!
Trying to READ: Card is not present!
Trying to READ: RFID CARD UID = 0x3DB3F169
======= ====
MFRC522 PINS
======= ====
SCK PA5
MISO PA6
MOSI PA7
CS PC5
======= ====
The board used is based on MFRC522 NXP IC that supports contactless communication
at 13.56 MHz and ISO/IEC 14443 A/MIFARE and NTAG.
.. figure:: mfrc522_image.jpg
:align: center
Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB