搜索资源列表
liangtao
- 红外遥控协议的发送程序,带按键扫描,51的,可用KEIL编译-infrared remote control agreement this procedure, with button scanning, 51, available KEIL compiler
hongwaiyaokongjieshou
- 一个红外线遥控接收装置的图纸,协议和说明,以及具体所使用的芯片和编程资料,自己先顶1下~-an infrared remote control devices to receive the drawings, agreements and notes and the specific use chips and programming information, their first under one roof ~
Remote.rar
- 这一个用ATTINY26做的433M无线遥控解码程序,This ATTINY26 do with 433M wireless remote control decoding procedure
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
infrare-dmeter-demo
- 红外抄表系统的源代码。利用非电信号传送控制信息和数据信息,以实现遥控或遥测的功能。包括 通信方式,通信协议,三相电度表通信程序,手持抄表器通信程序等。-Infrared meter reading system s source code. The use of non-electrical signal transmission control information and data information in order to achieve remote control or tele
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,
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
infrared-remote-protocols
- 这是一片讲授所有红外遥控协议的文章,希望能对所有需要的人有所帮助-This is a teaching articles, of infrared remote protocols and hope to all who need help
g2553rf40ce
- 430g2553红外遥控解码程序,可以正确解出红外遥控协议码-msp430g2553 RC4E
RC5
- Philips RC5 红外遥控协议源代码-Philips RC5 Remote control protocl code
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)
remote_protocol
- 最全的红外遥控协议收集,几十种遥控器协议方式(The most complete collection of infrared remote control protocol, dozens of remote control protocol)
红外遥控协议
- 这个文件介绍了目前市面上所有的红外遥控协议(This document introduces all the infrared remote control protocols on the market.)
红外遥控-基于38K的载波--c51单片机
- 经过研究,论文还有各种资料,我彻底了解了红外的一种最常用的数据传输方式--nec协议,并制作了相应的c51处理部分模块化程序。该程序有很多详细的注释,给我自己和别人看的,非常适合暂时还不会红外遥控与c51通信的朋友,和项目中需要遥控的朋友。经过在示波器上看接收头的波形,发现了由于无限通信,传输过程中出现的错误信号,并用程序判断,注释中写的很详细。用外部中断0去接收信号,保证信号变化能随时读取。