《单片机应用设计-基于单片机的433M无线通信系统》廖永斌
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
学号:
课程设计
题目基于单片机的433M无线通信系统
学院
专业
班级
姓名
指导教师
2018年 1月 13日
《单片机应用设计》任务书
学生姓名:专业班级:
指导教师:工作单位:
题目: 基于单片机的433M无线通信系统
课程设计目的:
1、熟悉单片机应用系统的硬件设计及软件设计的基本方法;
2、将《单片机原理与应用》理论课的理论知识应用于实际的应用系统中;
3、训练单片机应用技术,锻炼实际动手能力
4、提高正确地撰写论文的基本能力。
课程设计内容和要求
1、完成硬件电路的设计,其中包括单片机和CC1101模块的设计;
2、完成无线通信模块的程序设计与实现,上机运行调试程序,记录实验结果(如图表等),
并对实验结果进行分析和总结;
3、课程设计报告书按学校统一规范来撰写,报告主要包括以下内容:目录、摘要、关键
词、基本原理、方案论证、硬件设计、软件设计(带流程图、程序清单)、仿真结果、实物运行结果照片、结论献等;
4、查阅不少于6篇参考文献。
初始条件:
1、STC89C52和CC1100H模块;
2、先修课程:单片机原理与应用。
时间安排:
第19周,安排设计任务,完成硬件设计;
第20周,完成软件设计、撰写报告,答辩。
指导教师签名:年月日
系主任(或责任教师)签名:年月日
目录
摘要 (Ⅰ)
Abstract (Ⅱ)
1基本原理 (1)
1.1无线通信系统 (1)
1.2芯片简介 (1)
1.2.1单片机STC89C52 (1)
1.2.2 无线通信CC1101芯片 (3)
2方案论证与设计 (5)
2.1无线通信模块选择 (5)
2.2 单片机最小系统选择 (5)
2.3整体方案设计 (6)
3 硬件电路设计 (6)
4软件程序设计 (8)
4.1发送端编程 (8)
4.2接收端编程 (9)
4.3程序调试与下载 (10)
5硬件仿真 (12)
6实物制作与调试 (12)
6.1 STC89C52单片机最小系统 (12)
6.2无线通信模块CC1101 (13)
6.3稳压电路模块 (13)
7心得体会 (15)
8参考文献 (16)
附录 (17)
摘要
随着通信系统信息容量的不断提高,射频技术在无线通信中占据着举足轻重的位置。无线射频技术利用射频方式进行非接触双向通信,可以自动识别目标对象并获取相关数据,具有精度高、适应环境能力强、抗干扰强、操作快捷等许多优点。本文主要内容是以单片机应用技术、无线收发技术为理论基础,实现数据的无线收发及状态的显示。
首先,本文介绍了STC89C52单片机以及无线收发芯片CC1101的相关理论知识。其次本文对于要解决的实验任务,介绍了如何构建思路及方案分析。详细介绍了系统的设计方案及各个模块的器件选型和硬件电路设计,MCU部分的软件设计流程图以及无线通信模块CC1101的软件编程要点。完成了基于单片机的433M无线通信系统的设计实现。433MHz频段的优点在于无需申请频段许可,采用全向天线作为发射和接收天线,在实验室环境内发射无死区。
关键字:STC89C52 CC1101 433M无线通信
Abstract
With the continuous improvement of information capacity of communication system, radio frequency technology plays an important role in wireless communication. Wireless rf technology using non-contact two-way communication in the form of radio frequency (rf) can automatically identify the target object and obtain the relevant data, has high precision, strong ability to adapt, strong anti-interference, quick operation and many other advantages. The main content of this paper is the application technology of single chip microcomputer and wireless transceiver technology as the theoretical basis to realize the wireless transmission and status display of data.
First of all, this paper introduces the relevant theoretical knowledge of STC89C52 single chip microcomputer and wireless transceiver chip CC1101. Secondly, this paper introduces how to construct train of thought and plan analysis. This paper introduces the design scheme of the system and the device selection and hardware circuit design of each module, the software design flow chart of the MCU part and the software programming key points of the wireless communication module CC1101. The design and implementation of the 33m wireless communication system based on SCM is completed. The advantage of the 433MHz frequency band is that there is no need to apply for the band license, and the whole antenna is used as the transmitting and receiving antenna, and there is no dead zone in the laboratory environment.
Key words: STC89C52 CC1101 433M wireless communication.