基于单片机的自动导游系统设计本科毕设论文 联系客服

发布时间 : 星期三 文章基于单片机的自动导游系统设计本科毕设论文更新完毕开始阅读

河南科技学院

2011届本科毕业论文(设计)

论文题目:基于单片机的自动导游系统设计

学生姓名:毛渊洋

所在院系:机电学院

所学专业:应用电子技术教育

导师姓名:徐君鹏

完成时间:2011年05月27日

摘 要

电子导游机最开始时是一种半自动化系统,它的功能只是把景点信息以语音文件格式存储在导游机里,一般通过键盘直接键入景点代码,选择播放。全自动化的电子导游系统,它在景点先安放无线发射模块,这些发射模块可以控制工作范围,这样在各个景点就有不同的编码信号。游客到达景区某个景点后,游客手上的导游机会自动接收编码信号,经过解码后,由控制中心控制语音播放即可。当有紧急事件是有GSM模块发送信号通知。系统电子导游机的硬件采用51系列的单片机作为控制中心,语音模块miniC-A101FS进行语音播放,编解码芯片SC2262/SC2272进行无线收发信号的编解码,GSM模块使用TC35i模块进行紧急拨号。

关键字:电子导游;单片机;编解码芯片;串口语音模块;GSM模块;

Abstract

Most e-start guide machine is a semi automated system, its function is to spot a voice file format information stored in the guide unit, the general attractions through the keyboard by typing the code, select Play.Tourists in this article guides the hands of the electronic control unit using the serial port voice module miniC-A100FS, microcontroller 51 using more generic AT89C51 MCU as a system of control processing unit, codec chip SC2262 /SC2272 and the GSM module TC35i module.Electronic guide automation system, which placed first in spot radio transmitter module, the transmitter module can control the scope of work, so there are different spots in each coded signal.Visitors reach the attractions, visitors guide the hands of the opportunity to automatically receive encoded signals, after decoding by the control center can control the audio playback.When an emergency is to send signals to the GSM module.

Electronic guide;Single-chip;Codec chip;Serial port voice module;Keyword:GSM module

目 录

1 绪论 ............................................................................................................................ 1

1.1 设计的意义和发展趋势 .................................................................................. 1 1.2 设计的要求 ...................................................................................................... 2 2 模块选择 .................................................................................................................... 2

2.1 AT89C51单片机 .............................................................................................. 3 2.2 射频发射接收模块 .......................................................................................... 4

2.2.1 射频发射模块F05P .............................................................................. 4 2.2.2 射频接收模块J04P ............................................................................... 6 2.3 SC2262/2272编解码芯片 ................................................................................ 7 2.4 语音播放模块miniC-A101FS ........................................................................ 9 3 系统结构框图 .......................................................................................................... 11

3.1 发送电路 ........................................................................................................ 11 3.2 接收电路 ........................................................................................................ 12 3.3 语音播放电路 ................................................................................................ 13

3.4 GSM模块 ....................................................................................................... 14

3.4.1 GSM模块电路 ..................................................................................... 14 3.4.2 GSM AT指令 ....................................................................................... 17

4 软件设计 .................................................................................................................. 18

4.1 主程序流程图 ................................................................................................ 18 4.2 语音播放程序流程图 .................................................................................... 19 4.3 GSM模块流程图 ........................................................................................... 20 5 结束语 ...................................................................................................................... 21 致谢 .............................................................................................................................. 21 参考文献 ...................................................................................................................... 22 附录1 电路原理图 ..................................................................................................... 23 附录2 程序清单 ......................................................................................................... 25