本次毕业设计通过对Sili4463无线通讯芯片的研究,设计完成了单片机无线通讯程序的编写,并将程序写入单片机完成调试
摘要:随着无线通讯技术的不断发展,无线通讯技术也越来越多的应用到人们的生活中去,极大地方便了人们的生产生活。手机里的无线通讯模块可以让人们足不出户的与家人联系;计算机里的无线网卡可以让人们随时随地地上网办公;汽车里的无线导航系统可以让人们去往任何地方。可以说,无线通讯技术无处不在,无线通讯技术越来越多的应用到人们的生活中去,在提高人们生活质量的同时,也在深刻的改变人们的生活方式。
在无线通讯领域,单片机无线通讯一直占有很重要的地位。本次毕业设计是进行基于Sili4463芯片的无线通讯研究。通过研究Sili4463芯片的工作原理与通讯协议,掌握Sili4463芯片的使用,编写数据通信程序并写入单片机内,调试通过使两个单片机之间能够互相进行数据通信。
关键词 无线通讯技术; Sili4463芯片; 数据通讯程序编写;
毕业设计说明书外文摘要
Title Research on Wireless Communication Technology Based on Sili4463
Abstract:With the continuous development of wireless communication technology, wireless communication technology is also more and more applied to people's lives, which greatly facilitates people's production and life. Mobile phone in the infinite communication module allows people to stay at home with their families; computer wireless network card allows people to anytime, anywhere Internet office; car wireless navigation system allows people to go anywhere. It can be said that wireless communication technology is everywhere, wireless communication technology more and more applications to people's lives, to improve people's quality of life at the same time, but also a profound change in people's way of life.
In the field of wireless communications, single-chip wireless communications has always occupied a very important position. The graduation design is based on Sili4463 chip wireless communication research. Through the study of Sili4463 chip working principle and communication protocol, master the use of Sili4463 chip,write data communication program and write into the single-chip, debugging by enabling the two single-chips to communicate with each other.
Keywords Wireless communication technology; Sili4463 chip; Data communication program;
目 次
1 引言 1
1.1 课题的背景及意义 1
1.2 本课题的目的和内容 4
2 硬件平台设计 6
2.1 无线通讯芯片对比 6
2.2 Sili4463无线通讯的调试平台构建 9
2.3 Sili4463芯片参数配置 11
3 程序设计 16
3.1 方案设计 16
3.2 软件使用 16
3.3 程序编写流程 17
3.4 通讯程序编写 17
4 程序调试及结果分析 20
4.1 程序调试及结果 20
4.2 程序调试结果分析 21
结 论 22
致 谢 23
参 考 文 献 24
附录A 主程序 25
1 引言
1.1 课题的背景及意义
单片机是一种集成电路芯片,是把多个具有不同功能的电路集成到一块硅片上。现如今,单片机以其众多其他产品不可比拟的优势,越来越多的功能各异的单片机在各个领域得到广泛应用:计算机的网络通讯,工厂的机器控制和产品监测,交通工具上的仪器使用及辅助系统,IC卡上的数据传输等各方面[1]。
在一些领域中,多个单片机组合使用可以得到更高的灵活性和发挥更大的价值,而单片机之间的通信是极其关键的一环。与有线通信相比,无线通讯具有更广阔的发展前景,这是因为无线通信有更多的优点[2]。首先无线通讯,顾名思义,通过无线电波传输数据,不需要实际线路作为载体,也就不需要布线,方便快捷,同时降低了成本;其次是环境适应性好,在难以布线的环境中,无限通讯有其独特的优势;易维护,有限通讯检修线路时需要沿着线路检查,但是无线通讯只需要检查数据收发模块,能够快速定位;无线通讯技术目前技术比较成熟,开发简单快速,功能多样,体积小,易携带[3]。