基于单片机的智能导航装置设计与实现.rar

  • 需要金币1000 个金币
  • 资料包括:完整论文
  • 转换比率:金钱 X 10=金币数量, 即1元=10金币
  • 论文格式:Word格式(*.doc)
  • 更新时间:2013-11-12
  • 论文字数:20462
  • 当前位置论文阅览室 > 毕业设计 > 设计说明 >
  • 课题来源:(你好,学长)提供原创文章

支付并下载

摘要:随着科学技术的发展,高新技术产业以前所未有的影响力影响着我们的生活。其中以智能导航装置大的影响尤为突出。智能导航系统的核心是GPS定位模块。GPS,全球定位系统,是未来社会运转的核心动力之一,它从军方技术演变而来,在手机、运输、航空、测绘以及急救等领域应用广泛。装在车中的GPS防盗器能够自动下载车辆当前的位置、速度等信息,并且将这些信息及时反馈给车主。智能导航装置的广泛使用对于车主出行带来极大方便,对于野外探测等带来便利。

   本课题就是针对智能导航系统而设计,该系统主要应用STC89C52单片机作为主控制器,通过串行通信来接收GPS模块发送的数据信息,然后通过LCD12864液晶显示屏显示所采集到的北京时间、当前位置的纬度、经度、前进速度、高度和海拔等信息。该系统成本低、稳定性好、数据处理速度快,并且具有良好的可扩展性,可以通过与PC相连进一步实现更多功能和逼真的3D视觉效果。

关键词 智能导航;GPS;单片机;信息

 

Abstract:With the development of science and technology, high-tech industry has a great influence on our lives,especially the intelligent navigation device. The core of intelligent navigation system is GPS positioning module. GPS, global positioning system, is one of the core power of future society, which evolved from the military technology and widely used in mobile phone, transportation, aviation, mapping and first aid etc.GPS anti-theft device which installed in the vehicle can automatically download the current vehicle position, speed and other information, such information will be sent to the owners in time. The widely use of intelligent navigation device brings great convenience for car owners, so as for field detection. 

   The issue is the design of intelligent navigation system, mainly used STC89C52 MCU as the main controller of the system. The GPS module receive the data information through serial communication, and then display the collected Beijing time, the current location of the latitude, longitude, speed, altitude and elevation information by the LCD12864 liquid crystal display screen. The system has low cost, good stability, fast data processing speed, and has good scalability, can be connected with PC to realize more functions and realistic 3D visual effects.

Keywords  Intelligent navigation  GPS  MCU  Information

 

   本论文重点研究内容主要是:实现GPS模块通过串口向单片机发送固定格式的数据;单片机的串口接收到数据后,进行固定格式的数据解析;单片机将解析好的数据最终在LCD液晶显示屏上显示出来;需要显示的定位信息包括:日期时间、经纬度、速度、角度、以及高度等。

   论文主要章节安排如下:

   第一章绪论,主要介绍了智能导航装置的基本内容、智能导航装置的发展和现状以及选题的背景和重要意义。

   第二章系统总体设计,对所研究问题进行系统的总体设计,并将该系统所需的模块的进行选择分析,最终给出系统方案的确立和论证。

   第三章硬件系统构造,安排有关系统硬件结构的具体设计。在介绍了系统整体结构基础上给出电路原理图,并对于电路原理图中的主要硬件给出介绍和分析,介绍原理图中的电路图并给出主要分析。

   第四章软件设计与实现,给出软件设计过程中所需要的流程图并给出软件开发的环境,对于各个模块进行软件程序的分析。

   第五章系统调试, 进行硬件调试和软件调试,找出问题,最终形成设计成果。