搜索资源列表
LYJ_IR_M
- /*红外解码的方法 NEC格式 upd6121 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码和
la1823+lc72131
- 数字选台收音机 注意: (1)遥控发射芯片用TC9012/TC9243 经常用到的还有UPD6121和LC7461,它们的不同只处在于引导码的时间不同或者数据位的个数不同,接受原理基本一样。将本程序的相关位置修改就可以通用。 系统时钟22.1184MHZ,如果用其他的时钟请将delay.c文件中的定时器装载值修改一下 (2) 键盘检测在VFD程序中,16312可以驱动VFD,另外外部可接24个按键,并将按键值放到 其内部的存储中,使用时只须发命令读即可。
decoder_irda
- keil c中通过,基于uPD6121/LC7461M/HT6222/AS6122等红外编码芯片的解码程序-keil c, which was adopted Based on infrared and other coding uPD6121/LC7461M/HT6222/AS6122 Chip Solutions code procedures
ICCAVR-IRcoding
- 红外解码的方法 NEC格式 upd6121 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码和其反
infrared
- 基于uPD6121/LC7461M/HT6222/AS6122等红外编码芯片的解码程序,采用AVR ATmega16接收-Based on infrared and other uPD6121/LC7461M/HT6222/AS6122 decoder chip encoding procedure for the receiver AVR ATmega16
ir
- 详细全面介绍各种红外编码协议和相关的接收芯片的介绍资料sc6121 UPD6121-Detailed and comprehensive descr iption of the infrared receiver coding protocols and related presentation materials sc6121 UPD6121 chips
RemoteControlDecoder
- 红外遥控解码的C51程序,认为是可能是史上最简的。此程序是针对uPD6121系列的遥控器的取码程序,解码值在Im[2]中,当IrOK=1时解码有效。 -C51 infrared remote control decoding procedure may be considered to be the history of the most simple. This procedure is uPD6121 series of remote control codes of the check p
HWJMCS
- 红外遥控解码。本解码程序适用于NEC的upd6121及其兼容芯片的解码,支持大多数遥控器 实验板采用11.0592MHZ晶振-Infrared remote control decoding. The decoding procedure applies to the upd6121 NEC and compatible chip decoding, support for most of the remote control experiment using 11.0592MHZ crysta
ICCAVR_hongwai_jiema
- ICCAVR下的红外解码程序,全部源码,原理图和PCB,芯片资料,一个可实际运行的例子,使用网上邮购的TL038BD接收管,测试过电视机遥控器、DVD遥控器,发现遥控器基本上都兼容uPD6121的. 环境使用ICCAVR6.31A,MEGA8L,内部RC8M。 压缩包中upd6121.pdf和S0101.Zip是红外遥控芯片资料,LYJ_DDB是Protel99SE下的,其它是源程序。-the infrared decoding programm under ICCAVR enviro
upd6121
- 2011.3.11.在实验板上调试成功,前二位显示红外反码,后二位显示红外键值。这个程序是网上下传的,在实验板上调试必须对应自己的硬件条件,作适当的修订。不能全盘照抄。实验用了3个不同厂家生产的不同型号的红外遥控器,但用群达红外线遥控器指令解码仪QD-JMY2005检测后证明是相同编码格式的,即6121电路型号。测的键值都是一致的。-2011.3.11. In the experiment on-board debugging success, the first two shows infra
redPsms0801
- 红外解码的方法 NEC格式 upd6121 红外及sms0801显示。-Infrared decoding NEC format upd6121 infrared, and sms0801 show
asd
- 学习型遥控器的制作代码,用到的芯片是upd6121-Making learning remote control code, used in the chip is upd6121
hongwaijiema
- 本解码程序适用于NEC的upd6121及其兼容芯片的解码,支持大多数遥控器 实验板采用11.0592MHZ晶振-The decoding procedure applies in the NEC upd61211 compatible chips and decoding, and supports most remote control experiment board 11.0592MHZ crystal
asd
- 学习型遥控器的制作代码,用到的芯片是upd6121-Making learning remote control code, used in the chip is upd6121
asd
- 学习型遥控器的制作代码,用到的芯片是upd6121-Making learning remote control code, used in the chip is upd6121
UPD6162-hongwaijiema-LCD1602
- 解码程序适用于NEC的upd6121及其兼容芯片的解码-Decoding decoding procedure applies to the NEC and compatible chips upd6121
RF_REMOTE_PROTOCOL
- 常见红外遥控器编码与格式 UPD6121 UPD6122 PT2222 SC61211 HS6222 HS6221-remote control code and format
Inf_HelmMotor
- 此程序为舵机程序,红外控制舵机,已通过编译,此程序是针对uPD6121系列遥控器的取码程序,解码值在Im[2]中,当IrOK=1时解码有效*/(This procedure for the steering gear program, infrared control actuator has been compiled, this program is for code uPD6121 series remote controller, the decoded value in Im[2],