Welcome![Sign In][Sign Up]
Location:
Search - hs0038 a

Search list

[Software Engineeringred_decode

Description: 重要介绍了一种常用的遥控器上的红外编码方式,只要用一体话红外接受模块就很轻松的解码,里面有段51的程序,详细介绍了解码过程,希望对红外解码有兴趣的朋友有所帮助!-Important to introduce a common infrared remote control on the encoding, as long as the use of one if the infrared module is very easy to accept the decoder, which has in paragraph 51 of the procedures described in detail the process of decoding, and they hope to have interest in infrared decoder help friends!
Platform: | Size: 131072 | Author: 王明 | Hits:

[SCMpvpvc

Description: 遥控解码通过电脑串口显示 /* 晶振:11.0569MHz */ #include <REGX52.h> #define uchar unsigned char uchar data IRcode[4] //定义一个4字节的数组用来存储代码 uchar CodeTemp //编码字节缓存变量 uchar i,j,k //延时用的循环变量 sbit IRsignal=P3^2 //HS0038接收头OUT端直接连P3.2(INT0) /**************************延时0.9ms子程序**********************/ void Delay0_9ms(void) {uchar j,k for(j=18 j>0 j--) for(k=20 k>0 k--) } /***************************延时1ms子程序**********************/ void Delay1ms(void) {uchar i,j for(i=2 i>0 i--) for(j=230 j>0 j--) }-Remote control via the computer serial decode show/* Crystal: 11.0569MHz* /# Include <REGX52.h># Define uchar unsigned charuchar data IRcode [4]// define a 4-byte array used to store code uchar CodeTemp// encoding variable byte cache uchar i, j, k// delay cycle with variable sbit IRsignal = P3 ^ 2// HS0038 receive the first direct link OUT terminal P3.2 (INT0 )/************************** 0.9ms delay**********************/ void Subroutine Delay0_9ms (void) (uchar j, k for (j = 18 j> 0 j-) for (k = 20 k> 0 k-) }/*************************** Subroutine 1ms delay**********************/ void Delay1ms (void) (uchar i, j for (i = 2 i> 0 i-) for (j = 230 j> 0 j-))
Platform: | Size: 51200 | Author: 微微 | Hits:

[Embeded-SCM DevelopWorkSpace

Description: DS18B20+I2C+串口程序,并且有相应的Proteus的联调图,已测,可运行。还有相应的一些资料。-DS18B20+ I2C+ serial process, and there is a corresponding adjustment plan joint Proteus has been measured, you can run. There are corresponding with some information.
Platform: | Size: 1942528 | Author: 李文 | Hits:

[SCMLedBoardPrj

Description: 自制的LED条屏。点阵用简单的64x16,显示图片和文字。加上1302和HS0038做万年历和遥控器,实现广告和时间切换。 这是我毕业时做出来送给老爸的礼物。-Self-made LED strip screen. Lattice with a simple 64x16, display pictures and text. With 1302 and HS0038 calendar and remote control to do to achieve advertising and the time to switch. This is my father sent out to do upon graduation gift.
Platform: | Size: 175104 | Author: 赖东东 | Hits:

[SCMavrtest

Description: avr开发板的基础实验,包括流水灯、按键、蜂鸣器、LED点阵、数码管、定时器、步进电机、LCD1602和12864、ds18b20、hs0038、AD/DA转换实验,功能很全。-avr development board based on experiments, including water lights, buttons, buzzer, LED dot matrix, digital control, timer, stepper motor, LCD1602 and 12864, ds18b20, hs0038, AD/DA conversion experiments, features are very informative.
Platform: | Size: 419840 | Author: 刘谋荣 | Hits:

[SCMATMEGA16

Description: adc.c用于实现MEGA16中的模数转换功能。 ds1302.c用于实现MEGA16从DS1302芯片中获取时钟信息。 yaokong.c提供一种利用HS0038获取电视机遥控的红外信号并将它解码的方案。 zlg7290.c提供MEGA16与ZLG7290芯片连接的方案,用于外接矩阵键盘。 i2c.c用于MEGA16实现I2C总线数据传输。 12864S.c用于实现LCD12864的串行输入。 ST7920是LCD12864的汉子库的调用函数。 EXPERIMENT.C是基于以上功能设计的一块综合开发板的代码,内有使用说明可供参考。-adc.c used to implement the analog-digital conversion MEGA16 function. ds1302.c used to implement MEGA16 get from the DS1302 chip clock information. yaokong.c provides a use of HS0038 to obtain the infrared TV remote control signal and its decoding programs. zlg7290.c provide MEGA16 ZLG7290 chip connection with the program for the external matrix keyboard. i2c.c I2C bus for MEGA16 achieve data transmission. 12864S.c used to implement LCD12864 serial input. ST7920 is LCD12864 the guy calling the library function. EXPERIMENT.C is based on a more functional design of the comprehensive development of the code board, containing instructions for reference.
Platform: | Size: 19456 | Author: 杜国俊 | Hits:

[SCMhs

Description: 这是一个HS0038的解码程序,可直接运行,无需调试-This is a HS0038 decoding process can be run directly without debugging
Platform: | Size: 1024 | Author: angela | Hits:

[SCM51MCUPHS0038

Description: 红外接收头得51单片机程序,经过自己调试,确定可以运行的 附件里面有红外接收头HS0038的介绍资料,有两个程序,基本一样的,一个用3510液晶做数据采集察看时用的,一个直接用8个LED灯显示。-Infrared receiver chip program was 51, after their commissioning, the attachment can be run to determine the infrared receiver inside the brochure, there are two procedures, essentially the same, a LCD with a 3510 look at doing with the data collection, a direct use of 8 LED lights display.
Platform: | Size: 443392 | Author: 赵伟航 | Hits:

[SCMHS0038

Description: 这个是一个HS0038的C语言代码,这个代码很容易懂,里面有注释。-The HS0038 is a C-language code, the code is easy to understand, there are comments.
Platform: | Size: 18432 | Author: husheng | Hits:

[SCMIR

Description: 基于89C51单片机的红外发射接收程序,发射头是5MM的那种,接受头是HS0038,不要用1838,1838不明显。-Based on the 89 C51 infrared emission receiving procedures, 5 MM head is a launch that, accept the head is HS0038, don t use of 1838183 and not obvious.
Platform: | Size: 36864 | Author: 小宝 | Hits:

[SCMremote_c51

Description: 本文重点介绍了利用单片机AT89C51和AT89C2051实现红外发射和接收电路的设计方法。发射电路采用单片机89C2051将待发送的二进制信号编码调制为40KHz的脉冲信号通过红外发射管发射红外信号。红外接收端采用一体化红外接收头HS0038接收红外接收信号。-This article focuses on the use of SCM AT89C51 AT89C2051 achieve infrared transmitter and receiver circuit design. Transmitter circuit uses the binary signal to be transmitted by the MCU 89C2051 coded modulation to a pulse signal with 40KHz tube emits an infrared signal via infrared transmitter. The infrared receiving end integrated infrared receiver the HS0038 to receive infrared receiver signals.
Platform: | Size: 648192 | Author: gaodubiao | Hits:

[SCM03

Description: 光通信的接受程序:HS0038作为接收器,把编码的信号进行解码。-Optical communication acceptance procedure: HS0038 as a receiver, the encoded signal is decoded.
Platform: | Size: 17408 | Author: 陈旭 | Hits:

[SCMHS0038

Description: 基于430的矩阵式键盘和独立式键盘的程序,用的单片机P1口-Based on 430 matrix keyboard and a separate keyboard procedures, using SCM P1 port
Platform: | Size: 32768 | Author: 杨超文 | Hits:

CodeBus www.codebus.net