CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 单片机(51,AVR,MSP430等) 搜索资源 - 红外解码程序

搜索资源列表

  1. 红外解码C51经典

    2下载:
  2. C51红外解码程序,内有详细的注释,特别经典-C51 IR decoding procedures, which are detailed notes, in particular classical
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2204
    • 提供者:王明亮
  1. pic 红外

    0下载:
  2. PIC红外解码程序C
  3. 所属分类:单片机(51,AVR,MSP430等)

  1. 51单片机的实验八 红外编码解码程序

    0下载:
  2. 51单片机的实验八 红外编码,解码程序,非常好,51 single-chip eight experimental infrared coding, decoding
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2017-03-21
    • 文件大小:21794
    • 提供者:aaa
  1. s3f9454_ir.rar

    1下载:
  2. 这是一个三星9454的红外遥控解码程序,在做这个程序之前,我从网上找了不少的相关程序,没一个能用的,因此,自己花时间这了一个。这段程序是从已经量产过的程序中截取出来的,用INT0做的。,This is a Samsung 9454 decode the infrared remote control procedures, procedures for doing this, I find a lot of online procedures, no one can, so that they
  3. 所属分类:SCM

    • 发布日期:2015-12-04
    • 文件大小:1033
    • 提供者:独孤一方
  1. 6122hongwaijiema

    0下载:
  2. 一个红外解码的程序,单片机开发用的到,想搞红外开发的朋友可以借鉴!-An infrared decoding process used to develop single-chip!
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:15290
    • 提供者:yzx405311728
  1. ir_read

    0下载:
  2. 红外解码程序,在中断去分析电平时间,里面含用说明,-IR decoding procedures, the interrupt level to analyze the time, which included use of that
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:11926
    • 提供者:鲍尾弟
  1. C51rfcode

    0下载:
  2. 这是一个简单的红外解码程序,是针对9ms起始码和4.5ms结束码的红外信号。晶振用的是11.0592M的,经测试能用。-This is a simple infrared decoding procedure is 9ms start code and end code 4.5ms infrared signal. 11.0592M crystal is used, and can be tested.
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:2967
    • 提供者:songlianjie55
  1. sixleggedreptilerobot

    0下载:
  2. 红外解码程序主要工作为等待红外线信号出现,并跳过引导信号,开始收集连续32位的表面数据,存入内存的连续空间。位信号解码的原则是:以判断各个位的波宽信号来决定高低信号。位解码原理如下:  解码为0:低电平的宽度0.56ms+高电平的宽度0.56ms。  解码为1:低电平的宽度1.68ms+高电平的宽度0.56ms。 程序中必须设计一精确的0.1ms延时时间作为基础时间,以计数实际的波形宽度,若读值为5表示波形宽度为0.5ms,若读值为16表示波形宽度为1
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:7058
    • 提供者:梅传根
  1. LYJ

    0下载:
  2. AVR下的红外解码程序,全部源码,原理图和PCB,芯片资料-AVR decoding procedures under the infrared, all source code, schematic and PCB, chip data
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:818381
    • 提供者:wenshao
  1. infraredrayuncoded

    0下载:
  2. 本程序用于单片机的串口调试,接收头用HS0038B,把脉冲高低电平持续时间放入40个数组里,可以进行红外解码!-This procedure for single-chip serial debugging, to receive the first use HS0038B, low pulse duration dd 40 array, the decoder can IR!
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:26215
    • 提供者:凯凯
  1. 3010jiema

    0下载:
  2. 红外解码程序特别好用51单片机与接收头的解码 液晶显示-hongwaijiemachengxu
  3. 所属分类:SCM

    • 发布日期:2017-05-08
    • 文件大小:1870126
    • 提供者:pangchong
  1. decoder

    0下载:
  2. AT89s52系列单片机红外解码数码管显示程序-Series single-chip decoder AT89s52 infrared digital tube display program
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:1501
    • 提供者:秦朗
  1. IR

    1下载:
  2. 很好用的红外解码程序,用c51写的。现象描述:DS1一直闪烁,按下遥控器的1键,DS2亮;按下遥控器的2键,DS3亮。-Good use of infrared decoder program written c51. Describe the phenomenon: DS1 has been flashing, press the 1 button remote control, DS2-liang press the 2 button remote control, DS3 light.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-12-02
    • 文件大小:1797
    • 提供者:王华
  1. hongwai

    1下载:
  2. 在这里向大家提供一个用c51编的TC9012的红外解码程序,这个程序是我自己编的,经过试验,效果不错。-We are here to provide a TC9012 with c51 decoder for the procedures, which is my own, and after testing, good results.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-12-02
    • 文件大小:1056
    • 提供者:jiangye
  1. hongwaijiema

    0下载:
  2. 一个很好的基于8051的红外解码程序-Infrared decoder
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:21220
    • 提供者:王林
  1. ircar-4

    0下载:
  2. 红外接收解码程序,做成头文件,方便大家调用。程序接口已经做出来,只要放上自己遥控器的数据,就可以进行接收。-Infrared receiver decoding process, resulting in the first paper to facilitate calls
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:17033
    • 提供者:王恒智
  1. jiema

    0下载:
  2. 自编的红外解码程序,基于NEC码的解码程序,有一定的使用价值-Decoding procedures for self-infrared, based on the NEC code decoder program, have a certain value
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:22348
    • 提供者:李垚
  1. hongwaijiema

    0下载:
  2. 很高兴与大家分享我完整的红外解码程序,但愿对大家有用。-good hongwai
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:38955
    • 提供者:季泳
  1. yyf

    0下载:
  2. 电视机万能遥控器红外解码程序,适合单片机的红外线发射接收学习。-TV Universal Remote Infrared decoder program
  3. 所属分类:SCM

    • 发布日期:2017-03-25
    • 文件大小:304611
    • 提供者:易毅发
  1. ir

    0下载:
  2. 单片机红外解码程序 将红外遥控的键码显示在数码管上-SCM IR decoding process
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:1864
    • 提供者:
« 12 3 4 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com