液晶gps定位信息显示器的设计(毕业设计).zip

ZIP格式版权申诉手机打开展开

液晶gps定位信息显示器的设计(毕业设计),摘要gps是以全球24颗定位人造卫星做基础,向全球各地全天候地提供三维位置、三维速度等信息的一种无线电导航和定位系统。gps的定位原理是:用户接收卫星发射的信号,从中获取卫星与用户之间的距离、时钟校正和大气校正等参数,通过数据处理确定用户的位置。虽然gps系统一开始是为军事目的而建立的,但很快在民用方面得到了极大的发展...
编号:99-145010大小:457.54K
分类: 论文>通信/电子论文

该文档为压缩文件,包含的文件列表如下:

内容介绍

原文档由会员 zaixian 发布

摘 要

GPS是以全球24颗定位人造卫星做基础,向全球各地全天候地提供三维位置、三维速度等信息的一种无线电导航和定位系统。GPS的定位原理是:用户接收卫星发射的信号,从中获取卫星与用户之间的距离、时钟校正和大气校正等参数,通过数据处理确定用户的位置。虽然GPS系统一开始是为军事目的而建立的,但很快在民用方面得到了极大的发展。
在液晶GPS定位信息显示器的设计中,要处理好以下几个关键:GPS处理模块的选择、显示器的选择、微处理器的选择以及程序的设计。本文从GPS的设计原理、设计方案入手,详细介绍了系统硬件设计、软件设计及调试,深入的比较了显示器的性能。利用AT89C51单片机具有4KB可重编Flash存储器,128×8位的内部RAM,2个16位定时/计数器,以及低功耗空闲和掉电方式等一系列功能,结合实践,设计出有实用价值的GPS。

关键字:AT89C51单片机、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
第一节 液晶GPS定位显示器的意义 1
第二节 GPS的介绍 1
一.GPS的构成 1
二.GPS原理 2
三.GPS的特点 3
第三节 单片机的介绍 3
一.单片机的发展历史 4
二.单片机的组成及特点 5
三.单片机的分类 7
四.单片机的应用 7
第四节 选题的目的和意义 8
第二章 液晶GPS定位信息显示器的设计方案 10
第一节 GPS模块的选择 10
一.卫星轨迹 10
二.并行通道 10
三.定位时间 10
四.定位精度 10
五.DGPS功能 10
六.信号干扰 11
七.物理指标 11
第二节 显示器的选择 11
一.VFD显示器 11
二.LED显示器 12
三.LCD液晶显示器 12
第三节 CPU的选择 12
第三章 系统硬件电路的设计 14
第一节 电源电路 14
第二节 AT89C51单片机系统 16
一.复位电路 17
二.晶振振荡电路 17
三.键盘电路 17
四.单片机与GPS-OEM板接口电路 18
五.单片机与液晶显示器接口电路 22
第四章 系统程序的设计 26
第一节 系统软件设计原理 26
第二节 LCD液晶显示器程序 26
一.CGM-12232型LCD液晶显示器原理 26
二.CGM-12232型LCD液晶显示器软件设计 31
第三节 GPS接收子程序 37
第四节 键盘子程序 39
第五节 显示子程序 39
一.显示经纬度 40
二.显示北京时间 41
三.显示大地水准面高度 42
第六节 初始化子程序 43
第五章 调试及性能分析 44
第一节 调试步骤 44
第二节 性能分析 44
设计总结 45
参考文献 46
附录:程序 48
致 谢 66