关于一种氢气传感器的使用,可以用于工业、实验室检测漏气,具有很强实用性。
上传时间: 2014-12-26
上传用户:天诚24
本人的毕业设计论文,利用单片机AT89S52和温湿度传感器DHT11,实现温湿度检测、报警以及发送至PC,而且还有供电电源的设计。 内容很全面,有完整的keil C51程序以及电路图等,欢迎参考,指出不足。
上传时间: 2013-10-16
上传用户:ssz1990
假定从8位AD中读取数据(如果是更高位的AD可定义数据类型为int),子程序为get_ad(); 1、限幅滤波法(又称程序判断滤波法) A、方法: 根据经验判断,确定两次采样允许的最大偏差值(设为A) 每次检测到新值时判断: 如果本次值与上次值之差<=A,则本次值有效 如果本次值与上次值之差>A,则本次值无效,放弃本次值,用上次值代替本次值 B、优点: 能有效克服因偶然因素引起的脉冲干扰 C、缺点 无法抑制那种周期性的干扰 平滑度差 /* A值可根据实际情况调整 value为有效值,new_value为当前采样值 滤波程序返回有效的实际值 */ #define A 10 char value; char filter() { char new_value; new_value = get_ad(); if ( ( new_value - value > A ) || ( value - new_value > A ) return value; return new_value; } 2、中位值滤波法 A、方法: 连续采样N次(N取奇数) 把N次采样值按大小排列 取中间值为本次有效值 B、优点: 能有效克服因偶然因素引起的波动干扰 对温度、液位的变化缓慢的被测参数有良好的滤波效果 C、缺点: 对流量、速度等快速变化的参数不宜 /* N值可根据实际情况调整 排序采用冒泡法*/
上传时间: 2014-12-26
上传用户:nanshan
在深入了解Flash存储器的基础上,采用单片机自动检测存储器无效块。主要通过读取每一块的第1、第2页内容,判断该块的好坏,并给出具体的实现过程,以及部分关键的电路原理图和C语言程序代码。该设计最终实现单片机自动检测Flash坏块的功能,并通过读取ID号检测Flash的性能,同时该设计能够存储和读取1GB数据。 Abstract: On the basis of in-depth understanding the Flash chips,this paper designs a new program which using the SCM to detect the invalid block.Mainly through reading the data of the first and second page to detect the invalid block.Specific implementation procedure was given,and the key circuit schematic diagram and C language program code was introduced.This design achieved the function of using the MCU checks the invalid block finally,and increased the function by reading the ID number of Flash to get the performance of the memory.And the design also can write and read1GB data
上传时间: 2013-10-25
上传用户:taozhihua1314
阐述了一个由上位PC机和AT89C52下位单片机组成的主从分布式温度巡回检测系统。主从机采用RS-485 串行通讯标准进行通信,可在下位单片机实现基本的温度数据巡回检测基础上,由上位PC机实现综合处理功能或扩展为远程操作。整个系统具有巡检速度快,扩展性好的特点。 Abstract: In this paper,a top PC and AT89C52 under-bit microcontrollers from the main component of the tour distributed temperature detection system is presented. Master and slave can use RS-485 serial communication standards for communications.Based on next-bit machine for basic goods temperature detected data Tour, the top can achieve the integrated treatment of PC functions or for the expansion of long-distance operation. The entire inspection system is fast, expansion.
上传时间: 2013-10-13
上传用户:zhoujunzhen
主要介绍了以PIC18F2480单片机为处理器,基于可编程多路开关检测接口器件MC33993实现的车用多路开关检测接口电路的设计。该设计克服了以往基于分立元件的检测接口电路的弊端,简化了接口电路设计,保证了车用开关工作的可靠性和安全性。 Abstract: The design of automotive multiple switch detection interface circuit based on MC33993 is introduced mainly which adopts PIC18F2480 single chip microprocessor.This circuit overcomes shortage of traditional design which contains many schism elements, and the application of MC33993 also predigests the whole design of interface circuit and guarantees the dependability and security of the switch.
上传时间: 2013-11-19
上传用户:star_in_rain
在研究车内有害气体成份的基础上,设计了一个基于PICl6F877A的车内有害气体检测控制系统。对该系统的控制方案、电源电路、复位电路、振荡电路、传感器检测电路、车窗控制电路、语音控制电路和相应的控制软件进行了设计。试验表明,该系统能有效检测车内确定的有害气体成份,并能对车内有害气体浓度进行有效调节,可改善车内空气质量。
上传时间: 2013-11-05
上传用户:lijinchuan
介绍了一种以单片机8051 为核心,采用直线光栅位移传感器,实现数控机床三坐标位移高精度动态检测系统的设计方法。
上传时间: 2013-10-16
上传用户:xyipie
本文提出了一种交流信号过零检测的电路, 即捕获交流信号的零点, 并借助MSP430 单片机内部的16 位定时器A ( Timer A) 的脉冲捕获功能便能得到该交流信号的周期进而能得到它的频率。系统的硬件部分主要由MSP430 单片机以及 整流桥、光电耦合器、三级管等器件构成; 而软件部分主要是基于MSP430 单片机的C 语言程序, 包括系统的初始化、定时器 的设置等。该系统的实验结果和电路仿真吻合较好, 具有一定的应用价值
上传时间: 2013-11-09
上传用户:气温达上千万的
摘要:介绍了一种适合于交通部门间歇式观测站和连续式观测站进行抽样的流量计数仪器,它以AT89C51为核心.具有低功耗、体积小、携带方便、价格便宜等特点。文章还给出了该仪器的硬件电路原理图和程序流程图,以及系统如何实现低功耗的方案。关键词:单片机:抽样:交通流量:低功耗
上传时间: 2013-11-06
上传用户:playboys0