搜索资源列表
baseon80c51ofmc522
- 读写器与射频卡通信的设计采用RC522射频读写芯片与射频卡进行通信,符合ISO14443规范协议;硬件系统设计中主要有AVR单片机主控模块、电源模块、存储模块、外部时钟模块、LCD模块;软件系统设计采用C语言,遵循模块化和结构化编程模式,设计了射频卡操作程序、软关机与自动关机程序、LCD显示、串行Flash存储器、外部时钟等外部设备驱动程序。所设计的手持式读写器具备对MF1 S50、S70射频卡的读写、实时状态显示、系统在线升级以及关机等功能。-This handset can process
RC522-code
- RC522在C51单片机上和C430上的源码驱动,测试通过,可以应用到ARM驱动中!-RC522 C51 MCU and C430 of the source drive, the test is passed, can be applied to ARM driver!
MSP430RC522
- 以MSP430单片机的RC522驱动代码,文件包括源代码,与程序已经编译通过-MSP430 MCU RC522 driver code files, including source code, and the program has been compiled by
STM32F107_RC522
- 基于STM32F107VC的RC522驱动程序-The RC522 drivers based STM32F107VC
RC522-Arduino
- RC522 Aruino驱动库,里面有应用例子,主要针对RFID应用-RC522 Aruino driver library, there are application examples, mainly for RFID applications
C8051F330-RC522
- C8051F330驱动RC522读写IC卡,可能有适应性问题。仅作为处级开发工具使用。-a instruments which based on C8051F330 and RC522 ,maybe have a problem about the hardware.it only be used with a junior tool
RFID
- 自己写的RFID-RC522驱动程序,适用于AVR单片机,Arduino-Write your own RFID-RC522 driver for AVR microcontrollers, Arduino
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
- rc522刷卡驱动程序,支持多张卡识别,加入串口程序,可实现与openwrt路由进行远程卡挂失与解挂-rc522 c program
RC522
- RFID驱动程序代码,RC522芯片专用,本人已经用这段代码 在STM32上调试成功-RFID driver code, RC522 chip dedicated, I have used this code debugging success in the STM32
RC522-SPI
- 基于51和RC522的RFID驱动程序,希望和大家一起学习。-RFID driver based on 51 and RC522
RFID-MF-RC522-driver
- RFID MF RC522 13.56MHz非接触式无线射频读卡器驱动源代码,对IC卡,进行寻卡、读、写、加密等功能。-RFID MF RC522 13.56 MHz non-contact radio frequency card reader driver source code, IC card, for card, read, write, encrypt, and other functions.
RC522-I2C(0004)
- 这是一个RC522的驱动程序,单片机采用STM32内部含有模块的原理图-This is a RC522 driver, microcontroller using STM32 internal module containing schematics
RC522 I2C STM32F103
- RC522 IIC驱动程序,可实现读卡和写卡功能,复旦卡或M1卡都可以,本人也试过读公交卡,可以读出序列号和卡类型。(RC522 IIC driver, can read card and write card function, Fudan card or M1 card can, I also tried to read the bus card, you can read the serial number and card type.)
RC522底层驱动——spi
- 仅限于寻卡,读写卡,电子钱包等底层函数,实际应用需自己开发
SPI_RC522 (1)
- stm32f103zet6 rc522驱动(stm32f103zet6 rc522 qudong)
522
- 基于三星4412平台 Linux系统 RC522 驱动程序(RC522 linux device driver on s3c4412 SOC)
RC522驱动函数
- 使用RC522的驱动实现了TYPEA卡和TYPEB卡,能读取二代身份证的UID
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端用串口调试助手显示。