搜索资源列表
红外遥控接收
- 红外遥控接收 ORG 0000H LJMP START 转入主程序 ORG 0010H START: MAIN: JNB P2.2,IR LJMP MAIN 以下为进入P3.2脚外部中断子程序,也就是解码程序 IR: MOV R6,#9 SB: ACALL DELAY882 调用882微秒延时子程序 JB P2.2,EXIT 延时882微秒后判断P3.2脚是否出现高电平如果有就退出解码程序
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码和
lpc2148_ucos2
- ucos2 v2.80在lpc2148上的一个完整程序,在IAR上运行,包含4中断设计,串口的源代码.还有红外解码运用-ucos2 v2.80 in lpc2148 of a complete procedure, the IAR run contains four interruption design, Serial source. also use infrared decoder
IR(ok)
- 自己编写的专门针对6122红外编码芯片的红外解码程序,使用定时器+中断,占用CPU时间少,能稳定可靠的解码
infrared_receive
- 红外解码,中断方式,适用c8051f系列单片机,其他的相应改动即可。
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码和其反
红外解码代码
- 超生资源 中断加定时
c51-1.rar
- 51单片机汇编课程设计案例精编 外部中断的简单应用,中断应用—红外解码,LCD1602显示,空调温度控制器,简易电子琴设计,I2C总线原理及应用实例……等等,51 cases of single-chip fine compilation of curriculum design for a simple application of an external interrupt, interrupt the application- IR decoding, LCD1602 display,
AVRmega16TC9012.rar
- 红外解码的方法 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是D
STM32_EXIT_irDA
- 基于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 li
STC15-ir
- stc单片机,虚拟串口,中断红外解码,功能强大,误码率低-stc mcu
ir_read
- 红外解码程序,在中断去分析电平时间,里面含用说明,-IR decoding procedures, the interrupt level to analyze the time, which included use of that
zsMCUshiyanban
- 本实验板的制作原则,简单实用。资源: 8 个LED(闪灯,走马灯,各式花样灯)。4 个数码管(时钟显示,遥控码显示,计数显示等各种显示)。6 个按键(按键扫描,中断,计数器)。 AT24C02(I2C 总线接口实验)。6个接收头(家电遥控器接收,解码)。MAX232(串行RS232 和电脑通迅实验)。蜂鸣器提供各种实验的例程,让初学者轻松学会单片机编程。其中的遥控解码程序,可将红外遥控器的代码显示到LED 上,是遥控开发的好工具。-This experiment the production o
hongwai_jiema
- 前些天做的一个关于红外遥控器解码的程序,利用单片机的中断进行处理!算法很巧妙!-The other day on the infrared remote control decoding process, the interruption of the use of single-chip processing! Algorithm is very clever!
IR
- 51单片机红外解码程序,通过外部中断配合定时器实现对大部分遥控器进行解码,并显示代码及地址!-IR
hongwai1
- 单片机红外解码程序通过中断,晶振为11.0592-SCM IR decoding procedure interrupted, crystal is 11.0592
redlogavr
- 红外解码采用中断捕捉方式(NEC编码),显示用液晶驱动HT1261-Decoding method using infrared capture interrupt (NEC code), liquid crystal display driver HT1261
Stm32Exit
- STM32F10 单片机 使用外部中断及定时器实现红外解码
irlong
- 红外解码,中断读取红外键值程序,程序测试通过的-IR decoding, interrupt reads the infrared key, programs, test the
red
- 利用cube生成的文件,利用中断进行红外编码(Using cube generated files, the use of interrupts for infrared coding)