搜索资源列表
遥控器I2C
- 遥控器编码的c51程序,包括遥控器编码,I2C操作编程等-remote coding decoder procedures, including remote control codes, such as I2C programming operation
REMOTE_IR
- 一个使用8051单片机接受遥控器编码的例子-8051 using a remote control device to accept the code examples
newLEDdisplay
- 一个非常好的微处理器检测遥控器编码的C++ 原代码项目文件,直接可用,LED显示-a very good microprocessor remote detection coding in C source code, project documentation, direct can be used, LED Display
origin_LEDdisplay
- 一个非常好的微处理器检测遥控器编码的C++ 原代码项目文件,直接可用,LED显示,成果真诚奉献-a very good microprocessor remote detection coding in C source code project documents directly available, LED Display, results sincere dedication
ir32b02
- 实用遥控器编码程序1-Useful encode program 1 of remote controller
388
- H388红外遥控器编码,有利于将要或正在开发遥控产品的朋友
IR-LED
- 红外键值码LED显示,用于C51程序,解码遥控器编码
text
- 模拟遥控器编码,可是模拟三个按键的编码,用c语言编写。
ir32b02
- 实用遥控器编码程序1-Useful encode program 1 of remote controller
遥控器I2C
- 遥控器编码的c51程序,包括遥控器编码,I2C操作编程等-remote coding decoder procedures, including remote control codes, such as I2C programming operation
REMOTE_IR
- 一个使用8051单片机接受遥控器编码的例子-8051 using a remote control device to accept the code examples
388
- H388红外遥控器编码,有利于将要或正在开发遥控产品的朋友-H388 IR remote control codes, has to be conducive to the development of remote control products or are friends
IR-LED
- 红外键值码LED显示,用于C51程序,解码遥控器编码 -IR key code LED display for the C51 process, decoding the remote control code
jiema
- 本程序为红外遥控器的解码程序,可以通过调试本程序,得到各种红外遥控器的按键编码,以方便用户使用-This procedure for the infrared remote control decoding procedure can debug the process, access to a variety of infrared remote control key codes, to facilitate users
89s52_11m_sony_nec_e2rom
- 单片机红外遥控开关,能读取SONY和NEC两种红外遥控器编码,学习后就可以用任意遥控器遥控某些设备开或关,汇编语言编制-Single-chip infrared remote control switch, SONY and NEC can read two infrared remote control codes, learning can be used after any remote control on or off cer
remote
- 9E利普,东芝等6种红外遥控器编码及程序
Study_IR_Remote_Control
- 资料包含源码,硬件图,红外相关资料等,本学习型红外遥控器,通过学习一次遥控器的编码,即可脱离原遥控器来遥控电器或者设备,源码很完整,严格测试过,不过由于C52的单片机RAM有限,编码缓冲区长度有限,而不同的遥控器的编码长度也不相同,对于像空调遥控器编码比较长的就会出现学习不了的情况,必须要加外部RAM作为接收缓冲区,或者换用STC的单片机,内部的RAM比较大,不用扩展,用STC还有好处就是不需要外部的eeprom来保存读取的编码,而C5
遥控器编码电路
- 该代码根据时序图,采用verilog代码实现了遥控器编码电路的功能。(The code according to the timing diagram, using Verilog code to achieve the function of the encoding circuit of the remote controller.)
遥控器接收解码电路
- 设计遥控器接收解码电路。该电路接收编码后的串行数据,解码输出数据。电路接收 到的串行数据的格式为: 4 位同步码“ 1010”, 4 位数据(高位在前), 1 位奇校验码(对前 8 位数据校验)(Design of remote control receiver decoding circuit. The circuit receives the encoded serial data and decodes the output d
软件延时
- NEC协议的红外遥控器编码解码程序,大家收集到的通常是采用定时器中断的方式,我这个代码是采用软件延时的方法实现的,能省掉单片机的一个定时器中断源,一直运用于项目上。(NEC protocol's infrared remote control coding and decoding program. We usually use the way of timer interruption. My code is implemented