Location:
Search - rfid mhz
Search list
Description: RFID标准:iso18000-6(英文版)。
Information technology — Radio-frequency identification for item management — Part 6: Parameters for air interface communications at 860 MHz to 960 MHz
Platform: |
Size: 284497 |
Author: barla |
Hits:
Description: 中国EPC标准草案(基本上是EPC C1G2的中文翻译)
射频识别协议-
第1类第2代UHF RFID 860兆赫-960兆赫通讯协议
EPC™ Radio-Frequency Identity Protocols
Class-1 Generation-2 UHF RFID
Protocol for Communications at 860 MHz – 960 MHz
Platform: |
Size: 704085 |
Author: ys |
Hits:
Description: RFID标准:iso18000-6(英文版)。
Information technology — Radio-frequency identification for item management — Part 6: Parameters for air interface communications at 860 MHz to 960 MHz-RFID standard: iso18000-6 (in English). Information technology- Radio-frequency identification for item management- Part 6: Parameters for air interface communications at 860 MHz to 960 MHz
Platform: |
Size: 284672 |
Author: barla |
Hits:
Description: 中国EPC标准草案(基本上是EPC C1G2的中文翻译)
射频识别协议-
第1类第2代UHF RFID 860兆赫-960兆赫通讯协议
EPC™ Radio-Frequency Identity Protocols
Class-1 Generation-2 UHF RFID
Protocol for Communications at 860 MHz – 960 MHz
Platform: |
Size: 703488 |
Author: ys |
Hits:
Description: A 13.56 MHz RFID transponder front-end with merged load modulation and voltage doubler-clamping rectifier circuits
Platform: |
Size: 236544 |
Author: 邓长吉 |
Hits:
Description: This a source of 13.560MHz RFID card reader for TRH031M as ATMEGA8-16AU MPU.
The title is 3Alogics TRH031M 13.56MHz RFID Reader V1.0.
project : RFID Reader V2.0
Target : MEGA8-16AU
Crystal: 16.000 Mhz
Input : TRH031M RFID 13.56MHz
Output : RS232C 115200,N,8,1
Compiler : ICC-AVR V6.26C
// Pin configuration for ATMEGA8-16AU TQFP32
// #30 RXD <--- RXD (SP3232)
// #31 TXD ---> TXD (SP3232)
// #32 PD2/INT0 <--- INTR (TRH031M)
// # 1 PD3/INT1 ---> RST (TRH031M)
// # 2 PD4 ---> D4 (TRH031M)
// # 9 PD5 ---> D5 (TRH031M)
// #10 PD6 ---> D6 (TRH031M)
// #11 PD7 ---> D7 (TRH031M)
// #12 PB0 ---> D0 (TRH031M)
// #13 PB1 ---> D1 (TRH031M)
// #14 PB2 ---> D2 (TRH031M)
// #15 PB3 ---> D3 (TRH031M)
// #16 PB4 ---> CSB (TRH031M)
// #17 PB5 ---> LED
// #23 PC0 ---> A0 (TRH031M)
// #24 PC1 ---> A1 (TRH031M)
// #25 PC2 ---> A2 (TRH031M)
// #26 PC3 ---> ALE (TRH031M)
// #27 PC4 ---> /RD (TRH031M)
// #28 PC5 ---> /WR (TRH031M)
-This is a source of 13.560MHz RFID card reader for TRH031M as ATMEGA8-16AU MPU.
The title is 3Alogics TRH031M 13.56MHz RFID Reader V1.0.
project : RFID Reader V2.0
Target : MEGA8-16AU
Crystal: 16.000 Mhz
Input : TRH031M RFID 13.56MHz
Output : RS232C 115200,N,8,1
Compiler : ICC-AVR V6.26C
// Pin configuration for ATMEGA8-16AU TQFP32
//#30 RXD <--- RXD (SP3232)
//#31 TXD---> TXD (SP3232)
//#32 PD2/INT0 <--- INTR (TRH031M)
//# 1 PD3/INT1---> RST (TRH031M)
//# 2 PD4---> D4 (TRH031M)
//# 9 PD5---> D5 (TRH031M)
//#10 PD6---> D6 (TRH031M)
//#11 PD7---> D7 (TRH031M)
//#12 PB0---> D0 (TRH031M)
//#13 PB1---> D1 (TRH031M)
//#14 PB2---> D2 (TRH031M)
//#15 PB3---> D3 (TRH031M)
//#16 PB4---> CSB (TRH031M)
//#17 PB5---> LED
//#23 PC0---> A0 (TRH031M)
//#24 PC1---> A1 (TRH031M)
//#25 PC2---> A2 (TRH031M)
//#26 PC3---> ALE (TRH031M)
//#27 PC4---> /RD (TRH031M)
//#28 PC5---> /WR (TRH031M)
Platform: |
Size: 12288 |
Author: acleds |
Hits:
Description:
Platform: |
Size: 111616 |
Author: 阿彪 |
Hits:
Description: 米勒解码器的状态转换模块。用verilog语言编写,ISE为开发环境-Miller decoder module of the state transition
Platform: |
Size: 274432 |
Author: kinki |
Hits:
Description: 13.56MHZ天线设计,包含PCB图纸,供参考-13.56MHZ antenna design, including PCB drawings for reference
Platform: |
Size: 21504 |
Author: 高 |
Hits:
Description: 13.56MHz and 900 MHz RFID体现设计实例讲解-Design Examples for 13.56MHz and 900 MHz RFID Antenna
Platform: |
Size: 606208 |
Author: 王京 |
Hits:
Description: The code demonstrates using interrupts to read data sent by EM4095 chip.
Clock is read using interupt on pin RB1 and data is read using interupt pin RB0
Upon correct identification of the card, results are displayed via USART.
* Test configuration
MCU P18F4520
Dev.Board EasyPIC5
Oscillator HS-PLL, 32.0000 MHz
Ext. Modules mE RFid Reader Board
SW mikroC v8.1-The code demonstrates using interrupts to read data sent by EM4095 chip.
Clock is read using interupt on pin RB1 and data is read using interupt pin RB0
Upon correct identification of the card, results are displayed via USART.
* Test configuration
MCU P18F4520
Dev.Board EasyPIC5
Oscillator HS-PLL, 32.0000 MHz
Ext. Modules mE RFid Reader Board
SW mikroC v8.1
Platform: |
Size: 15360 |
Author: majid |
Hits:
Description: TRF 7961 is a RFID transciever IC used for RFID application such as Secure Access Control, Product Authentication and Contactless Payment Systems. The RFID Reader IC when interfaced with a suitable controller and a serial to USB converter IC can make up a good RFID Reader Hardware System. It operates in 13.MHz frequency.
Platform: |
Size: 618496 |
Author: fathah |
Hits:
Description: The datasheet presents the firmware description of the RFID Reader based on TRF 7960 IC. It operates in 13.56 MHz frequency.
The firmware description can be taken as a reference point for any RFID Reader. There are easy to understand block diagrams which
shows the way in RFID Firmware development.
TRF 7961 is a RFID transciever IC used for RFID application such as Secure Access Control, Product Authentication and Contactless Payment Systems.
The RFID Reader IC when interfaced with a suitable controller and a serial to USB converter IC can make up a good RFID Reader Hardware System
Platform: |
Size: 250880 |
Author: fathah |
Hits:
Description: TRF7960 for linux. This is a reader RFID for detect tag to 13.56 MHz. TRF7960TB+MSP430F5438A Experiment.
Platform: |
Size: 453632 |
Author: charlie |
Hits:
Description: RFID中文协议,第一部分:参考结构和被标准化的参数的定义,第二部分:低于135 kHz 频段短程通讯空间接口的参数,第三部分:13.56 MHz 短程通讯空间接口的参数,第四部分:2.45 GHz 短程通讯空间接口的参数-Chinese RFID Protocol, Part I: Reference architecture and definition of parameters to be standardized, Part II: short-range communications below 135 kHz band parameters of the interface space, the third part: 13.56 MHz short-range communication interface parameter space, the fourth part: 2.45 GHz short-range communication interface parameter space····
Platform: |
Size: 1220608 |
Author: f |
Hits:
Description: (Melexis).13.56 MHz RFID systems and antennas design guide
Platform: |
Size: 260096 |
Author: dimatteo |
Hits:
Description: technical report
13.56 MHz ISM Band Class 1 Radio Frequency
Identification Tag Interface Specification:
Candidate Recommendation, Version 1.0.0
abstract
This document specifies the radio frequency communication interface and Reader commanded
functionality requirements for an Auto-ID Center Class I radio frequency identification (RFID)
Tag operating in the 13.56 MHz ISM frequency band. A Class I tag is designed to communicate
only its unique identifier and other information required to obtain the unique identifier during
the communication process.
Platform: |
Size: 292864 |
Author: xninas |
Hits:
Description: ISO/IEC (International Standards Organization and International Electrotechnical Commission)
18000–1: Generic air interfaces for globally accepted frequencies
18000–2: Air interface for 135 KHz
18000–3: Air interface for 13.56 MHz
18000–4: Air interface for 2.45 GHz
18000–5: Air interface for 5.8 GHz
18000–6: Air interface for 860 MHz to 960 MHz
18000–7: Air interface at 433.92 MHz
EPCglobal Inc
HF (13.56 MHz)
13.56 MHz ISM Band Class 1
UHF (868 – 928 MHz)
UHF Class-0
UHF Class-1 Generation-1 (Class-1 Gen-1)
UHF Class-1 Generation-2 (Class-1 Gen-2) [3]
Platform: |
Size: 48128 |
Author: JK |
Hits:
Description: 433 MHz RFID标签天线的设计,RFID电子标签的很好的设计资料-433 MHz RFID tag antenna design, the RFID electronic tag of good design data
Platform: |
Size: 172032 |
Author: bonwenli |
Hits:
Description: 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.
Platform: |
Size: 9216 |
Author: 王泽军 |
Hits: