Skip to content

FeiyuCode/STM32f103-RFID-MFRC522

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STM32f103-RFID-MFRC522

Software : Keil 5

1.Implement function:

STM32_SPI controller communicates with RC522 to realize RFID read and write function; Each time you swipe, the LED flashes once and the buzzer sounds once.Read the unique identification code in the RFID card and use the serial port to display; Write a value of 10 to the space inside the card. Each time the card is swiped, the value is read from the card, the value is decremented by 1, and then written back to the card. When reduced to 0, the value is increased to 10. The serial port shows the process.

2.Wiring: *1--SDA <----->PA4 *2--SCK <----->PA5 *3--MOSI<----->PA7 *4--MISO<----->PA6 *5--NUll *6--GND <----->GND *7--RST <----->PB0 *8--VCC <----->VCC(3.3v)

About

Step by step

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages