登录
首页 » 嵌入式系统 » 本系统利用集成智能温度传感器测量温度,采用光纤传输温度信号。系统由单片机(HT46R24)控制温度传感器(DS18B20)的温度采集。当有采集温度的指令的时候,...

本系统利用集成智能温度传感器测量温度,采用光纤传输温度信号。系统由单片机(HT46R24)控制温度传感器(DS18B20)的温度采集。当有采集温度的指令的时候,...

于 2022-02-22 发布 文件大小:1.02 MB
0 213
下载积分: 2 下载次数: 1

代码说明:

本系统利用集成智能温度传感器测量温度,采用光纤传输温度信号。系统由单片机(HT46R24)控制温度传感器(DS18B20)的温度采集。当有采集温度的指令的时候,才启动温度传感器并采回其数据,在没有进行温度采集的时候,将通过抬高温度传感器的地,关断其工作电源,如此可以降低系统的功耗。系统将每一次采集回来的数据与前一次的数据比较,若温度变化超限或温升超标,立即发送上述温度值;否则,累加到采集了一定的次数,再向主机发送最新温度值。-The system uses an integrated smart temperature sensors measure temperature, using optical fiber transmission temperature signal. System consists of microcontroller (HT46R24) controlling the temperature sensor (DS18B20) the temperature of collection. When a collection of instructions, when the temperature before start-up temperature sensors and taken back to its data, collected in the absence of the temperature when the temperature sensor will raise, the turn-off the power of their work, so you can reduce system power consumption. The system will come back every time collecting data and previous data comparison, if the temperature changes or temperature exceeding overrun immediately send the temperature value otherwise accumulate to collect a certain number of times, again

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 彩色液晶图形库ILI9341
    资源描述为ili9340 / 9341液晶驱动程序源代码。用于MSP430芯片写的,但可以很容易地移植到其他平台。
    2022-03-12 12:09:54下载
    积分:1
  • 以FAT16文件的SD卡驱动程序
    SD卡驱动,包括底层驱动以及fat16的文件系统。-The driver of SD card with fat16 file system
    2023-08-26 03:45:03下载
    积分:1
  • Huffman编码的VHDL程序
    huffman code vhdl program
    2022-03-23 19:37:01下载
    积分:1
  • 2008年的硕士论文,基于H_264熵编码的视频加密技术研究
    2008年的硕士论文,基于H_264熵编码的视频加密技术研究-Master" s thesis in 2008, based on entropy coding H_264 video encryption technology research
    2022-02-02 18:13:27下载
    积分:1
  • MSP430 exp430f5438a UART驱动程序
    应用背景这是exp430f5438a MSP430单片机的UART驱动代码是重注释。不仅仅是一个有用的驱动程序,我希望它是易于使用和使用UART模块指南。我的代码使用了大量的技巧和指针,使其灵活(和我可能有过一些,但我希望它)在不久的将来完成用于串口通讯模块支持(USCI是MSP430F5438和类似设备有。一些基本的支持是有但USART不是测试。UART的驱动机构关键技术你可以导入CCS项目的编译和运行一个F5438实验板。 ;用在你自己的项目很简单,只要导入UART UART。H。C和确保调用正确的函数。最终我有以下目标:1)对于大多数MSP430器件和UART模块支持2)基本框架,包括结直肠癌的产生和检查3)实例代码,用于各种硬件平台和各种用例的应用
    2022-03-18 06:32:21下载
    积分:1
  • 串口中断服务函数集,好
    串口中断服务函数集,好-interrupt service function sets, good
    2022-06-12 19:20:59下载
    积分:1
  • 通过时钟芯片计算按键开关闭合次数和时间,并将数据保存在flash中...
    通过时钟芯片计算按键开关闭合次数和时间,并将数据保存在flash中-Calculated through the clock chip keyswitch closure frequency and duration, and data stored in the flash of
    2022-03-26 14:47:27下载
    积分:1
  • C#文本编辑器源码
    资源描述C#文本编辑器源码C#文本编辑器源码C#文本编辑器源码C#文本编辑器源码C#文本编辑器源码C#文本编辑器源码C#文本编辑器源码C#文本编辑器源码C#文本编辑器源码C#文本编辑器源码C#文本编辑器源码C#文本编辑器源码C#文本编辑器源码C#文本编辑器源码C#文本编辑器源码C#文本编辑器源码C#文本编辑器源码C#文本编辑器源码C#文本编辑器源码C#文本编辑器源码C#文本编辑器源码C#文本编辑器源码C#文本编辑器源码C#文本编辑器源码C#文本编辑器源码C#文本编辑器源码C#文本编辑器源码C#文本编辑器源码C#文本编辑器源码C#文本编辑器源码C#文本编辑器源码C#文本编辑器源码C#文本编辑器源码C#文本编辑器源码C#文本编辑器源码C#文本编辑器源码C#文本编辑器源码C#文本编辑器源码
    2023-05-17 19:50:03下载
    积分:1
  • Embedded tutorial, the embedded linux on in the development and application of
    嵌入式教程,有关嵌入式在linux上的开发及应用-Embedded tutorial, the embedded linux on in the development and application of
    2022-05-06 07:51:55下载
    积分:1
  • 51单片机流水灯程序
    /########################################## //流水灯程序 //************************************************************************************ //程序名称:deng.c //程序功能:8*led循环显示 //程序作者:KK 修改 by ly //最后修改:2006.4.15
    2022-01-24 13:51:13下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载