搜索资源列表
RFID-C++
- 飞利浦RC522芯片源代码。该芯片主要针对三表市场和手持设备,支持I2C/SPI/UART接口。 先发布基于普通51单片机的驱动源代码,采用串口接口,无需中断。只要接一个串口,后续会发布基于飞利浦LPC9401的读写源代码!LPC9401也是基于51核,只需连接SPI接口!有公司拿这个源代码卖钱哟-Philips RC522 chip source. The chip targeted at three tables and handheld devices market, support
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
C51-for-MFRC522
- 51单片机驱动RC522读卡芯片代码,包含1602显示,超级终端显示!-51 Microprocessor RC522 reader chip code contains the 1602 show, HyperTerminal display!
rc522_des
- RC522射频卡读写驱动和应用,MSP430单片机调试成功并且加入了DES加密算法,卡数据通信时可以选择是否加密,此程序仅供参考。-RC522 RF card reader drivers and applications, MSP430 MCU debugging success and joined the DES encryption algorithm, data communication card, you can choose whether to encrypt, this pr
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
test
- 基于STM32F10x系列 RC522读卡驱动程序,能在液晶是显示读到的卡号-RC522 reader based STM32F10X Series driver read the card number is displayed on the LCD
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.)
SPI_RC522 (1)
- stm32f103zet6 rc522驱动(stm32f103zet6 rc522 qudong)
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端用串口调试助手显示。