资源描述:
《基于单片机gps定位系统的设计》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、摘要GPS的使用现在已经非常普及,大到航空航海系统,小到个人移动设备,都有着它的身影。随着GPS的民用化与成本的降低,已经走入了人们的日常生活中,很多手机、PDA等手持设备都配备了GPS功能。就功能而言,GPS就是在地球经纬座标系下对被测对象的方位进行测定,同时可以提供较高精度与实时的测定数据。对于基于单片机的便携式设备,如果要获取持有者的位置信息,则GPS是最好的解决方案。本文主要研究GPS的定位原理与技术,单片机的编程及其应用,液晶屏的功能及其实现方法,语音系统及其功能应用。制作了一套设计方案,以软、硬件相结
2、合的方式完成整个GPS数据接收和显示以及播音的过程。本课题采用GPS模块GR-87、单片机AT89S52、液晶显示屏LCD1602、语音芯片ISD1730设计一款可以实时显示当前所在位置的纬度、经度等信息,并且可以语音报告当前经纬度,并且设定了至少5个地点地址,在这5个地址的范围内可以语音报告所在地址,并且显示相应的代码,通过设计,编程,调试,该定位语音系统工作正常,可以满足基本的课题要求。关键字:单片机;语音芯片;GPS定位AbstractTheuseofGPSnowverypopular,aviationan
3、dnavigationsystem,smalltopersonalmobileequipment,allhasthefigureofit.WithGPSandcostreducethe",hascomeintoPeople'sDailylife,alotofcellphones,PDA,etchand-helddevicesareequippedwithGPSfunction.Saysimply,GPSwillfunctionistheearthcoordinateofthelongitudeoftheorien
4、tationofthetestedobjectwere,atthesametimecanprovideahighqualityandreal-timedatameasured.Basedonthesinglechipforportabledevices,ifyouwanttogettheholder'slocationinformation,theGPSisthebestsolution.ThispaperstudiestheprincipleandtechnologyofGPSpositioning,micro
5、controllerprogramminganditsapplication,thefunctionoftheLCDpanelanditsrealizationmethods,voicesystemanditsfunctionapplications.ProducedadesignschemeofsoftwareandhardwareinthewayofthecombinationofthecompletethewholeGPSdatareceivinganddisplay,andtheprocessoftheb
6、roadcast.ThissubjectadoptsGPSmoduleGR-87,monolithicintegratedcircuitAT89S52,LCDdisplayscreenLCD1602,voicechipISD1730designacanreal-timedisplaycurrentlocationoflatitude,longitudeandotherinformation,andcanreportthespeechcoordinates,andsetatleastfivesiteaddress,
7、inthefiveaddresswithinthescopeofthespeechinaddresscanreport,andtoshowthecorrespondingcode,throughthedesign,programming,commissioning,thepositioningphoneticsystemworkingproperly,cansatisfythebasicsubjectrequirements.Keyword:Singlechipmicrocomputer;Voicechip;GP
8、Spositioning目录1.引言12.方案选择22.1.方案一22.2.方案二23.硬件设计43.1.系统总体结构图43.2.单片机引脚连接电路43.3.LCD显示电路63.4.ISD语音电路73.5.LM7805稳压电路84.软件设计104.1.程序流程图104.2.单片机串行通信104.3.GPS接收语句设计114.4.LCD1602流程图134.5.ISD173