搜索资源列表
stm32rc522
- STM32操作RC5-STM32 RC522~~~~~~~~~~~~~~~~~~~~~~~~~~
rc522_stm32_read
- 通过stm32 控制rc522模块独处m50白卡id-M50 white card id alone control rc522 module by stm32
stm32-RFID
- stm32平台下开发的射频读卡器 程序实现了M1卡的读写功能,射频芯片是NXP的RC522芯片-stm32 platform developed under the program to achieve the M1 RFID reader card reader function is NXP s RF chip RC522 chip
RC522-SPI
- RC522射频模块的程序,有51单片机、STM32的例程,-RC522 RF module program, there are 51 single-chip, STM32 routine
STM32-RC522
- 这是是基于STM32的RFID实验,采用STM32F103ZET6和MFRC522,花了一上午改出来的,绝对可用。 程序正常运行时,LED0一闪一闪 读到卡片时,LED1灯点亮,并串口打印卡片类型和UID-This is based on the STM32 RFID experiments using STM32F103ZET6 and MFRC522, spent the morning changed out, is absolutely available. Progr
RFID-STM32
- 基于STM32F103系列单片机读取RC522序列号 -RC522 read the serial number on STM32F103 MCU
rc522
- 使用stm32f4进行开发,工程由stm32cubeMx自动生成,可移植到其他类型的stm32芯片上,启用了SPI和USART1功能,可以读写卡片。已经配置好fpu和arm_math功能,可以进一步开发。可以通过串口助手回显信息。-Use stm32f4 development, engineering generated automatically by stm32cubeMx, can be ported to other types of stm32 chip, enabled SPI a
RC522
- RFID驱动程序代码,RC522芯片专用,本人已经用这段代码 在STM32上调试成功-RFID driver code, RC522 chip dedicated, I have used this code debugging success in the STM32
STM32_RC522
- 这个是stm32控制rc522 ic模块读写操作-This is stm32 rc522 ic control module to read and write
STM32-UARTchuankouceshi
- RC522串口测试代码,用于STM32单片机,适合初学者.-RC522 serial test code for the STM32 microcontroller, suitable for beginners
RC522-I2C(0004)
- 这是一个RC522的驱动程序,单片机采用STM32内部含有模块的原理图-This is a RC522 driver, microcontroller using STM32 internal module containing schematics
RC522-by-lcd
- STM32+读卡器模块rc522+RFID读取 +lcd显示例程-STM32+ card reader module rc522+ RFID read+ lcd display routine
STM32 RC522程序
- RFID读写 基于STM32 平台 与RC522通讯(RFID read and write Communication with RC522 based on STM32 platform)
RFID_战舰 - 副本
- rc522与stm32通信,Communication between rc522 and stm32(Communication between rc522 and stm32)
战舰板RC522SPI
- 基于战舰板的STM32 + RC522 SPI,使用4.3寸LCD,已经测试,读卡信息OK!(STM32F10X + RC663 SPI code!)
读卡程序
- 自己编写的rc522读卡程序,已经验证,运行ok,硬件是正点原子的精英版(I wrote the rc522 read card program, has been verified, run OK)
Code_test
- 对刷卡芯片RC522,开发,内部含STM32芯片对RC522的整体操作步骤,读卡、写卡等ss(On the card chip RC522, development so)
野火stm32-RFIDl智能卡
- RC522射频识别读卡器,基于stm32f10x,可以读得了卡(RC522 radio frequency identification card reader, based on stm32f10x, you can read cards.)
stm32-pos-drives
- STM32 POS机底层驱动程序,包含打印机驱动程序,SPI FLASH驱动程序,RC522驱动程序 ,PASM卡(7816)驱动程序,磁条卡驱动程序,ILI932X液晶模块驱动程序,键盘驱动程序等(STM32 POS bottom driver, including printer driver, SPI FLASH driver, RC522 driver, PASM card (7816) driver, magnetic stripe card driver, ILI932X LCD m
STM32+RC522用串口显示ID
- STM32+RC522驱动程序。用SPI方式驱动RC522,并读取IC卡的ID,并将其传到PC端用串口调试助手显示。