Welcome![Sign In][Sign Up]
Location:
Search - tc9012

Search list

[Other resourcetc9012

Description: 很好理解的红外解码C51程序,主要针对东芝TC9012。只要稍加改动也可以应用于NEC型号.
Platform: | Size: 11949 | Author: 朱明 | Hits:

[SCMSelfLearningRemotePrograme-AT89C2051

Description: 遥控器使用方便,功能多.目前已广泛应用在电视机、VCD、DVD、空调等各种家用电器中,且价格便宜,市场上非常容易买到。如果能将遥控器上许多的按键解码出来.用作单片机系统的输入.则解决了常规矩阵键盘线路板过大、布线复杂、占用I/O口过多的弊病。而且通过使用遥控器,操作时可实现人与设备的分离,从而更加方便使用。下面以TC9012编码芯片的遥控器为例。谈谈如何用常用的51系统单片机进行遥控的解码。-Remote easy to use, features and more. Has been widely used in TV, VCD, DVD, air conditioning and other household appliances, and the price cheap, the market is very readily available. If you can remote control many of the key decoder out. Single-chip microcomputer system used for input. The solution of conventional keyboard matrix circuit board is too large, complex wiring, occupied by I/O port too many ills. But also through the use of remote control operation can realize the separation of people and equipment, thus more convenient to use. The following code to TC9012 chip remote control as an example. To talk about how to use the 51 commonly used system for remote control single-chip decoder.
Platform: | Size: 6144 | Author: nasa008 | Hits:

[SCMtc9012

Description: 很好理解的红外解码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.
Platform: | Size: 11264 | Author: 朱明 | Hits:

[SCM1602jm

Description: 本程序主要是遥控器解码和1602驱动程序 连线表: CPU=89S52 功能:解码红外遥控器 遥控器芯片:tc9012-011 -This procedure mainly remote control decoding and 1602 driver connection table: CPU = 89S52 features: remote control infrared remote control decoder chip: tc9012-011
Platform: | Size: 3072 | Author: 方道元 | Hits:

[Embeded-SCM DevelopTC9012irda

Description: 基于51的TC9012遥控程序,晶振用的是10M,脉宽调制-51 TC9012-based remote control program, using a crystal 10M, pulse-width modulation
Platform: | Size: 38912 | Author: raymond | Hits:

[SCMhongwai

Description: tc9012遥控器的解码程序,算法简单易懂,能对27个按键进行解码-tc9012 remote control decoder procedure, easy-to-understand algorithm can decode 27 keys
Platform: | Size: 1024 | Author: myn | Hits:

[Embeded-SCM DevelopAVRmega16TC9012

Description: 红外解码的方法 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、2Byte是CustomCode码和其反码,第3、4Byte是DataCode和其反码 5、CustomCode正确和DataCode效验正确的话,执行 6、红外接收器输出是反相的 -NEC Infrared format decoding method of the high tc9012 1,9 Ms head start, followed by the low 4.5Ms, if there is high when 2.25Ms, is a continuous signal, do not deal with 2, and then to a high-power low for a peaceful 1Bit, high time 0.5625Ms = 562us, high-low ratio of 1:1 when the time is Bit1, when the ratio of 1:3 is Bit0 3, Timer1 interrupt the implementation of 100us sampling period, 9Ms = 90,4.5 Ms = 45, high = 5, low-level up to 15 4, were read into 4Byte were 24bit, the first is the 1,2 Byte code and its anti-CustomCode code, the first is the 3,4 Byte Code DataCode and its anti-5 , CustomCode correct and well-tested DataCode correct, the implementation of 6, the infrared receiver is the output of the RP
Platform: | Size: 13312 | Author: 蔡家朝 | Hits:

[SCMinfrared_decode

Description: Tc9012-011红外遥控器解码1602显示-Tc9012-011 infrared remote control decoder 1602 displays
Platform: | Size: 257024 | Author: jemofh | Hits:

[assembly languageTC9012

Description: TC9012编码芯片的编码格式及其解码汇编程序-TC9012
Platform: | Size: 3072 | Author: 冉官勇 | Hits:

[SCM1602

Description: 单片机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
Platform: | Size: 3443712 | Author: 蔡树钟 | Hits:

[OtherTC9012C

Description: 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 control of different C language hardware-related parameters can modify the number of transplants
Platform: | Size: 234496 | Author: LHX | Hits:

[SCMIR1308LCD

Description: 红外解码LCD显示 红外接收部分使用一体化接受头,当接收到 38KHz的红外调制波时,输出端输出解调信号, 可以直接用单片机IO 口读取其数字信号。 板上配有开关,平时不用时防止干扰和降低功耗, 应将其电源关掉。样例程序中提供 TC9012 芯片的解码程序,使用 12M 晶振,解码稳定, 可以直接移植为工业应用。其他芯片的码值用户根据芯片编码资料自行修改。 -IR decoding LCD display using the integrated parts of the infrared receiver to accept the first, when the receive 38KHz modulated infrared wave, the output demodulated output signal can be directly used microcontroller IO port to read the digital signals. Board with a switch, usually when not in use to prevent interference and reduce power consumption, it should be the power turned off. Sample program provided TC9012 chip decoding process, using 12M crystal oscillator, decoding and stability can be directly transplanted to industrial applications. Other chip-chip encoded key value data users to modify their own.
Platform: | Size: 24576 | Author: ywx | Hits:

[VC/MFCTC9012

Description: TC9012规格书,做红外收发的朋友可以用得上哦。
Platform: | Size: 233472 | Author: 水晶宸子 | Hits:

[SCMMY

Description: 基于51单片机的红外遥控系统中的发射集成芯片TC9012-011的解码-51 MCU-based infrared remote control system in the launch of an integrated decoder chip TC9012-011
Platform: | Size: 267264 | Author: | Hits:

[SCMir_decode

Description: 用C编写的红外解码程序,可以解码HT6221,TC9012的编码,并在1602液晶上显示-Written using C IR decoding program, you can decode HT6221, TC9012 coding, and in 1602 LCD display
Platform: | Size: 23552 | Author: Zi | Hits:

[SCMtc9012-011

Description: 本程序主要是遥控器解码和1602驱动程序 // 功能:解码红外遥控器 // 遥控器芯片:tc9012-011 -This procedure is mainly remote decoding and the 1602 driver// Function: Decoding Infrared Remote Control// Remote Control Chip: tc9012-011
Platform: | Size: 3072 | Author: hallyin | Hits:

[ELanguagetc9012rar

Description: tc9012红外解码源程序 C语言程序 单片机设计-tc9012 infrared source decoder design microcontroller C programming language
Platform: | Size: 3072 | Author: zhangpeng | Hits:

[SCMTC9012C

Description: TC9012遥控板的接收解码程序,已测试能用,能解码市面上卖的TC9012遥控板发出的信号-TC9012 remote control receiver board decoding process can be used have been tested, the TC9012 can be decoded on the market sell signal from remote control panel
Platform: | Size: 234496 | Author: 89u8 | Hits:

[VHDL-FPGA-Verilogtc9012

Description: 用vhdl编写的实现常用红外遥控芯片(tc9012)解码的程序,调试已通过-Vhdl implementation written in common with the infrared remote control chip (tc9012) decoding process, debugging has passed
Platform: | Size: 1024 | Author: 郭暧闵 | Hits:

[source in ebookTC9012

Description: 基于TC9012红外解码源代码,已经过测试-Based on the TC9012 Infrared decode source code, has been tested
Platform: | Size: 317440 | Author: MR y | Hits:
« 12 3 »

CodeBus www.codebus.net