搜索资源列表
RC522
- 本代码包括了RC522的的大全,包括了原理图,原代码,还有各种说明书-The code includes the RC522 of the Daquan, including schematics, source code, and various brochures
stm32rc522
- STM32操作RC5-STM32 RC522~~~~~~~~~~~~~~~~~~~~~~~~~~
rc522
- stm32控制rc522,RFID在arm嵌入式上的应用-stm32 control rc522, RFID applications embedded on the arm
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
- NXP RC522 RFID 芯片在STM32上的驱动程序,使用KEIL编辑,经过测试可以使用-the driver of NXP RC522 RFID IC on STM32 MCU,edit on KEIL ,tested,it is can be use!
RC522
- STM32的SPI控制RC522实现充值扣款和解密码-The STM32 SPI control RC522 achieve reconciliation prepaid debit password
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
STM32 RC522程序
- RFID读写 基于STM32 平台 与RC522通讯(RFID read and write Communication with RC522 based on STM32 platform)
野火stm32-RFIDl智能卡
- RC522射频识别读卡器,基于stm32f10x,可以读得了卡(RC522 radio frequency identification card reader, based on stm32f10x, you can read cards.)
RFID-RC522门禁控制系统程序
- 基于STM32的RFID-RC522门禁控制系统程序(Program of Access Control System Based on STM32 RFID-RC522)
RC522-dukahao
- 通过stm32读取M1卡卡号,显示在LCD上(Read M1 card number through STM32 and display it on LCD)
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端用串口调试助手显示。