液晶gps定位信息顯示器的設(shè)計(jì)(畢業(yè)設(shè)計(jì)).zip
液晶gps定位信息顯示器的設(shè)計(jì)(畢業(yè)設(shè)計(jì)),摘要gps是以全球24顆定位人造衛(wèi)星做基礎(chǔ),向全球各地全天候地提供三維位置、三維速度等信息的一種無(wú)線電導(dǎo)航和定位系統(tǒng)。gps的定位原理是:用戶接收衛(wèi)星發(fā)射的信號(hào),從中獲取衛(wèi)星與用戶之間的距離、時(shí)鐘校正和大氣校正等參數(shù),通過(guò)數(shù)據(jù)處理確定用戶的位置。雖然gps系統(tǒng)一開始是為軍事目的而建立的,但很快在民用方面得到了極大的發(fā)展...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會(huì)員 zaixian 發(fā)布
摘 要
GPS是以全球24顆定位人造衛(wèi)星做基礎(chǔ),向全球各地全天候地提供三維位置、三維速度等信息的一種無(wú)線電導(dǎo)航和定位系統(tǒng)。GPS的定位原理是:用戶接收衛(wèi)星發(fā)射的信號(hào),從中獲取衛(wèi)星與用戶之間的距離、時(shí)鐘校正和大氣校正等參數(shù),通過(guò)數(shù)據(jù)處理確定用戶的位置。雖然GPS系統(tǒng)一開始是為軍事目的而建立的,但很快在民用方面得到了極大的發(fā)展。
在液晶GPS定位信息顯示器的設(shè)計(jì)中,要處理好以下幾個(gè)關(guān)鍵:GPS處理模塊的選擇、顯示器的選擇、微處理器的選擇以及程序的設(shè)計(jì)。本文從GPS的設(shè)計(jì)原理、設(shè)計(jì)方案入手,詳細(xì)介紹了系統(tǒng)硬件設(shè)計(jì)、軟件設(shè)計(jì)及調(diào)試,深入的比較了顯示器的性能。利用AT89C51單片機(jī)具有4KB可重編Flash存儲(chǔ)器,128×8位的內(nèi)部RAM,2個(gè)16位定時(shí)/計(jì)數(shù)器,以及低功耗空閑和掉電方式等一系列功能,結(jié)合實(shí)踐,設(shè)計(jì)出有實(shí)用價(jià)值的GPS。
關(guān)鍵字:AT89C51單片機(jī)、LCD液晶顯示器、全球定位。
Abstract
GPS is an radio navigation and positioning system, which is based 24 global satellites, providing information such as three-dimensional position and velocity to the world in 24 hours. The principle of GPS is :users receive the signals transmit by satellite, launch its satellite from user, acquired the parameters such as the distance between users and satellite, the corrections of air or atmosphere, then determine the user’s location by the data. Although the GPS system is set up for military purposes in the beginning, but soon it is greatly developed on the civilian aspects.
In the design of LCD-GPS location information display, some aspects should be handeled well:the selection of GPS processing module, displays and microprocessor, as well as the design of the programs. This paper though the design principles and scheme of GPS introduce both the design and the debugging of system hardware and software, comparing the performance of different displays. For AT89C51 monolithic integrated circuits has 4KB can reprogram flash memory, the128 by 8 of the ram, two 16 regular counter, and low power consumptionfree and the way a series of functions, combined with practice, designed the GPS of realistic application value.
Key words:AT89C51 Microcontroller Unit LCD information display Globle Positioning System
目 錄
摘 要 ⅰ
Abstract ⅱ
第一章 緒 論 1
第一節(jié) 液晶GPS定位顯示器的意義 1
第二節(jié) GPS的介紹 1
一.GPS的構(gòu)成 1
二.GPS原理 2
三.GPS的特點(diǎn) 3
第三節(jié) 單片機(jī)的介紹 3
一.單片機(jī)的發(fā)展歷史 4
二.單片機(jī)的組成及特點(diǎn) 5
三.單片機(jī)的分類 7
四.單片機(jī)的應(yīng)用 7
第四節(jié) 選題的目的和意義 8
第二章 液晶GPS定位信息顯示器的設(shè)計(jì)方案 10
第一節(jié) GPS模塊的選擇 10
一.衛(wèi)星軌跡 10
二.并行通道 10
三.定位時(shí)間 10
四.定位精度 10
五.DGPS功能 10
六.信號(hào)干擾 11
七.物理指標(biāo) 11
第二節(jié) 顯示器的選擇 11
一.VFD顯示器 11
二.LED顯示器 12
三.LCD液晶顯示器 12
第三節(jié) CPU的選擇 12
第三章 系統(tǒng)硬件電路的設(shè)計(jì) 14
第一節(jié) 電源電路 14
第二節(jié) AT89C51單片機(jī)系統(tǒng) 16
一.復(fù)位電路 17
二.晶振振蕩電路 17
三.鍵盤電路 17
四.單片機(jī)與GPS-OEM板接口電路 18
五.單片機(jī)與液晶顯示器接口電路 22
第四章 系統(tǒng)程序的設(shè)計(jì) 26
第一節(jié) 系統(tǒng)軟件設(shè)計(jì)原理 26
第二節(jié) LCD液晶顯示器程序 26
一.CGM-12232型LCD液晶顯示器原理 26
二.CGM-12232型LCD液晶顯示器軟件設(shè)計(jì) 31
第三節(jié) GPS接收子程序 37
第四節(jié) 鍵盤子程序 39
第五節(jié) 顯示子程序 39
一.顯示經(jīng)緯度 40
二.顯示北京時(shí)間 41
三.顯示大地水準(zhǔn)面高度 42
第六節(jié) 初始化子程序 43
第五章 調(diào)試及性能分析 44
第一節(jié) 調(diào)試步驟 44
第二節(jié) 性能分析 44
設(shè)計(jì)總結(jié) 45
參考文獻(xiàn) 46
附錄:程序 48
致 謝 66
GPS是以全球24顆定位人造衛(wèi)星做基礎(chǔ),向全球各地全天候地提供三維位置、三維速度等信息的一種無(wú)線電導(dǎo)航和定位系統(tǒng)。GPS的定位原理是:用戶接收衛(wèi)星發(fā)射的信號(hào),從中獲取衛(wèi)星與用戶之間的距離、時(shí)鐘校正和大氣校正等參數(shù),通過(guò)數(shù)據(jù)處理確定用戶的位置。雖然GPS系統(tǒng)一開始是為軍事目的而建立的,但很快在民用方面得到了極大的發(fā)展。
在液晶GPS定位信息顯示器的設(shè)計(jì)中,要處理好以下幾個(gè)關(guān)鍵:GPS處理模塊的選擇、顯示器的選擇、微處理器的選擇以及程序的設(shè)計(jì)。本文從GPS的設(shè)計(jì)原理、設(shè)計(jì)方案入手,詳細(xì)介紹了系統(tǒng)硬件設(shè)計(jì)、軟件設(shè)計(jì)及調(diào)試,深入的比較了顯示器的性能。利用AT89C51單片機(jī)具有4KB可重編Flash存儲(chǔ)器,128×8位的內(nèi)部RAM,2個(gè)16位定時(shí)/計(jì)數(shù)器,以及低功耗空閑和掉電方式等一系列功能,結(jié)合實(shí)踐,設(shè)計(jì)出有實(shí)用價(jià)值的GPS。
關(guān)鍵字:AT89C51單片機(jī)、LCD液晶顯示器、全球定位。
Abstract
GPS is an radio navigation and positioning system, which is based 24 global satellites, providing information such as three-dimensional position and velocity to the world in 24 hours. The principle of GPS is :users receive the signals transmit by satellite, launch its satellite from user, acquired the parameters such as the distance between users and satellite, the corrections of air or atmosphere, then determine the user’s location by the data. Although the GPS system is set up for military purposes in the beginning, but soon it is greatly developed on the civilian aspects.
In the design of LCD-GPS location information display, some aspects should be handeled well:the selection of GPS processing module, displays and microprocessor, as well as the design of the programs. This paper though the design principles and scheme of GPS introduce both the design and the debugging of system hardware and software, comparing the performance of different displays. For AT89C51 monolithic integrated circuits has 4KB can reprogram flash memory, the128 by 8 of the ram, two 16 regular counter, and low power consumptionfree and the way a series of functions, combined with practice, designed the GPS of realistic application value.
Key words:AT89C51 Microcontroller Unit LCD information display Globle Positioning System
目 錄
摘 要 ⅰ
Abstract ⅱ
第一章 緒 論 1
第一節(jié) 液晶GPS定位顯示器的意義 1
第二節(jié) GPS的介紹 1
一.GPS的構(gòu)成 1
二.GPS原理 2
三.GPS的特點(diǎn) 3
第三節(jié) 單片機(jī)的介紹 3
一.單片機(jī)的發(fā)展歷史 4
二.單片機(jī)的組成及特點(diǎn) 5
三.單片機(jī)的分類 7
四.單片機(jī)的應(yīng)用 7
第四節(jié) 選題的目的和意義 8
第二章 液晶GPS定位信息顯示器的設(shè)計(jì)方案 10
第一節(jié) GPS模塊的選擇 10
一.衛(wèi)星軌跡 10
二.并行通道 10
三.定位時(shí)間 10
四.定位精度 10
五.DGPS功能 10
六.信號(hào)干擾 11
七.物理指標(biāo) 11
第二節(jié) 顯示器的選擇 11
一.VFD顯示器 11
二.LED顯示器 12
三.LCD液晶顯示器 12
第三節(jié) CPU的選擇 12
第三章 系統(tǒng)硬件電路的設(shè)計(jì) 14
第一節(jié) 電源電路 14
第二節(jié) AT89C51單片機(jī)系統(tǒng) 16
一.復(fù)位電路 17
二.晶振振蕩電路 17
三.鍵盤電路 17
四.單片機(jī)與GPS-OEM板接口電路 18
五.單片機(jī)與液晶顯示器接口電路 22
第四章 系統(tǒng)程序的設(shè)計(jì) 26
第一節(jié) 系統(tǒng)軟件設(shè)計(jì)原理 26
第二節(jié) LCD液晶顯示器程序 26
一.CGM-12232型LCD液晶顯示器原理 26
二.CGM-12232型LCD液晶顯示器軟件設(shè)計(jì) 31
第三節(jié) GPS接收子程序 37
第四節(jié) 鍵盤子程序 39
第五節(jié) 顯示子程序 39
一.顯示經(jīng)緯度 40
二.顯示北京時(shí)間 41
三.顯示大地水準(zhǔn)面高度 42
第六節(jié) 初始化子程序 43
第五章 調(diào)試及性能分析 44
第一節(jié) 調(diào)試步驟 44
第二節(jié) 性能分析 44
設(shè)計(jì)總結(jié) 45
參考文獻(xiàn) 46
附錄:程序 48
致 謝 66