搜索资源列表
liangtao
- 红外遥控协议的发送程序,带按键扫描,51的,可用KEIL编译-infrared remote control agreement this procedure, with button scanning, 51, available KEIL compiler
hongwai
- 红外源码(NEC协议),遥控接收后在中断程序内完成遥控码放在ir_da[]中。
ir-NEC
- 红外源码(NEC协议)遥控接收在此中断程序内完成,遥控码放在ir_da[]中
MICRF102BM-1
- MICRF102 是Micrel 公司 QwikRatioTM 系列发射器(Transmitter)的成员之一,工作在 300~470MHz ISM 频段,适用于各种无线遥控/数传领域-Micrel Inc. MICRF102 is QwikRatioTM Series transmitter (Transmitter) a member of the work in the 300 ~ 470MHz ISM band, applicable to a variety of wireles
IR_REMOTE_CONTROL_THEORY
- 红外遥控协议,里面包含诺基亚,夏普,索尼等协议-Infrared remote control agreement, which includes Nokia, Sharp, Sony and other agreements
infrared_remote_control_information
- 单片机红外遥控综合资料,包含各类电视遥控协议,C语言和汇编语言解码范例程序-Comprehensive information on single-chip infrared remote control, including all kinds of TV remote control protocol, C language and assembly language sample program decoder
hongwai1
- 利用51单片机控制红外遥控的发射部分的程序,该程序在51单片机的基础上,采用一定的协议,进行编码、调制和发送等,具有很实用的价值。-51 SCM control the use of infrared remote control transmitter of the program, the program in MCS-51, based on the use of certain agreements, coding, modulation and delivery and so on,
RC6
- 菲利浦遥控协议遥空发码程序,以51 单片机的IO口去控制发送载波信号。-Philips remote control protocol Yaokong hair yards procedures to the IO port 51 to control the microcontroller to send the carrier signal.
TimeforIRsent
- 用芯唐(华邦)MCU 79E834 定时器做的模拟红外遥控协议,验证通过,MCU主频20MHz,在定时器中按bit发送,不占用主程序时间.-IR sending program base on winbond W79E834,
RC5aRC6standard
- RC5&RC6文档,philips的遥控解码,包含协议解释和对比。-RC5 & RC6 documents, including agreements to explain and contrast
RemoTI_src
- 以Q2530EB+Q2530RF为硬件平台,进行TI公司的RemoteTI遥控协议栈的演示与学习。-This user’s guide provides the information necessary to run the sample applications included with the RemoTI software installer. This includes a descr iption of each sample application, informatio
iec104
- 实现IEC104通讯协议的C语言源代码,可以直接移植到任何操作系统,实现了,遥测,遥信,遥控等所有功能。-IEC104 communication protocol C-language source code can be ported to any operating system, telemetry, remote, remote control and other functions.
signe_key_irc-learn_and_send
- 经过严格测试的单键学习型的红外遥控程序 可以遥控NEC协议的各种家电-Learning-tested one-button-type infrared remote control program
nec
- NEC协议红外遥控程序,带自己的测试程序-NEC protocol infrared remote control program
g2553rf40ce
- 430g2553红外遥控解码程序,可以正确解出红外遥控协议码-msp430g2553 RC4E
NEC_RC
- NEC编码红外遥控协议代码供参考,红外遥控工具-NEC remote control code
IR_decode
- 51单片机的红外遥控协议,根据开发板改编成数码管动态显示码值-51 microcontroller infrared remote agreement, according to the development board adapted for dynamic display of digital tube code value
Main
- 通过串口发送指令发出RC5,NEC协议的红外信号(ending an instruction from a serial port to send out the infrared signal of the RC5, NEC protocol)
红外遥控协议
- 这个文件介绍了目前市面上所有的红外遥控协议(This document introduces all the infrared remote control protocols on the market.)
红外遥控-基于38K的载波--c51单片机
- 经过研究,论文还有各种资料,我彻底了解了红外的一种最常用的数据传输方式--nec协议,并制作了相应的c51处理部分模块化程序。该程序有很多详细的注释,给我自己和别人看的,非常适合暂时还不会红外遥控与c51通信的朋友,和项目中需要遥控的朋友。经过在示波器上看接收头的波形,发现了由于无限通信,传输过程中出现的错误信号,并用程序判断,注释中写的很详细。用外部中断0去接收信号,保证信号变化能随时读取。