搜索资源列表
ds18b20
- 改程序实现了对dalas的1-wire器件温度传感器ds18b20(也可以是ds1825)的驱动,并将温度值显示在液晶屏幕1602上-This program is dedicated to driving the 1-wire device ds18b20(ds1825),which reads the temperature and displays it on the LHD1602
tem
- 温度显示程序,用51单片机、数字温度传感器DS18B20和1602液晶构成一个温度计。-Temperature display program, with 51 microcontroller, digital temperature sensor DS18B20 and 1602 constitute a liquid crystal thermometer.
DS18B20
- 本程序需要1602字符型液晶模块及DS18B20温度传感器支持,通过1602液晶模块显示DS18B20状态及实时温度,正常情况下1602的第一行显示“DS18B20 OK!”,第二行显示实时温度 * //* 如果DS18B20不存在,则显示“DS18B20 Error Please Check!” * //* 表示DS18B20错误,请检查,同时蜂鸣器发出“嘀嘀”报警声 * //* 用手拧住温度探头,就可以看到温度值的变化-This program requires 1602 Cha
TSHT10-1602-5e
- 温湿度传感器(sht10)和单单片机液晶显示源程序。可直接使用。 -Temperature and humidity sensors (sht10) and a single single-chip LCD display source. Can be used directly.
main
- 基于msp430f149的无线温湿度传感器传送模块,通过1602液晶显示,使用编码芯片为2262-Wireless temperature humidity sensor based on msp430f149 the transmission module through 1602 show that the use of encoding chips for 2262
main
- 基于msp430f449的无线温湿度传感器接收模块,通过1602液晶显示,使用编码芯片为2272-1602 LCD display the MSP430F449 wireless temperature and humidity sensor receiver module, use encoding chips for 2272
chenxu-
- 整个系统的流程是:首先通过温度传感器采集现场的数据;由于采用数字温度传感器,所以可将采集的数据直接送给单片机MSP430。利用1602液晶讲温度显示出来温度同时将温度的整数部分传输到上位机。当测得的值超过预先设定的值时,由单片机控制进行声光报警。 -The process of the whole system is: First collected scene data temperature sensor digital temperature sensor, so the data
18b20
- 18b20温度传感器1602液晶显示STC89C52RC单片机控制显示和报警-18b20 temperature sensor 1602 LCD display and alarm STC89C52RC SCM
Temperature-display-adjustable-
- 利用18B20温度传感器,实现温度可调上下限1602液晶显示测试。-Use 18B20 temperature sensors, temperature adjustable upper and lower 1602 LCD test.
1602P18b20
- 单片机C语言开发教程,1602+18b20液晶显示和温度传感器编程-MCU C language development tutorials, 1602+18b20 LCD and a temperature sensor programming
123-1个18b20温度传感器1602液晶显示
- 123-1个18b20温度传感器1602液晶显示(123-1 18b20 temperature sensors 1602 LCD display)
124-多个18b20温度传感器1602液晶显示
- 124-多个18b20温度传感器1602液晶显示(124- multi 18b20 temperature sensor 1602 LCD display)
123-1个18b20温度传感器1602液晶显示
- 123-1个18b20温度 传感器1602液晶显示(123-1 18b20 temperature sensor 1602 liquid crystal display)
ATmega128驱动温度同步时间1302并显示在1602液晶屏
- 1. 源代码包含采集DS18B20温度传感器的数据 2. 利用外部时钟DS1302来提供时间 3. 显示到1602液晶屏 4. 源码都是模块化的方式,是想学习或者移植的朋友们的不错选择 5. 通过编译,并在开发板使用通过。可以直接使用源代码。