文件名称:Study_IR_Remote_Control
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 2.06mb
- 下载次数:
- 2次
- 提 供 者:
- 刘*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
资料包含源码,硬件图,红外相关资料等,本学习型红外遥控器,通过学习一次遥控器的编码,即可脱离原遥控器来遥控电器或者设备,源码很完整,严格测试过,不过由于C52的单片机RAM有限,编码缓冲区长度有限,而不同的遥控器的编码长度也不相同,对于像空调遥控器编码比较长的就会出现学习不了的情况,必须要加外部RAM作为接收缓冲区,或者换用STC的单片机,内部的RAM比较大,不用扩展,用STC还有好处就是不需要外部的eeprom来保存读取的编码,而C52需要用外部的EEPROM来保存编码,这个源码实用的AT24C32保存,可以保存15个遥控编码,通过修改代码也可以开发出很多功能的遥控器!-Information includes source code, hardware, maps, infrared and other relevant information, the learning IR remote control, a remote control by learning the code, you can from the original remote control to remote control electrical appliances or equipment, source code is complete, rigorously tested, however, because C52 MCU RAM is limited, the limited buffer length encoding, and encoding different length of the remote control is not the same as the air conditioning remote control codes for a long learning can not be the situation appears to be to add external RAM as the receive buffer, or a change in STC s microcontroller, the internal RAM bigger, not expand, the benefits of using STC there is no need to save external eeprom read the code, and C52 need to use an external EEPROM to store the code, the source of practical AT24C32 Save, you can save 15 remote control codes, can be developed by modifying the code a lot of function remote control!
(系统自动生成,下载前可以参看下载内容)
下载文件列表
硬件设计\IR.ddb
........\遥控器原理图.pdf
AT89C52_IR\89C52_IR.hex
..........\89C52_IR.plg
..........\Last Loaded Study_IR.DBK
..........\STARTUP.obj
..........\STARTUP.lst
..........\Flash.lst
..........\89C52_IR.lnp
..........\89C52_IR.M51
..........\rs232.lst
..........\rs232.obj
..........\89C52_IR_Uv2.Bak
..........\89C52_IR.Uv2
..........\Main.lst
..........\Main.obj
..........\Rx_IR.lst
..........\Rx_IR.obj
..........\Tx_IR.lst
..........\Tx_IR.obj
..........\i2c.lst
..........\i2c.obj
..........\89C52_IR
..........\89C52_IR_Opt.Bak
..........\89C52_IR.Opt
..........\Code\Main.c
..........\....\Tx_IR.c
..........\....\Rx_IR.c
..........\....\Flash.c
..........\....\Public.h
..........\....\STC12C5410AD.H
..........\....\REG52.H
..........\....\i2c.c
..........\....\rs232.c
..........\....\STARTUP.A51
参考资料\单通道红外遥控电路设计及应用.doc
........\红外遥控发射、接收系统.ppt
........\基于AT89S51的多功能红外遥控器设计.pdf
........\通用红外遥控电路40KHZ载波信号产生电路.gif
........\红外线信号处理问题处理回顾.doc
........\红外遥控的发射和接收.doc
........\利用红外通信原理的设计与实现 红外通信协议 含电路图.doc
可以扩展功能的完整代码\Main.c
......................\STC12C5410AD.H
......................\Flash.c
......................\Tx_IR.c
......................\Rx_IR.c
......................\Public.h
......................\Uart_Debug.c
......................\2052Code\Main.c
......................\........\STC12C2052AD.H
......................\........\Flash.c
......................\........\Tx_IR.c
......................\........\Rx_IR.c
......................\........\Public.h
......................\测试代码\TEST.plg
......................\........\Tx_IR.c
......................\........\code.c
......................\........\Main.c
......................\........\Public.h.bak
......................\........\Rx_IR.c
......................\........\STC12C5410AD.H
......................\........\Public.h
......................\........\TEST.lnp
......................\........\TEST.M51
......................\........\TEST_Uv2.Bak
......................\........\TEST.hex
......................\........\TEST.Uv2
......................\........\STC12C2052AD.H
......................\........\TEST_Opt.Bak
......................\........\Main.LST
......................\........\Main.OBJ
......................\........\TEST
......................\........\TEST.Opt
AT89C52_IR\Code
可以扩展功能的完整代码\2052Code
......................\测试代码
硬件设计
AT89C52_IR
参考资料
可以扩展功能的完整代码
........\遥控器原理图.pdf
AT89C52_IR\89C52_IR.hex
..........\89C52_IR.plg
..........\Last Loaded Study_IR.DBK
..........\STARTUP.obj
..........\STARTUP.lst
..........\Flash.lst
..........\89C52_IR.lnp
..........\89C52_IR.M51
..........\rs232.lst
..........\rs232.obj
..........\89C52_IR_Uv2.Bak
..........\89C52_IR.Uv2
..........\Main.lst
..........\Main.obj
..........\Rx_IR.lst
..........\Rx_IR.obj
..........\Tx_IR.lst
..........\Tx_IR.obj
..........\i2c.lst
..........\i2c.obj
..........\89C52_IR
..........\89C52_IR_Opt.Bak
..........\89C52_IR.Opt
..........\Code\Main.c
..........\....\Tx_IR.c
..........\....\Rx_IR.c
..........\....\Flash.c
..........\....\Public.h
..........\....\STC12C5410AD.H
..........\....\REG52.H
..........\....\i2c.c
..........\....\rs232.c
..........\....\STARTUP.A51
参考资料\单通道红外遥控电路设计及应用.doc
........\红外遥控发射、接收系统.ppt
........\基于AT89S51的多功能红外遥控器设计.pdf
........\通用红外遥控电路40KHZ载波信号产生电路.gif
........\红外线信号处理问题处理回顾.doc
........\红外遥控的发射和接收.doc
........\利用红外通信原理的设计与实现 红外通信协议 含电路图.doc
可以扩展功能的完整代码\Main.c
......................\STC12C5410AD.H
......................\Flash.c
......................\Tx_IR.c
......................\Rx_IR.c
......................\Public.h
......................\Uart_Debug.c
......................\2052Code\Main.c
......................\........\STC12C2052AD.H
......................\........\Flash.c
......................\........\Tx_IR.c
......................\........\Rx_IR.c
......................\........\Public.h
......................\测试代码\TEST.plg
......................\........\Tx_IR.c
......................\........\code.c
......................\........\Main.c
......................\........\Public.h.bak
......................\........\Rx_IR.c
......................\........\STC12C5410AD.H
......................\........\Public.h
......................\........\TEST.lnp
......................\........\TEST.M51
......................\........\TEST_Uv2.Bak
......................\........\TEST.hex
......................\........\TEST.Uv2
......................\........\STC12C2052AD.H
......................\........\TEST_Opt.Bak
......................\........\Main.LST
......................\........\Main.OBJ
......................\........\TEST
......................\........\TEST.Opt
AT89C52_IR\Code
可以扩展功能的完整代码\2052Code
......................\测试代码
硬件设计
AT89C52_IR
参考资料
可以扩展功能的完整代码