搜索资源列表
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
uart_RC522
- Linux系统环境中,基于串口uart的rc522驱动-linux,uart,rc522 driver
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!
stm8+rc522原理图+代码
- stm8驱动rc522芯片,含原理图及代码(use stm8 to drive rc522 rfid IC, contain sch and source program)
RC522 I2C程序
- RC522射频读卡模块底层驱动 51单片机(RC522 radio frequency read card module bottom drive 51 SCM)
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.)
SPI_RC522 (1)
- stm32f103zet6 rc522驱动(stm32f103zet6 rc522 qudong)
51单片机rc522 射频的程序和与电路图
- 完整的射频门禁程序源码包含rc522的驱动程序以及相应的显示程序(There had been many cases about RFID-based access control systems. In this paper, long-distance radio frequency technology was used and image-recognition technology was joined, these technologies were used to realize
522
- 基于三星4412平台 Linux系统 RC522 驱动程序(RC522 linux device driver on s3c4412 SOC)
RC522 I2C程序
- rc522关于IIC通信设计,驱动程序用来进行代码移植(Rc522 about IIC communication design)
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
RC522操作非接触式CPU卡和支持ISO7816协议的SIM卡
- RC522操作非接触式CPU卡和支持ISO7816协议的SIM卡(COS资料、ISO1443协议资料、rc522驱动、芯片资料、原理图)(Rc522 operates contactless CPU card and SIM card supporting ISO7816 protocol (COS data, iso1443 protocol data, rc522 driver, chip data, schematic diagram))
STM32+RC522用串口显示ID
- STM32+RC522驱动程序。用SPI方式驱动RC522,并读取IC卡的ID,并将其传到PC端用串口调试助手显示。