搜索资源列表
softdog0703
- 利用定时器,产生软件看门狗,ob0用到的数据,如A/D采集的数据,一共5组,每组3个,其中一个有效,其余2个备用。-use timer, produce software watchdog, ob0 to use the data, such as A / D data acquisition. A total of five teams, each comprising three, one of the effective, and the remaining two standby.
LMS
- 一个针对单片机的网络通信程序,有经过裁剪的tcp/ip源代码,硬件平台由MSP430f149和CS8900构成,实现采集温度传感器的温度,以web形式显示在上位机上,应用软件是IAR Embedded Workbench Evaluation for MSP430 V4-One for single-chip network communication procedures, has been cutting the tcp/ip source code, hardware platforms
HW09_09_04(S_W)
- 高速公路采集软件,包括温度,湿度气压,能见度等-Highway acquisition software, including temperature, humidity, pressure, visibility, etc.
DS18B20
- DS18B20是一种可组网的高精度数字式温度传感器,由于其具有单总线的独特优点,可以使用户轻松地组建起传感器网络,并可使多点温度测量电路变得简单、可靠。本文介绍了使用DS18B20数字温度传感器在单片机下单点测温的硬件连接及软件编程,并给出了软件流程图。本制作的设计中只使用了一个DS18B20温度传感器,可增加为多个DS18B20温度传感器进行分布式多点温度测量的巡回检测系统,因此,该系统的可扩展性很强。整个系统硬件简单、可靠,系统成本低。 该单点温度测量系统由传感器、单片机和LCD三大部分
00
- PCI8864数据采集卡的数据格式转换软件,可转换成txt文件-change PCI8664 data into txt file
SampleAppSlave
- CC2430的A/D转换测试程序。程序基于IAR软件编写的。通过A/D通道采集模拟量并转化为数字信号,然后通过串口发送到PC,在PC机可以看到采样结果。估计对开发无线传感器网络的相关人士比较重要-the A/D converter test procedure. Procedures prepared based on the IAR software. Through the A/D channel analog acquisition and digital signal
SOFTSCAN
- 对mpc560数据采集卡进行基于软件自动扫描模式编程-use Auto-scan model to set up MPC560
Test_BatterySensor
- 基于JN5139这款SOC芯片的数据采集程序,利用GAINSJ开发套件上的温湿度传感器,将测得的温度,湿度值通过PC机的串口调试助手最终显示到PC机上。开发环境为Jennic CodeBlocks软件,使用C语言编写。-This SOC based on JN5139 chip data acquisition program, using GAINSJ development kit on the temperature and humidity sensors, the measured t
iar51_cc2430
- 完成了无线单片机CC2430的协议栈的简单开发,能够通过LCM128*64液晶显示模块显示采集的温湿度数据值。开发软件为IAR Embedded Workbench for MCS-51 7.51A。-complete the simple protocol stack with wireless MCU CC2430, through LCM128* 64 LCD display module,it can display the value of temperature and humidi
i2c-sensor
- 基于无线zigbee 系统的i2c总线,温度采集的软件编程。-Zigbee-based wireless systems i2c bus, temperature acquisition of software programming.
12864
- 用AVR单片机控制12864点阵液晶屏绘图,内附图像采集软件-With AVR control drawing 12864 dot matrix LCD screen, image acquisition software included
LabVIEW_temperature-test
- 基于LabVIEW图形化编程软件,利用DAQ助手、DataSocket开发工具和各种VI函数,编写高效的子模块程序,并调试系统总程序。使系统能完成温室温湿度采集和远程控制的要求。-Based on LabVIEW graphical programming software, use the DAQ Assistant, DataSocket VI development tools and a variety of functions, the preparation of efficient
jiyuAT89C51danpianjideshizhong
- 本设计采用LCD液晶屏幕显示系统,以AT89C52RC单片机为核心,由独立键盘、温度采集、定时闹铃等功能模块组成。基于题目基本要求,本系统对时间显示、闹铃方式进和温度采集系统行了重点设计。此外,非易失闹铃信息存储等功能。本系统大部分功能由软件来实现,吸收了硬件软件化的思想,大部分功能通过软件来实现,使电路简单明了,系统稳定性大大提高。- This paper introduced a kind of Deisgn method of intelligent time control sys
51PC-Controll
- (1)基于51AT系列的单片机智能多功能遥控小车程序,能自动检测障碍物、避障; (2)小车附加功能1:能实现基于采用DS18B20芯片采集温度数据,并通过软件编程的形式读取数据值; (3)小车附加功能2:要求接收设备能够及时灵敏的接收实时温度值,通过数码管显示,并具有数据初步分析、报警等功能;-This issue introduces obstacle avoidance automatically, and can realize temperature remote measure
Communication
- 这是PT850使用的一键上传数据的软件,在PT850采集器中,数据采集好后,上传就用这个软件。-PT850 use this tool to upload the data which collected.
duolushujucaiji
- 基于单片机的多路数据采集系统设计。介绍了基于单片机的数据采集的硬件设计和软件设计,数据采集系统是模拟域与数字域之间必不可少的纽带,它的存在具有着非常重要的作用。-Based on single-chip multi-channel data acquisition system design
DS18B20
- PROTUES 仿真软件实现51单片机驱动1602显示模块显示DS18B20采集的温度。-PROTUES simulation software to achieve 51 Microprocessor 1602 display module DS18B20 collecting temperature.
msp430g2x33_adc10_01
- 一个采集样品参照AVcc A1。软件设置ADC10SC开始采样和转换——ADC10SC在开始自动清除。 - A single sample is made on A1 with reference to AVcc. Software sets ADC10SC to start sample and conversion- ADC10SC automatically cleared at EOC.
SHT11
- 本代码为基于STM32单片机的SHT11温湿度传感器驱动代码,已经经过本人优化,并已经测试通过,可以直接用于采集温湿度信息,本代码采用keil4编程软件,下载解压后即可使用。-本代码为基于STM32单片机的SHT11温湿度传感器驱动代码,已经经过本人优化,并已经测试通过,可以直接用于采集温湿度信息,本代码采用keil4编程软件,下载解压后即可使用。 The code for the SHT11 driver code of temperature and humidity sensor ba
STM32F103_AD7606
- 基于AD7606的数据采集系统的软件程序(STM32F103)-software of AD7606(STM32F103)