1、 毕业设计毕业设计(论文)(论文) 题 目 基于 RC5 编码的红外遥控器的设计 系(院) 物理与电子工程学院 年 级 06 级 专 业 应用电子 班 级 06 应用电子 学 号 学生姓名 II 基于 RC5 编码的红外遥控器的设计 摘要 红外线遥控具有结构简单、制作方便、成本低廉、抗干扰能力强、工作可靠 性高等一系列优点,是近距离遥控、特别是室内遥控的优选遥控方式。 该文介绍了基于 RC5 协议的红外遥控器的设计, 红外遥控器由红外遥控发射 电路和红外遥控接收电路组成。红外遥控发射电路使用了 MSP430F2274 单片机, 用 RC5 协议将键盘采集到的信号进行编码,并通过发送电路将信号发
2、送出去;红 外遥控接收电路中有 MSP430F2274 单片机,一体化红外接收管,输出控制组成, 一体化接收管接收发送来的红外信号,输入到单片机后采用 RC5 协议进行解码, 最后输出控制信号。本设计在 IAR Embedded Workbench 开发环境中运行,采用 C 语言进行编程。 关键词:红外遥控 MSP430 单片机 一体化红外接收头 RC5 协议 III The Design of Infrared Remote Control Based on the RC5 Coding Abstract Infrared remote control has many advantages
3、, for example, simple structure, making convenient, low-cost, anti-interference capability and high reliability work. It is close quarters remote control, particularly the preferred indoor remote control mode. The paper describes the design of infrared remote control, which is based on the RC5 proto
4、col. Infrared remote control includes transmitter and receiver circuit. Infrared remote control transmitter uses MSP430F2274 microcontroller. The keyboard collects singal, then the controller encodes it to send infrared signals by the circuit using RC5 protocol. Infrared remote control receiver circ
5、uit includes MSP430F2274 microcontroller, the integration of the infrared receiver and output control. Integration of the receiver to receive infrared signals enters into the SCM and then decode by RC5 protocol. Finally it outputs control signals. The design operation is in the IAR Embedded Workbench development environment, using C-language programming. Key Words:Infrared Remote Control; MSP430 MCU; The integration infrared receiver; RC5 Protocol IV 目录 基于 RC5编码的红外遥控器的设计 摘要 Abstract 目录. 第一章 绪 论1 1.1 红外遥控的发展.2 1.2 本文的研究内容.3 第二章 红外遥控器总体结构4 2.1 系统总体框架及工作流程