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

Search list

[Other resourcela1823+lc72131

Description: 数字选台收音机 注意: (1)遥控发射芯片用TC9012/TC9243 经常用到的还有UPD6121和LC7461,它们的不同只处在于引导码的时间不同或者数据位的个数不同,接受原理基本一样。将本程序的相关位置修改就可以通用。 系统时钟22.1184MHZ,如果用其他的时钟请将delay.c文件中的定时器装载值修改一下 (2) 键盘检测在VFD程序中,16312可以驱动VFD,另外外部可接24个按键,并将按键值放到 其内部的存储中,使用时只须发命令读即可。 (3) 由于时间原因,只给出调幅波段的自动搜台功能,调频的自动搜台程序和调幅一样,自己写了。 (4)主要用在组合机和功放机上的收音头大部分以LC72171做锁象环,LA1823做高中频处理 和音频解调,但是有的数调收音头把锁象环和高频处理做在一起,典型的有TEA5757和TEA5756 TEA5757采用了一种所谓的自动调谐系统,在自动搜索时无须读中频,简化了程序。-digital radio attention to the election : (1) remote control chip with TC9012/TC9243 launch frequently used were UPD6121 and LC 7461, the only different is that the lead time for different code or data of the number of different spaces, accept the basic tenets of the same. Will be the location of the relevant procedures can be revised definitive. System Clock 22.1184 MHZ. If the clock I would be grateful if other delay.c document loading value of the timer changed a bit (2) keyboard detection V FD procedure, 16312 can drive VFD, and the external access 24 button. and keystroke values into its internal memory, use only the order can be read. (3) For reasons of timing, given only the AM band automatic search function Taiwan FM automatic seizure procedures and Taiwan AM, himself wrote a. (4)
Platform: | Size: 76051 | Author: 王宇 | Hits:

[Other resourceSelfLearningRemotePrograme-AT89C2051

Description: 遥控器使用方便,功能多.目前已广泛应用在电视机、VCD、DVD、空调等各种家用电器中,且价格便宜,市场上非常容易买到。如果能将遥控器上许多的按键解码出来.用作单片机系统的输入.则解决了常规矩阵键盘线路板过大、布线复杂、占用I/O口过多的弊病。而且通过使用遥控器,操作时可实现人与设备的分离,从而更加方便使用。下面以TC9012编码芯片的遥控器为例。谈谈如何用常用的51系统单片机进行遥控的解码。
Platform: | Size: 6519 | Author: nasa008 | Hits:

[SCMla1823+lc72131

Description: 数字选台收音机 注意: (1)遥控发射芯片用TC9012/TC9243 经常用到的还有UPD6121和LC7461,它们的不同只处在于引导码的时间不同或者数据位的个数不同,接受原理基本一样。将本程序的相关位置修改就可以通用。 系统时钟22.1184MHZ,如果用其他的时钟请将delay.c文件中的定时器装载值修改一下 (2) 键盘检测在VFD程序中,16312可以驱动VFD,另外外部可接24个按键,并将按键值放到 其内部的存储中,使用时只须发命令读即可。 (3) 由于时间原因,只给出调幅波段的自动搜台功能,调频的自动搜台程序和调幅一样,自己写了。 (4)主要用在组合机和功放机上的收音头大部分以LC72171做锁象环,LA1823做高中频处理 和音频解调,但是有的数调收音头把锁象环和高频处理做在一起,典型的有TEA5757和TEA5756 TEA5757采用了一种所谓的自动调谐系统,在自动搜索时无须读中频,简化了程序。-digital radio attention to the election : (1) remote control chip with TC9012/TC9243 launch frequently used were UPD6121 and LC 7461, the only different is that the lead time for different code or data of the number of different spaces, accept the basic tenets of the same. Will be the location of the relevant procedures can be revised definitive. System Clock 22.1184 MHZ. If the clock I would be grateful if other delay.c document loading value of the timer changed a bit (2) keyboard detection V FD procedure, 16312 can drive VFD, and the external access 24 button. and keystroke values into its internal memory, use only the order can be read. (3) For reasons of timing, given only the AM band automatic search function Taiwan FM automatic seizure procedures and Taiwan AM, himself wrote a. (4)
Platform: | Size: 75776 | Author: 王宇 | Hits:

[Other Embeded programhongwai

Description: 一个红外线的源程序,可以在KEIL下编译通过,而且是C中潜入汇编,内含红外的资料文档
Platform: | Size: 54272 | Author: cw | Hits:

[assembly languagehongwaijieshou

Description: 对TC9012 (长虹 K8B )遥控器的解码- 这种遥控码具有以下特征,采用脉宽调制的串行码 解码的关键是如何识别“0”和“1”,从位的定义我们可以发现“0”、“1”均以0.56ms的低电平开始, 不同的是高电平的宽度不同,“0”为0.56ms,“1”为1.68ms, 所以必须根据高电平的宽度区别“0”和“1”。 如果从0.56ms低电平过后,开始延时,0.56ms以后,若读到的电平为低,说明该位为“0”,反之则为“1”,-On the TC9012 (Changhong K8B) remote control decoder- a remote control code has the following characteristics, using pulse width modulation decoder serial code, the key is how to identify
Platform: | Size: 10240 | Author: 张廷 | Hits:

[SCM51AVR

Description: 这些是自己大学里认为非常宝贵的AVR程序,希望会对大家有帮助。-And the infrared receive tectonic plate is mainly: Receives the TC9012 emission of infrared radiation signal, will receive the data demonstrates by the HEX way.
Platform: | Size: 12288 | Author: 探索者 | Hits:

[SCMhongwai

Description: 在这里向大家提供一个用c51编的TC9012的红外解码程序,这个程序是我自己编的,经过试验,效果不错。-We are here to provide a TC9012 with c51 decoder for the procedures, which is my own, and after testing, good results.
Platform: | Size: 1024 | Author: jiangye | Hits:

[SCM1602jm

Description: 本程序主要是遥控器解码和1602驱动程序,主要功能是解码红外线遥控器。遥控器芯片:tc9012-0-This program is used to decode the infrared remote controler.
Platform: | Size: 3072 | Author: fatboyrwj | Hits:

[SCMIr_Decode

Description: 基于C8051F120的红外解码程序,内含两个工程文件,1,利用中断实现解码。2,利用捕获进行解码。还有Tc9012的pdf。源码经片上测试OK。不同单片机只需要根据晶振修改参数就行-C8051F120-based infrared decoding process, the file contains two projects, one using the interrupt decoding. 2, using capture decode. There are Tc9012 the pdf. Source via on-chip test OK. Different microcontroller only need to modify the parameters under the crystal-line
Platform: | Size: 284672 | Author: xiaot | Hits:

[Embeded-SCM DevelopSTM32_EXIT_irDA

Description: 基于STM32红外遥控器解码程序。使用东芝系列TC9012集成芯片遥控器解码,控制板子上的LED1~LED8亮灭实现。使用到的STM32资源有外部中断 嘀嗒定时器等.-STM32-based infrared remote control decoder program. Toshiba TC9012 Series integrated chip using the remote control decoder to control the board on the LED1 ~ LED8 light to achieve eradication. Use to the STM32 resources such as external interrupt tick timer.
Platform: | Size: 448512 | Author: zhangdong | Hits:

[Embeded-SCM Develophongwaijiema-LED

Description: 红外解码数码管显示,适用于TC9012芯片,其他芯片请自行更改解码时序,包含单片机运行的hex文件-Applicable to TC9012 chip, other changes to decode your own timing chip, including the microcontroller hex file to run
Platform: | Size: 13312 | Author: 肖度 | Hits:

[SCMirbcd

Description: 红外解码数码管显示,使用12M晶振 适用于TC9012芯片,其他芯片请自行更改解码时序-IR decoding digital display, the use of crystal for TC9012 12M chips, other chips decode your own changes to the timing
Platform: | Size: 1024 | Author: quan | Hits:

[ARM-PowerPC-ColdFire-MIPShongwaijiema

Description: 红外解码程序,与tc9012的红外发送相一致。-IR decoder, and the infrared transmission tc9012 consistent.
Platform: | Size: 2048 | Author: latera | Hits:

[Embeded-SCM DevelopTC9012-LCD12864

Description: 基于STC89S52的红外+LCD12864的模块;各部分功能都是模块化编程,可直接移植使用-IR+ LCD12864 based STC89S52 module each part functions are modular programming, can be transplanted directly use
Platform: | Size: 43008 | Author: 执子眸 | Hits:

[SCMSMG

Description: 使用模块化编程的方法,用C51编写的单片机解码TC9012程序,包括红外解码程序和数码管显示程序-Using the modular programming method, single-chip decoder with C51 TC9012 written procedures, including infrared decoder and digital tube display program
Platform: | Size: 28672 | Author: wuxin | Hits:

[SCMhongwaijieshoufashe

Description: 单片机用定时器产生38K载波,利用TC9012芯片的编码方式进行编码,每次发送一字节数据(学会了一字节,多字节也就会了),并由接收端解码加以显示!发射管用的是一般的红外管,接受用的是集成的红外接受器,通过测试,传输距离可达到5M左右!-Microcontroller timer generates 38K carrier, using TC9012 chip encoding encoding, each time you send one byte of data (a byte Society, will be a multi-byte), decoded by the receiver to display! Launch tubes to the general infrared tubes, with receiving the infrared receiver is integrated, tested, transmission distance up to about 5M!
Platform: | Size: 2048 | Author: | Hits:

[SCMInfrared-communication

Description: 红外线通信,发射器采用的是TC9012,此为解码源程序-Infrared communication, the transmitter uses a TC9012, this is the source decoder
Platform: | Size: 16384 | Author: 杜鹏飞 | Hits:

[Embeded-SCM DevelopTC9012

Description: TC9012红外发射,常用的红外发射,可以参考的资料-TC9012 infrared emission, infrared emission, can refer to the information
Platform: | Size: 233472 | Author: | Hits:

[File Formattc9012

Description: TC9012 是一块用于东芝系列红外遥控系统中的专用发射集成电路,采用CMOS 工艺制造。它可外接 32 个按键, 提供 8 种用户编码,另外还具有3 种双重按键功能。TC9012 的管脚设置和外围应用线 路都进行了高度优化,以配合PCB 的布图和低成本的要求.-TC9012 is a special integrated circuit for emitting infrared remote control system of Toshiba series, produced by CMOS process. It can be connected with 32 buttons, provides 8 user code, also has 3 kinds of double function keys. TC9012 pin setting and the external application line The road is highly optimized, to match the PCB layout and low cost requirements
Platform: | Size: 233472 | Author: sunshuai | Hits:

[OtherTC9012

Description: tc9012红外发射说明书,方便查阅,迅速掌握红外发射使用-Tc9012 infrared emission instructions, easy access, quickly grasp the use of infrared emission
Platform: | Size: 233472 | Author: 张宁 | Hits:
« 1 23 »

CodeBus www.codebus.net