




版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領(lǐng)
文檔簡介
1、1,RFID硬件原理簡介 以AS3990閱讀器芯片為例,2,涉及的一些基礎(chǔ)概念 RFID硬件結(jié)構(gòu)及各部分作用 AS3990閱讀器芯片介紹,3,基帶:指信號的頻譜從零頻率附近開始。 頻帶:指信號的頻譜具有帶通形式且中心頻率遠離零頻。攜帶有消息;適合在信道中傳輸。,4,ASK調(diào)制和PSK調(diào)制,PSK,5,ASK信號波形(OOK),RFID使用的ASK信號的調(diào)制度是80100%。,6,ASK解調(diào),非相干解調(diào)(包絡(luò)檢波法),相干解調(diào),7,PLL(鎖相環(huán)),8,混頻(器件的非線性),(光的顏色),9,RFID中發(fā)射機混頻結(jié)構(gòu),低中頻 超外差 零中頻 中頻選為0(本振與載波同頻)時的超外差結(jié)構(gòu)。,10,G
2、EN2協(xié)議,EPC physical layer Interrogator!tag: Carrier: 860-960Mhz (depending on local regulations) EU:865.5-867.6Mhz, US: 902-928Mhz , divided into channels (200kHz, 500kHz) yes, FDMA is possible! Modulation: ASK (DSB-ASK,SSB-ASK, PR-ASK tag undestands all) Encoding: PIE Bandwidth: 26.7-128kbit/s Tag!i
3、nterrogator: Modulation: ASK or PSK ( reader understands all) Encoding: reader decides FM0 baseband (40-640kbit/s) Miller of a subcarrier (5-320kbit/s) Data rate depends on Divide Ratio and TRcal, selected by reader QUERY command,11,RFID系統(tǒng)工作原理,1.讀寫器開始工作之后,先內(nèi)向空間發(fā)送860960 MHz頻率范圍的載波,激活標簽。 2.標簽從射頻信號獲得能量
4、后,響應(yīng)讀寫器發(fā)送的指令。 3.讀寫器開始發(fā)送帶調(diào)制的命令信息,標簽從載有信息的調(diào)制信號獲取能量的同時得到指令,標簽依照指令做出響應(yīng)。,12,相互認證通過之后,閱讀器會向電子標簽發(fā)出讀、寫、鎖定、kill、盤存等操作指令。,13,閱讀器發(fā)射未調(diào)載波信號作用,為標簽供電; 為標簽反向散射信號提供載; 為零中頻接收機提供本振。,14,電磁反向散射,閱讀器發(fā)出的射頻信號傳播標簽的天線上,標簽需要向?qū)㈤喿x器發(fā)送信息時,就通過調(diào)整天線的復(fù)阻抗,改變天線對電磁波的反射系數(shù),從而對反射波進行相位或振幅的調(diào)制。,15,一種反射調(diào)制的電路實現(xiàn),16,RFID系統(tǒng)工作波形,17,RFID讀寫器硬件組成,18,AS
5、3990/AS3991芯片簡介,各部分硬件結(jié)構(gòu) 各部分功能、工作原理 只涉及少芯片引腳 各部分相關(guān)寄存器設(shè)置單獨由word文檔列出,19,20,Comprise of,analog and digital functionality with complete EPC Gen2 or ISO18000-6C digital protocol support. on-board PLL section with integrated VCO supply section DAC and ADC section Host interface section Configuration regist
6、ers( configures operation of all blocks),21,Power up and operations,Needs to be correctly supplied via. VEXT and VEXT2 pins and enabled via. EN pin At power-up. The configuration registers are preset to a default operation mode. Access and change registers(P23) to choose other options. Communication
7、,22,Communication,The communication between the reader and the transponder follows the reader talk first method. After power-up and configuring IC, the host system starts communication by turning on the RF field by setting option bit rf_on。,23,Transmitting and receiving modes,Normal Data Mode: the T
8、X and RX data is transferred through the FIFO register and all protocol data processing is done internally. Direct Data Mode: the data processing is done by the host system.,24,接口總線(interface bus),25,parallel 10-pin bus can be configured and used as a serial peripheral interface(SPI) exclusive , can
9、 not switch between them in a single application. The parallel mode is selected if all IO pins are low during low to high transition of the EN pin (enable).,26,The reader will always behave as the “slave” connected to the host system (MCU), which behaves as the “master” device. The host system initi
10、ates all communications. The reader has an IRQ pin to ask for host system attention.,27,Communication is initialized by a Start condition, which should be followed by an Address or Command word. The Address and Command words are 8-bits long. Communication is closed by an appropriate stop condition.,
11、28,命令/地址格式,29,Continuous address mode noncontinuous address mode command mode. Continuous address mode needs to be closed by StopCont condition while the other two modes need to be terminated by StopSgl condition.,communication modes,30,Continuous address mode,Cont mode=1, the first data that follow
12、s the address is written (or read) to (from) the given address. For each additional data, the address is incremented by one. can be used to write part of the control registers in a single stream without changing the address.,31,組合模式,32,Registers 12, 14, 15, 16, and 17 are three bytes deep. They can
13、be accessed by Continuous address mode only. The least significant byte is accessed first. It is possible to access only deep register in a single communication stream。,33,The 24 bytes deep FIFO register can be accessed by Continuous address mode only.) It is allowed to use communication stream comb
14、ined of command mode and address mode. Example: Reset FIFO, Transmit, write to 1D, 1E for transmission length, and continuously to 1F for filling FIFO with transmission data.,34,Start = start condition Adr = address with Cont bit low Adrc = address with the Cont bit high Cmd = command byte Data = da
15、ta byte StopSgl = stop condition for termination of the command or non-continuous address mode StopCont = stop condition for termination of the continuous address mode,35,命令后可以是地址,可以是命令,但不可以是數(shù)據(jù)。 地址后只能是數(shù)據(jù)。 地址和命令是定義的,數(shù)據(jù)是隨機的。這樣可以保證不會混淆,36,并行接口(以StopSgl結(jié)尾),37,38,VDD_I0,此引腳很重要,定義了芯片與MCU的通信電平(1.8-5.5v)。如果
16、使用芯片內(nèi)部高壓器供電(VDD_D),則應(yīng)將VDD_IO與VDD_D相連。如果MCU單獨供電,則應(yīng)調(diào)節(jié)相關(guān)設(shè)置寄存器。,39,SUPPLY,A set of 3.4V regulators is used for supplying the reference block, AD and DA converters, low frequency receiver cells, the RF part, and digital part. It is possible to use the digital part supply VDD_D for supplying the external
17、MCU with a current consumption up to 20mA.,40,41,An additional 4.8V regulator is used for the input RF mixers supply. The input of this regulator is VEXT, output is VDD_MIX pin. The VEXT voltage needs to be between 5.3V and 5.5V.,42,Power Down Mode: EN pin low (EN=L). the OAD2 pin not be connected.
18、Normal Mode: EN=H. The chip is ready to move to transmit or receive operation. Standby Mode: stby=H. In the standby mode the regulators, reference voltage system, and crystal oscillator are operating in low power mode; but the PLL,transmitter output stages and receiver are switched off.,43,PLL,compo
19、sed of a voltage control oscillator (VCO), prescaler, main and reference divider, phasefrequency detector, charge pump, and loop filter. All building blocks excluding the loop filter are completely integrated.,44,external RF source can be used. It is also possible to use external VCO and internal PL
20、L circuitry.(使用于對相位噪聲要求較高的場合),45,每次啟動RF模塊之前,主機都要先對PLL模塊各項參數(shù)進行設(shè)置(主要是預(yù)定標)。 跳頻(Frequency hopping):主機以命令形式控制。(相關(guān)命令參考手冊)。,46,protocol processing digital part shaping Modulator amplifier circuitry.,發(fā)射機(TRANSMITTER),47,三種工作模式,Normal Mode(正常模式) Direct Mode Using Parrallele Interface Direct Mode using Serial
21、 interface(SPI),48,Normal Mode,In normal mode, all signal processing (protocol coding, adding preamble or frame-sync and CRC, signal shaping, and modulation) is done internally. Frame-sync: 幀同步。,49,The transmission is started by sending the transmit command followed by information on the number of b
22、ytes that should be transmitted and the data. The number of bytes needs to be written in the TX length registers and the data to the FIFO register. The transmission actually starts when the first data byte is written into the FIFO.,50,The second possibility is to start transmission with one of the d
23、irect Gen2 commands (Query, QueryRep, QueryAdjust,ACK, NAK, ReqRN). In this case, the transmission is started after receiving the command.,51,The reader chip starts transmission and sends an interrupt request when only 3 bytes are left in the FIFO. When interrupt is received, the host system needs to read the IR
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 藝術(shù)培訓(xùn)學(xué)校課程研發(fā)工作總結(jié)范文
- 污水管網(wǎng)工程施工分階段計劃
- 快遞分揀中心夏季防暑降溫措施指南他
- 滿分之路:分離定律中特殊遺傳現(xiàn)象分析(含解析)
- 房地產(chǎn)開發(fā)施工風(fēng)險管理措施
- 教師科研與師德師風(fēng)心得體會
- 2025年小學(xué)語文線上教師成長計劃
- 九年級數(shù)學(xué)實踐活動教學(xué)計劃
- 四年級上冊數(shù)學(xué)教研組校園文化建設(shè)計劃
- 城市交通綜合體2025年工作總結(jié)及規(guī)劃計劃
- 銀行貿(mào)易融資業(yè)務(wù)介紹
- 弱電簡單維修方案
- AutoCAD 2020中文版從入門到精通(標準版)
- gkg全自動印刷機評估報告
- 隆基樂葉光伏板560檢測報告
- 學(xué)校財務(wù)人員述職報告范文
- 履帶式微耕機的結(jié)構(gòu)設(shè)計說明書
- 一種鰭狀結(jié)型場效應(yīng)晶體管及其制備方法、芯片與流程
- 設(shè)備安裝施工方案完整版
- 基于PLC的智能車庫門系統(tǒng)設(shè)計
- 【2023有效教學(xué)設(shè)計原理、策略與評價讀書報告3600字】
評論
0/150
提交評論