搜索资源列表
ds18b20
- 这是关于单个DS18B20的测温程序,数据脚为P3.3,晶振是11.059MHZ 温度传感器18B20采用器件默认的12位转化,最大转化时间要750毫秒 用1602液晶屏显示,显示温度从00到99度,精确到0.0625度
1602显示,18B20温度检测
- 1602显示,18B20温度检测,1302不断电时间显示。-1602 show, 18B20 temperature detection, 1302 uninterruptible power time display.
Temperature_and_Time_Display
- 由单片机、DS18B20、DS1302、1602等组成时间温度显示系统。有Proteus图和C语言程序,运行结果可以。-By the single-chip, DS18B20, DS1302, 1602, such as the composition of the time temperature display system. Proteus has maps and C language procedures, results can be run.
1602ds1302ds18b204
- 51单片机控制LCD显示日期时间温度,ds1302时钟芯片。-51 single-chip microcomputer to control the temperature LCD shows the date of the time, ds1302 chip clock.
tecclock
- 采用C语言编程,在电子时钟1302芯片的基础上进行的功能扩展,能实现把1302的时间等信息显示到1602芯片上,把18B20的温度显示到1602芯片上,与PC机连接实现串行通信-The use of C language programming, the chip in the electronic clock 1302 on the basis of the functional expansion, to achieve the time the 1302 information displ
51study
- 自制的51单片机学习板,包括原理图以及可以进行的实验源代码,目前的源代码有: 1.发光二极管闪动实验 2.发光二极管花样跑马灯实验 3.按键识别并通过串口发送到上位机. 4.PC机与RS232串口实验 5.DS18b20的温度采集实验 6.4位一体数码管显示 7.9.9秒跑表设计 8.红外编码,解码 9.红外遥控音乐的播放 10.I2C总线的学习――24C02的读写 11.SPI总线的学习――93C46的应用 12.播放歌曲实
tt
- 温度、时间综合显示,芯片为AT89C52RC 1302\1602\18B20-Temperature, time together, show that the chip for AT89C52RC 1302 \ 1602 \ 18B20
1602DS1302DS18B20
- DS1302实时时钟芯片,能正确读出当前的时间,DS18B20温度传感器读出当前的温度,并将读出的时间和温度显示在DS1602液晶屏上-DS1302 Real Time Clock chip that can read out the correct current time, DS18B20 the temperature sensor to read out the current temperature, and read out the time and temperature disp
functionalelectronicbell
- 本文设计实现的是一个多功能数字电子钟,其功能为:24小时制时、分、秒的时间显示,具有整点报时功能;年、月、日及星期的日历显示;具有秒表功能;可显示当前环境温度;可通过按键对各时间信息进行调整。系统采用单片机AT89C52作为主控芯片。系统中的显示模块采用LCD1602液晶显示器实现。LCD1602可以显示两行字符,每行16个字符,能够满足本系统的显示要求。系统中的温度采集模块采用DS18B20芯片实现。DS18B20体积小,其输出量是数字量,可直接与单片机通信,且为单总线传送,可简化电路,大大减
13021602
- 1302实时日期,时间显示+温度显示+1602-1302 real-time date, time display+ Temperature display+ 1602
DS18B20
- 使用DS12C887,DS18B20,1602液晶做的一个温度和时钟的显示应用系统,可设定报时,设定的报时时间存放在AT24C02中-Use DS12C887, DS18B20, 1602 to do a liquid crystal temperature and clock display applications, can be set timekeeping, set timekeeping time stored in the AT24C02
1887shizhongwenduyitihuaxianshi
- 1602显示时间和温度,时间可以显示年月日时分秒并且可调,还可以设置闹铃-1602 display time and temperature, the time to show year, month, day, hour and is adjustable, you can set the alarm
1602DS1302DS18B20
- 数字温度时间显示功能,程序很准确。基于51单片机的。-Digital temperature and time display function, the procedures are accurate. Based on 51 MCU.
DS18B20
- DS18B20,1602显示时间,温度,有详细的注释,有仿真图-DS18B20, 1602 display the time, temperature, have detailed notes, a simulation diagram
1602
- 1602液晶显示器 显示实时时间 温度!可以实现时间的调整!-1602 LCD display shows real time temperature can also be time to adjust
51 Ds18b02 DS 1302 液晶1602
- 51单片机 正常显示时间温度 初学者值得珍藏
1602
- 基于ds18b20的温度显示,显示模块是1602液晶,带有时钟芯片,键盘可调节时间。-Based ds18b20 temperature display, liquid crystal display module is 1602, with a clock chip, the keyboard can be adjusted time.
DS1302时钟 DS18B20 1602显示
- 液晶显示器显示时间温度!!!!!!!!!!!!!(Display time temperature of liquid crystal display)
实时温湿度及时间1602显示
- 可以实现温度读取并实时显示在1602液晶屏上并且对应有相应测量时间(The temperature reading can be realized and displayed on the 1602 LCD screen in real time and corresponding measurement time is corresponding.)
ATmega128驱动温度同步时间1302并显示在1602液晶屏
- 1. 源代码包含采集DS18B20温度传感器的数据 2. 利用外部时钟DS1302来提供时间 3. 显示到1602液晶屏 4. 源码都是模块化的方式,是想学习或者移植的朋友们的不错选择 5. 通过编译,并在开发板使用通过。可以直接使用源代码。