搜索资源列表
SelfLearningRemotePrograme-AT89C2051
- 遥控器使用方便,功能多.目前已广泛应用在电视机、VCD、DVD、空调等各种家用电器中,且价格便宜,市场上非常容易买到。如果能将遥控器上许多的按键解码出来.用作单片机系统的输入.则解决了常规矩阵键盘线路板过大、布线复杂、占用I/O口过多的弊病。而且通过使用遥控器,操作时可实现人与设备的分离,从而更加方便使用。下面以TC9012编码芯片的遥控器为例。谈谈如何用常用的51系统单片机进行遥控的解码。-Remote easy to use, fe
tc9012
- 很好理解的红外解码C51程序,主要针对东芝TC9012。只要稍加改动也可以应用于NEC型号.-Good understanding of the infrared C51 decoding procedures, mainly for Toshiba TC9012. As long as the modified model can also be applied to NEC.
1602jm
- 本程序主要是遥控器解码和1602驱动程序 连线表: CPU=89S52 功能:解码红外遥控器 遥控器芯片:tc9012-011 -This procedure mainly remote control decoding and 1602 driver connection table: CPU = 89S52 features: remote control infrared remote control de
AVRmega16TC9012
- 红外解码的方法 NEC格式 tc9012 1、9Ms的高电平启动头,然后是4.5Ms的低电平,如果2.25Ms时就有高电平,是持续信号,不处理 2、然后以一个高电平和一个低电平为1Bit,高电平时间是0.5625Ms=562us, 高低电平时间比为1:1时是Bit1,比为1:3时是Bit0 3、Timer1中断执行100us采样周期,9Ms=90,4.5Ms=45,高电平=5,低电平最多15 4、共读入4Byte共24bit,第1、2B
infrared_decode
- Tc9012-011红外遥控器解码1602显示-Tc9012-011 infrared remote control decoder 1602 displays
TC9012
- TC9012编码芯片的编码格式及其解码汇编程序-TC9012
1602
- 单片机1602遥控解码程序,本程序主要是遥控器解码和1602驱动程序,遥控器芯片:tc9012-0-SCM 1602 remote control decoding procedure, this procedure is mainly remote control decoding and 1602 drivers, remote control chip: tc9012-011
TC9012C
- TC9012型市面遥控板C程序 已测试通过 只需改改键值下对应的内容就可实现不同的控制 C语言编写 修改几个硬件相关参数即可移植-TC9012-type remote control market have been tested C program just to change to change the contents of the corresponding key can be achieved under the contr
MY
- 基于51单片机的红外遥控系统中的发射集成芯片TC9012-011的解码-51 MCU-based infrared remote control system in the launch of an integrated decoder chip TC9012-011
tc9012-011
- 本程序主要是遥控器解码和1602驱动程序 // 功能:解码红外遥控器 // 遥控器芯片:tc9012-011 -This procedure is mainly remote decoding and the 1602 driver// Function: Decoding Infrared Remote Control// Remote Control Chip: tc9012-011