网站地图| 免费获取|
免费论文网
  • 网站首页|
  • 论文范文|
  • 修改降重|
  • 职称论文|
  • 合作期刊|
  • 论文下载|
  • 计算机论文|
  • 外文翻译|
  • 免费论文|
  • 原创论文|
  • 开题报告论文
搜索

当前位置:免费论文网 -> 论文下载 -> 通信工程论文 -> 基于Si4432的无线模块的设计
自动化论文范文| 电子机电论文| 测控技术论文| 通信专业论文| 电气工程论文| 通信工程论文| 电子信息工程论文| 免费自动化论文| 免费电子论文| 免费电气论文| 免费通信论文

基于Si4432的无线模块的设计

本文ID:LW16699 字数:13751,页数:41 价格:¥148.00 → 信用说明

以下为论文简介,扫一扫付款马上可获取全文,付款金额见标题右下角。付款后请把付款结果截图及本篇论文的网址或者论文ID发给客服,客服核实后,马上将论文发到您的邮箱或者在线传送给您。客服QQ:17304545 点击这里给我发消息   微信:17304545 扫一扫 扫一扫
本站会员可自行下载:下载地址 基于Si4432的无线模块的设计 (收费:14800 积分)  如何获取积分?
基于Si4432的无线模块的设计

论文编号:TX341  论文字数:13751,页数:41

摘要

 随着人们生活水平的提高,无线在生活中正扮演着越来越重要的角色。顺应这一趋势,出现了许多新的无线应用领域,比如无线门禁、无线抄表、智能家居、无线安防报警等。而现今使用的一些模块在通信距离、发射功率、设备功耗等方面有一定缺陷。于是,运用新的芯片,开发更低功耗、更远发射距离的新的无线模块产品是一种必然的选择。
 本文介绍了一种基于Si4432的无线收发系统的设计方法。本设计主要由以F330微控制器为核心的控制模块和以Si4432为核心的收发模块组成。通过对控制模块的SPI、UART通信等功能的程序及外围电路的设计,可完成对外部数据的打包并发送给收发模块或对收发模块收到的数据进行解包并传输给外部应用电路的功能;通过对收发模块的收发电路以及SPI通信电路的设计,可完成将控制模块打包的数据进行发射或将空中接收到的数据传输给控制模块的功能。并编写了上位机软件,实现对模块参数的设置。经测试,系统可实现300米范围内数据的正常传输。
 
关键词:无线模块,F330微控制器,UART通信
 

ABSTRACT

 With the improvement of people’s living standard, wireless has been playing a more and more important role in people’s life. Oriented by this trend, a lot of new application areas of wireless have been explored, such as remote keyless entry, remote meter reading, home automation, home security & alarm, etc. But lots of wireless module we used is not satisfactory, such as the ones connected with communication distance, power emission and equipment power. As a result, application of the new chips, exploration of lower power and longer emission distance of the wireless products is inevitable.
 This paper introduces a design method of a wireless transceiver based on the Si4432 system. This design mainly consists of a control module whose core is the F330 microcontroller and a transceiver module whose core is the Si4432. Through the design of the program and external circuit of the SPI and UART communication of the control module, it can be completed on the function of packing the data of outside and sending the package to the transceiver module or receiving data packets from transceiver module and sending them to the external circuit; Through the design of the sending and receiving circuits and the SPI communication circuit of the transceiver module, it can be completed on the function that sending the packages from the control module or sending the data which comes from the air to the control module. And finally writing the PC software which can achieve the function of setting the module’s parameters. After testing, the system can send and receive data normally in the Range of 300 meters.
 
Keywords: wireless module, F330 micro-controller, UART Communication
目录

摘要 I
ABSTRACT II
第1章 引言 1
 1.1 背景 1
 1.1.1 近距离无线通信的现状与低位 1
 1.1.2 数字调制技术状况 1
 1.2 课题的主要研究内容和意义 2
第2章 无线模块设计的总体思路 3
 2.1 无线模块设计的概况 3
 2.1.1设计的功能要求 3
 2.1.2 产品的用途 3
 2.2 模块设计的总体方案 3
 2.2.1 软件的实现方法 3
 2.2.2 系统的硬件原理 4
第3章 系统收发模块的设计 5
 3.1 Si4432收发芯片简介 5
 3.1.1 Si4432描述 5
 3.1.2 Si4432的特性 5
 3.1.3 Si4432的典型应用 6
 3.2 收发芯片控制接口的设计 6
 3.2.1 串行外设接口(SPI) 6
 3.2.2 操作模式 7
 3.3 收发芯片调制选项的选择 7
 3.3.1 调制类型的选择 7
 3.3.2 调制数据源的选择 8
 3.4 收发芯片数据处理方式的选择 8
 3.4.1 发射和接收FIFOs 8
 3.4.2 数据包配置 8
 3.5 系统收发电路的设计 9
 3.5.1 收发电路图 9
 3.5.2 收发电路器件的取值 10
第4章 系统控制模块的设计 11
 4.1 简述 11
 4.2 F330单片机作为控制器 11
 4.2.1 C8051F系列单片机简介 11
 4.2.2 F330片内资源 12
 4.3 利用UART接口进行数据通信 12
 4.3.1 UART简介 12
 4.3.2 UART硬件电路的设计 13
 4.3.3 UART通信软件的设计 14
 4.4 利用SPI接口与收发芯片通信 15
 4.4.1 SPI简介 16
 4.4.2 SPI硬件电路的设计 16
 4.4.3 SPI通信程序的设计 17
 4.5 收发数据的处理方式 19
 4.5.1 数据包处理方式的确定 19
 4.5.2 数据包处理程序的设计 19
 4.6 FLASH作为非易失性存储器 23
 4.7 C2接口作为程序编写口 24
 4.8 F330看门狗使用程序的设计 25
第5章 模块初始化及测试 27
 5.1 模块参数初始化软件 27
 5.1.1 软件界面 27
 5.1.2 软件的数据处理 27
 5.2 模块测试 29
 5.3测试结果分析 30
第6章 结论 32
致谢 34
参考文献 35
附录1 PCB 36

基于Si4432的无线模块的设计由免费论文网(www.jaoyuw.com)会员上传。
原创论文流程 相关论文
上一篇:数字调制系统的Monte Carlo仿真和.. 下一篇:基于单片机的无线数据收发器的设计
推荐论文 本专业最新论文
Tags:基于 Si4432 无线 模块 设计 2011-04-01 09:35:50【返回顶部】
发表论文

联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 硕士论文


免费论文网提供论文范文,论文代发,原创论文

本站部分文章来自网友投稿上传,如发现侵犯了您的版权,请联系指出,本站及时确认并删除  E-mail: 17304545@qq.com

Copyright@ 2009-2020 免费论文网 版权所有 湘ICP备19027999