搜索资源列表
红外遥控接收
- 红外遥控接收 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脚是否出现高电平如果有就退出解码程序
遥控接收
- 单片机6502 编程实现红外遥控接收-6502 microcontroller programming infrared remote control receiver
TC9149 TC9150通用红外遥控接收电路
- TC9149TC9150通用红外遥控接收电路
IR_RECEIVE.rar
- C51写的红外遥控接收程序,遥控码规范为NEC规格。,C51 written procedures for receiving infrared remote control, remote control for the NEC code requirements specification.
yaokong
- 基于atmega16的红外遥控接收程序,用c语言写的,经检验的。-Based on the infrared remote control receiver atmega16 procedures, using c language written by the test.
infared
- 才用C语言编写单片机程序,实现了红外遥控接收。把接收到的数据通过LCD1602显示,并通过串口发送,方便查看。有很详细的注解,便于理解!-Only single-chip using C language program, the realization of the infrared remote control receiver. To receive data through the LCD1602 display and through the serial port to send,
remotept2221
- 红外遥控接收程序,PT2221,很简洁已经成熟使用-Infrared Remote Control Receiver procedures, PT2221, very simple and has been the use of sophisticated
Remote_Pro
- 实用红外遥控接收,解码程序。已经通过调试。-Practical infrared remote control receiver, decoding procedures. Have passed testing.
infrared_remote
- 本源程序是基于AT89C52单片机的红外遥控接收和发送源程序。对于初学者有很好的参考价值。-The source is based on AT89C52 microcontroller to receive and send infrared remote source. For beginners there is a very good reference value.
51code
- 51开发板上的源代码程序,里面有DS18B20液晶1602显示温度和控制代码,lcd1602时间显示c 程序代码,lcd 1602液晶显示代码,lcd12864字库显示代码,24C02存储器I2C总线代码,还有红外遥控接收和读码代码。-51 the development of on-board procedures for the source code, there are DS18B20 LCD temperature display and control the 1602 code,
C51接收32BIT—IR
- 利用51定时器中断为125US接收NEC红外遥控接收,并且接收完毕作处理。(With 51 timer interrupts, the NEC infrared remote receiver was received by the 125US, and the processing was received.)
PIC红外接收程序
- 红外线遥控接收程序,接收的是一个电视遥控器编码,共25个按锓 20140727经过调试,可以正常收码;收到的码按从高到低,存放在rx3,rx2,rx1,rx0四个寄存器中。(Infrared remote control receiver program, receiving is a TV remote encoding, a total of 25 to 20140727 Qin after debugging, can normally receive code; the code a
实验28 红外遥控实验
- 利用stm32单片机进行红外遥控的设计,主要是进行数据的传输以及传输后的另一端的数据接收准确数据(The design of infrared remote control by using STM32 microcontroller is mainly to carry out data transmission and to receive accurate data at the other end of the transmission.)
基于单片机的红外遥控门禁系统
- 基于单片机的红外遥控门禁系统(具有键盘输入模块,红外接收模块,液晶显示模块)(Infrared remote control door control system based on single chip microcomputer)
hongwai2
- 红外遥控接收,1383一体化红外接收头,AVR主芯片(Infrared remote control reception, 1383 integrated infrared receiver, AVR main chip.)
FPGA_红外遥控系统设计
- 上电后我们的设计会发一次我们给定的数据码,然后在接受模块会接受到其发送的数据并在数码管上显示出来,之后我们可以用我们我的遥控键盘来发送数据,接收模块接收显示出来.(After power up, our design will send a given data code, then the receiving module will accept the data that it sends and display it on the digital tube. Then we can use
实验18 红外遥控点亮LED
- 使用89C51作为控制芯片,使用红外遥控接收模块,控制C51的一个IO口点亮LED灯(Using 89C51 as the control chip, the infrared remote control receiving module is used to control a IO port of C51 to light the LED lamp.)
11-红外遥控接收程序
- 红外遥控接收程序,采用的是C和汇编两种语言的源码(infrared remote control)
20-红外遥控同时发射接收程序
- 红外遥控同时发送接收程序u,内含C和汇编两种语言(Infrared remote control simultaneous sending and receiving program u, containing C and assembler two languages)
28. 红外遥控实验
- 红外遥控器发射红外键值的编码信号,通过红外接收头进行解码,并将解码后的数据通过串口打印(Infrared remote controller emits a coded signal of infrared key value, decodes it through an infrared receiver, and prints the decoded data through a serial port.)