-
Content:* IR test program, launched with the microcontroller through the launch...
内容:
*红外测试程序,用单片机通过发射管发射38K的调制频率码,由一体化接收并解码由发光管显示。
*正常情况下,由于反射和高灵敏度接收,LED4(P1.3)一直闪烁,可以用黑色纸片完全遮挡接收头使
*之不能接收到发射管的信号,这是LED4熄灭。说明功能性正常
-Content:* IR test program, launched with the microcontroller through the launch tube of the modulation frequency of 38K code, by the integration to receive and decode from the LED display.* Under normal circumstances, due to reflection and high-sensitivity receiver, LED4 (P1.3) has been flickering, you can completely block the black pieces of paper to make* that they are not receiving the first emission control signal is received, it is LED4 out. Note the normal functional
- 2022-03-20 16:16:04下载
- 积分:1
-
犯错
红外解码程序主要工作为等待红外线信号出现,并跳过引导信号,开始收集连续32位的表面数据,存入内存的连续空间。位信号解码的原则是:以判断各个位的波宽信号来决定高低信号。位解码原理如下:
解码为0:低电平的宽度0.56ms+高电平的宽度0.56ms。
解码为1:低电平的宽度1.68ms+高电平的宽度0.56ms。
程序中必须设计一精确的0.1ms延时时间作为基础时间,以计数实际的波形宽度,若读值为5表示波形宽度为0.5ms,若读值为16表示波形宽度为1.6ms,以此类推。高电平的宽度1.12ms为固定,因此可以直接判断低电平的宽度的计数值5或时16,来确定编码为0或是1。程序中可以减法指令SUBB来完成判断,指令“SUBB A,R2”中若R2为计数值,A寄存器设为8,就可如下:
当“8-R2”有产生借位,借位标志C=1,表示编码为1。
当“8-R2”无产生借位,借位标志C=0,表示编码为0。
将借位标志C经过右移指令“RRC A”转入A寄存器中,再经由R0寄存器间接寻址存入内存中。
-err
- 2022-08-22 12:44:29下载
- 积分:1
-
_ sst39sf010.zip下载
DownLoad_sst39sf010.zip--嵌入式系统中关于SST39SF010的FLASH的BOOTLOADER源程序(KC51)-DownLoad_sst39sf010.zip--embedded system on the FLASH SST39SF010 source of BOOTLOADER (KC51)
- 2022-02-06 07:20:21下载
- 积分:1
-
PIC单片机的外设驱动程序C源代码集合!
PIC单片机的外设驱动程序C源代码集合!-PIC microcontroller peripheral driver C source code pool!
- 2022-02-24 21:25:53下载
- 积分:1
-
51控制LCD显示原程序,可直接使用,很不错的风格
51控制LCD显示原程序,可直接使用,很不错的风格-LCD display 51 to control the original procedures, could be directly used, very good style
- 2022-07-27 12:53:01下载
- 积分:1
-
使用ATMEL的Mega8完成的一个摇棒显示玩具,显示部分使用的LED,利用眼睛的视觉暂留原理,摇动的时候显示出相关图形和文字。...
使用ATMEL的Mega8完成的一个摇棒显示玩具,显示部分使用的LED,利用眼睛的视觉暂留原理,摇动的时候显示出相关图形和文字。-ATMEL completed Mega8 use of a roll bar display toys, shows some use of the LED, use of visual suspense left eye principle, shaking time show related graphics and text.
- 2022-03-18 09:51:22下载
- 积分:1
-
第二近轴光的实际参数.cpp
近轴光线计算
第二近轴光的实际参数.cpp
近轴光线计算-The second shaft of light near the actual parameters. Cpp
- 2022-05-09 04:25:47下载
- 积分:1
-
U.S. DDS9851 the PDF there is a need to download the document there are Chinese
DDS9851的PDF大家有需要就下载
还有中文文档-U.S. DDS9851 the PDF there is a need to download the document there are Chinese
- 2022-02-26 12:10:38下载
- 积分:1
-
PIC单片机的解决方案和源代码。有很多用PIC单片机做的电子产品的源代码。资料来自高奇公司。
产品方案说明及其源程序
◆ PIC 16x84工...
PIC单片机的解决方案和源代码。有很多用PIC单片机做的电子产品的源代码。资料来自高奇公司。
产品方案说明及其源程序
◆ PIC 16x84工具包
◆ 标准时间调整计时器
◆ 虫子驱赶器
◆ 电子仪表
◆ 高度计
◆ 魔术音乐
◆ 情绪调节器
◆ 数字定时器
◆ 音乐日规
◆ 游戏程序
◆ PIC MCU指南
◆ 彩票预测器
◆ 大脑清醒仪
◆ 调谐器
◆ 家用防盗报警器
◆ 跑表
◆ 圣诞灯
◆ 微型手铃
◆ 音频系统遥控器
◆ 有声时钟
◆ 八通道模拟数据记录仪
◆ 潮夕预报器
◆ 电子骰子
◆ 多通道发射系统
◆ 精神刺激仪
◆ 破冰机
◆ 室内灯延时装置
◆ 微型探针
◆ 用PIC进行LCD图形显示
-err
- 2022-02-10 05:52:42下载
- 积分:1
-
write with 51 receiving GPS data procedures used to receive interrupted tracing...
用51写的接收GPS数据的程序,采用中断查寻来接受数据。本程序只接收纬度,经度,时间,.....接收其它数据类似-write with 51 receiving GPS data procedures used to receive interrupted tracing data. This procedure will only receive latitude, longitude, time ...... receiving other similar data
- 2022-01-25 14:19:10下载
- 积分:1