mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
arm/stm32f401rc-rs485: Add support to RFID MFRC522
Signed-off-by: Rodrigo Sim rcsim10@gmail.com
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
a36c168e54
commit
fddebc267d
@@ -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 |
Reference in New Issue
Block a user