基于WiFi的嵌入式RFID信息傳輸與顯示終端的研發(fā)
本文選題:WiFi + 射頻識別; 參考:《吉林大學》2017年碩士論文
【摘要】:科技的迅速發(fā)展,帶動著嵌入式的應(yīng)用前景不斷的擴寬。嵌入式系統(tǒng)一般體積小,應(yīng)用專業(yè)性強。伴隨著傳輸技術(shù)從有線到無線的飛躍,Wi Fi技術(shù)也進一步發(fā)展。射頻識別(RFID,Radio Frequency Identification)技術(shù)是一種非接觸的微波識別技術(shù),能夠在一定范圍內(nèi)對目標進行識別,并且準確度和抗干擾能力強。將嵌入式,無線通信,RFID技術(shù)三者相結(jié)合,能夠應(yīng)用在很多場合:智能家居,室內(nèi)監(jiān)控,刷卡系統(tǒng)等;赪IFI的嵌入式RFID信息傳輸與顯示終端的研發(fā)以會議室刷卡簽到系統(tǒng)為背景,在Linux系統(tǒng)嵌入ARM9平臺的基礎(chǔ)上,針對13.56MHz的RFID卡,研發(fā)了一種讀卡端與信息處理端分離的RFID卡操作系統(tǒng)。該系統(tǒng)的讀卡端與信息處理端利用Wi Fi進行信息交互。本設(shè)計主要分為三部分:1)讀卡傳輸端。這部分主要功能是控制器控制讀卡芯片對RFID卡進行尋卡,防碰撞,選卡,密鑰認證后讀取卡內(nèi)信息并將信息進行適當?shù)母袷睫D(zhuǎn)換后,通過Wi Fi模塊發(fā)送出去。由于控制器不需要大量的運算,所以選取了控制能力強,易于上手的STC89C52。讀卡芯片選取了高集成度的讀卡芯片MFRC500。Wi Fi部分則選用了小巧且超低功耗的ESP8266。本設(shè)計一共設(shè)計了5個讀卡端。2)信息處理終端在以S3C2440為核心處理器的ARM9上,嵌入經(jīng)過裁剪的Linux系統(tǒng)。并移植網(wǎng)卡驅(qū)動,按鍵驅(qū)動,sqlite3數(shù)據(jù)庫等。軟件上,利用TCP協(xié)議下的socket網(wǎng)絡(luò)編程搭建允許多客戶端接入的服務(wù)端,讀卡端作為客戶端,利用Wi Fi連接到服務(wù)端后,服務(wù)端采用Linux系統(tǒng)的多進程機制獲取信息。獲取到的信息經(jīng)過分類,驗證后存儲在sqlite3數(shù)據(jù)庫中并可隨時通過按鍵移動到SD卡中,并且將重要信息在LCD屏上顯示。3)本地與遠端查詢功能。由于LCD屏以及硬件的限制,本地查詢只能通過按鍵查詢近期的信息。遠端查詢即PC端的web網(wǎng)頁查詢,可以通過時間或者Name查詢信息并且顯示。本文首先闡述了系統(tǒng)的整體設(shè)計框架,然后對讀卡端,無線通信模塊,信息接收、存儲、顯示、查詢模塊在硬件與軟件層面上進行了詳細的說明。本課題中,首先接入一個讀卡模塊進行調(diào)試,然后接入5個讀卡終端。經(jīng)過多次軟件的修改與運行調(diào)試,最終系統(tǒng)能夠準確的讀取卡內(nèi)信息,也能穩(wěn)定的進行信息存儲,顯示,查詢。
[Abstract]:With the rapid development of science and technology, embedded application prospects continue to expand.Embedded system is small in size and professional in application.Along with the transmission technology from wired to wireless leapfrogging WiFi technology is also further developed.RFID Radio Frequency Identification (RFID) is a non-contact microwave identification technology, which can identify the target in a certain range, and has strong accuracy and anti-jamming ability.With the combination of embedded and wireless RFID technology, it can be used in many situations: smart home, indoor monitoring, credit card system and so on.The research and development of the embedded RFID information transmission and display terminal based on WIFI is based on the boardroom swipe card check-in system, based on the embedded ARM9 platform of the Linux system, aiming at the RFID card of 13.56MHz.In this paper, a RFID card operating system is developed, which is separated from the read card end and the information processing terminal.The card reader and the information processing end of the system interact with each other by Wi Fi.This design is mainly divided into three parts: 1) read card transmission.The main function of this part is that the controller controls the read card chip to search the RFID card, prevent the collision, select the card, read the information of the card after the key authentication and convert the information into proper format, then send it out through the Wi Fi module.Because the controller does not need a lot of operation, the STC89C52, which has strong control ability and is easy to be used, is selected.The card reader chip selects the highly integrated card reader chip MFRC500.Wi Fi, while the small and ultra-low power ESP8266.In this design, a total of 5 reader-card terminals. 2) Information processing terminals are designed to embed the tailor-made Linux system on the ARM9 with S3C2440 as the core processor.And transplant network card driver, keystroke drive sqlite3 database and so on.In software, socket network programming under TCP protocol is used to build the server which allows multiple clients to access, and the card reader is used as the client. After using Wi-Fi to connect to the server, the server uses the multi-process mechanism of the Linux system to obtain information.The obtained information is classified, verified and stored in the sqlite3 database and can be moved to the SD card at any time by keystrokes, and the important information is displayed on the LCD screen. 3) Local and remote query functions.Due to the limitation of LCD screen and hardware, local query can only query recent information by keystroke.Remote query is the PC-side web page query, can be time or Name query information and display.This paper first describes the overall design framework of the system, and then gives a detailed description of the card reader, wireless communication module, information receiving, storage, display and query module at the level of hardware and software.In this topic, first access to a card reading module for debugging, and then access to five card reading terminals.After many times of software modification and debugging, the system can accurately read the card information, but also can stably store, display, query information.
【學位授予單位】:吉林大學
【學位級別】:碩士
【學位授予年份】:2017
【分類號】:TN873;TP391.44;TN92
【相似文獻】
相關(guān)期刊論文 前10條
1 吳清雷;;950型顯示終端與8510型針印機之間聯(lián)接故障的處理[J];微型機與應(yīng)用;1987年01期
2 原曉霞,張立毅,王華奎;計算機顯示終端的輻射分析[J];電腦開發(fā)與應(yīng)用;2001年07期
3 劉英杰;漫談未來顯示終端[J];家庭電子;2001年11期
4 朱華琴;多媒體教室顯示終端設(shè)備的對比研究[J];現(xiàn)代情報;2005年01期
5 喬海寧;;中小學綜合實踐課教室顯示終端的選擇[J];電子制作;2012年11期
6 解放;;談?wù)勑滦惋@示終端發(fā)展的未來前景[J];實用影音技術(shù);2012年11期
7 Edward W.Gennetten;陸一珍;;軍用戰(zhàn)術(shù)顯示終端綜述[J];國外艦船技術(shù).雷達與對抗類;1981年08期
8 Ware Myers ,薛蘊新 ,峻崖;顯示終端的人機工程學[J];系統(tǒng)工程與電子技術(shù);1985年04期
9 舒成;;計算機顯示終端電磁輻射的檢測及抑制[J];計算機工程與應(yīng)用;1987年06期
10 邸建華;;顯示終端與人體健康[J];發(fā)光快報;1988年05期
相關(guān)會議論文 前2條
1 舒成;;計算機顯示終端電磁輻射的檢測及抑制[A];第一次全國計算機安全技術(shù)交流會論文集[C];1986年
2 于川;索繼東;孟凡志;;基于DirectDraw的雷達顯示終端的設(shè)計與實現(xiàn)[A];中國航海學會通信導航專業(yè)委員會2006年學術(shù)年會論文集[C];2006年
相關(guān)重要報紙文章 前8條
1 證券時報記者 劉楊;京東方A專用車載顯示終端亮相京滬高鐵[N];證券時報;2011年
2 李睿;預(yù)估2010年3D電視進入一般家庭[N];電子資訊時報;2008年
3 本報記者 賀宏良;未來:網(wǎng)絡(luò)顯示終端唱主角[N];中國計算機報;2001年
4 佳妮;電化教學顯示終端取得新突破[N];中國消費者報;2002年
5 楊陽騰;康佳IPv6網(wǎng)絡(luò)顯示終端通過驗收[N];經(jīng)濟日報;2007年
6 百達通;女人與電腦間的“恩怨”[N];衛(wèi)生與生活報;2006年
7 孔磊;HiMed讓醫(yī)療信息方便獲取[N];中國計算機報;2005年
8 本報通訊員 李寶春;長虹精顯背投 電視電話會議系統(tǒng)的最佳選擇[N];光明日報;2002年
相關(guān)碩士學位論文 前10條
1 楊雷;基于FPGA的雷達顯示終端的研制[D];電子科技大學;2015年
2 張壇;基于ZigBee的嵌入墻體式智能插座系統(tǒng)的研究[D];安徽大學;2017年
3 陳慧;基于WiFi的嵌入式RFID信息傳輸與顯示終端的研發(fā)[D];吉林大學;2017年
4 王坤;可復(fù)用的雷達顯示終端席位設(shè)計及實現(xiàn)[D];四川大學;2005年
5 范飛;軟件化雷達顯示終端的設(shè)計與實現(xiàn)[D];西安電子科技大學;2013年
6 黃紅蓉;跨平臺ATC顯示終端的設(shè)計與研究[D];西南交通大學;2005年
7 馬釗;基于ARM9的列車智能顯示終端[D];北京交通大學;2010年
8 徐平霞;基于容錯CAN總線的車載多功能顯示終端的研究與設(shè)計[D];武漢理工大學;2011年
9 漆先虎;基于DirectDraw的雷達操控顯示終端設(shè)計[D];西安電子科技大學;2010年
10 李斌;基于RS-232C和USB通信接口的顯示終端圖像調(diào)整系統(tǒng)的設(shè)計[D];天津大學;2011年
,本文編號:1734740
本文鏈接:http://sikaile.net/kejilunwen/xinxigongchenglunwen/1734740.html