Welcome![Sign In][Sign Up]
Location:
Search - wendu

Search list

[SCMwendu

Description: 专门为大棚控制的温度程序,试验证明效果非常的好-Specifically for greenhouse temperature control procedures, test results prove very good
Platform: | Size: 4096 | Author: 林洪 | Hits:

[ARM-PowerPC-ColdFire-MIPSMSP430-shizhong-yu-wendu

Description: 这是本人 用MSP430F4611写的一个程序,利用内部的定时器以及外部DS18B20,完成一个时间与温度的功能,外加液晶显示,希望对大家学习有帮助-This is my written a program with the MSP430F4611, using the internal timer and external DS18B20, to complete a function of time and temperature, plus LCD display, we hope to learn useful
Platform: | Size: 97280 | Author: 实验室 | Hits:

[Communicationwendu

Description: 可以显示四位数的温度 并且小数点可以左右移动-One program
Platform: | Size: 1024 | Author: 郑强 | Hits:

[SCMwendu

Description: 温度采集系统,采avr m32芯片温度度采集系统,系统在上位机显示温度数据和温度变化曲线-Temperature acquisition system, mining avr m32 chip temperature degrees acquisition system, the system displays the temperature data in the host computer and the temperature curve
Platform: | Size: 152576 | Author: luhao | Hits:

[SCMwendu

Description: 用单片机实现 可调电阻调节电压值作为模拟温度的输入量,当温度低于30℃时,发出长嘀报警声和光报警,当温度高于60℃时,发出短嘀报警声和光报警。测量的温度范围在0-99℃。 -Adjustable resistance with MCU as the analog voltage regulator input temperature, when the temperature is below 30 ℃, the issue of long beep alarm sound and light alarm when the temperature is higher than 60 ℃, issued a short beep alarm sound and light alarm. Measured temperature range of 0-99 ℃.
Platform: | Size: 27648 | Author: 陈名 | Hits:

[SCMwendu

Description: 使用51单片机,运用C语言编程,应用DS18B20温度传感器编写的程序,希望对大家有用。-With 51 microcontroller, the use of C language programming, application programs written in DS18B20 temperature sensor, and I hope useful.
Platform: | Size: 6144 | Author: 基德 | Hits:

[Other Embeded programwendu

Description: 上位机温度显示,可以实时显示单片机传给上位机的温度-PC temperature display, can display the temperature of the host computer microcontroller pass
Platform: | Size: 5120 | Author: jame | Hits:

[SCMWENDU

Description: 温度控制系统的设计,内容包括电路图和原程序.-Temperature control system design, including schematic and the original program.
Platform: | Size: 172032 | Author: zhang | Hits:

[SCMwendu

Description: 18B20的复位时序及子程序: init_1820: clr dq1820 mov r7,#40 acall Delay15us ;(1)复位:低电平至少480 us,用15*40=600us可靠 setb dq1820 ;(2)释放,为了在15-60 us后接收存在脉冲 mov r7,#1 acall Delay15us 20us mov r2,#90 ;(3) 最多等待(1+2)*90=270us wait: mov c,dq1820 jnc wait1 djnz r2,wait ;(4)在15-60 us后回发芯片一个存在脉冲,为了可靠,我们采用等到回发脉冲后在做下一步工作,存在脉冲是一个60-240us的低电平信号 wait1:-18B20的复位时序及子程序: init_1820: clr dq1820 mov r7,#40 acall Delay15us ;(1)复位:低电平至少480 us,用15*40=600us可靠 setb dq1820 ;(2)释放,为了在15-60 us后接收存在脉冲 mov r7,#1 acall Delay15us 20us mov r2,#90 ;(3) 最多等待(1+2)*90=270us wait: mov c,dq1820 jnc wait1 djnz r2,wait ;(4)在15-60 us后回发芯片一个存在脉冲,为了可靠,我们采用等到回发脉冲后在做下一步工作,存在脉冲是一个60-240us的低电平信号 wait1:
Platform: | Size: 1024 | Author: zf | Hits:

[SCMwendu

Description: 单片机控制18b20采集温度,并通过串口给PC机,内含上位机,人机界面相当完美-SCM 18b20 collect temperature, and through the serial port to the PC, embedded PC, quite the perfect man-machine interface
Platform: | Size: 204800 | Author: 张见 | Hits:

[SCMwendu

Description: ds18b20读取温度并由12864液晶显示温度,开发环境iar ewarm-12864 ds18b20 read LCD temperature by the temperature, the development environment iar ewarm
Platform: | Size: 1418240 | Author: 黄思华 | Hits:

[SCMRF24L01

Description: 1. <wendu-fasong>采集温度信息后发送 2. <wendu-jieshou>LCD与接收端底板对接,并且串口线和PC相连,当通信正常情况下, LCD会显示时时温度,当发送端温度变化时,接收端显示温度也变化,当超过预设范围蜂鸣器报警 同时打开PC温度采集界面可以看到界面温度效果,其中波特率选择9600,和串口号 -it can collect the message of temperature,and send it to a computer to display.When the temperature is out of our rule,it will alarm us.
Platform: | Size: 61440 | Author: | Hits:

[SCMwendu

Description: DS18B20+AT89S52+LCD1602测量-40.0度到125.0度,用proteus软件仿真-DS18B20+ LCD1602 measurement- AT89S52+ 40.0 125.0 degrees, by degrees to proteus software simulation
Platform: | Size: 1024 | Author: xiaocheng | Hits:

[assembly languagewendu

Description: 关于SHT15的时钟输入的编程,以上函数可以实现SCK和DATA总线的各种输入与输出状态。在SHT15的通信中还需要延时函数,设计时采用函数void DelaylIn8(U32 tt)实现软延时。这样就能完成对SHT15通信协议的模拟。-SHT15 the clock input on programming, the above function can be achieved in a variety of SCK and DATA bus input and output. In SHT15 also need to delay the communication function, designed with function void DelaylIn8 (U32 tt) to achieve the soft delay. This communication protocol can be completed SHT15 simulation.
Platform: | Size: 43008 | Author: 开心果 | Hits:

[DSP programwendu

Description: 步进电机和直流电机远程控制,VC示范程序,可以用于工业控制-Stepper motors and DC motors remote control, VC demonstration program can be used for industrial control
Platform: | Size: 3616768 | Author: 晚饭 | Hits:

[SCMwendu

Description: 基于DS18B20温度传感器和ZLG7290的IIC总线实现的实时温度显示,并带有报警和调节的功能。-ZLG7290 DS18B20 temperature sensor based on the IIC bus and achieve real-time temperature display, and with alarm function and regulation.
Platform: | Size: 80896 | Author: 洪瑜 | Hits:

[SCMwendu

Description: 51单片机控制温度传感器,有按键,有报警装置,LED显示。-51 single-chip control temperature sensor, a button, a warning device, LED display.
Platform: | Size: 9216 | Author: 黄福来 | Hits:

[Embeded Linuxwendu

Description: 基于msp430 全天温度记录仪 附有原理图 pcb图 很强大-Msp430-based all-day temperature recorder with a very powerful schematic pcb diagram
Platform: | Size: 23552 | Author: tianshun | Hits:

[SCMwendu

Description: 温度测试仪,可以根据设定的温度,自动开启风扇-Temperature tester, according to the set temperature, automatically turns on the fan
Platform: | Size: 80896 | Author: zjy | Hits:

[Other Embeded programwendu

Description: 此程序利用SD18B20可以对现场的温度进行时时的监控,并可将得到的数据显示在1602上,它的有效位是5位,-This program can use SD18B20 the temperature from time to time on-site monitoring, and data will be displayed in 1602, it s valid bit is 5
Platform: | Size: 17408 | Author: 赵云 | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 15 »

CodeBus www.codebus.net