搜索资源列表
5540
- 用MSP430作为主控芯片,采用MS5540c压力传感器采集数据,可以正确地时时显示温度和压力。-MSP430 as the main chip used by MS5540c pressure sensors collect data, you can always display correctly the temperature and pressure.
SHT10
- 8051f单片机采集sht10湿度传感器数据,并上传源程序。-8051f humidity sht10 single-chip sensor data collection, and upload the source code.
dumpling
- 这是一个使用IAR的C/C++开发的嵌入式软件,使用AVR的8位单片机。内嵌有uC/OSII的嵌入式操作系统。功能:通过温度传感器采集油温,并根据油煎饺子的经验油温数据,来控制炉子的温度。该软件已在饮食行业大量使用。-This is dumpling controled software which use ucOS RTOS with IAR C/C++ compiler.
330_1
- 8051f单片机采集sh1101电容式湿度传感器数据,并上传的源程序-Sh1101 acquisition single-chip 8051f capacitive humidity sensor data, and upload the source code
cmos-arm9
- ARM9平台下的CMOS图像传感器数据采集系统-ARM9 platform for CMOS image sensor data acquisition system
SourceFiles
- 以Atmel 128L为主控,对SHT11的温度传感器定时采集数据,通过CC1000上传数据,构成无线传感器网络的节点。包内为完整的控制程序。-To Atmel 128L for the master, the temperature sensor on the SHT11 regularly collect data, upload data through the CC1000, wireless sensor network node form. Package for the compl
DS18B20
- AVR单片机ATMEGA8开发:DS18B20温度传感器数据采集程序,开发语言为ICC AVR-AVR microcontroller ATMEGA8 development: DS18B20 temperature sensor data acquisition program, development language for the ICC AVR
ami602
- 此程序是爱知公司 加速度动作传感器 ami602 采集数据源文件-This program is Aichi acceleration motion sensor of the company ami602 collecting data source file
ADC0809
- ADC0809数模转换模块与单片机的配合,在信号数据采集中的应用,在实际传感器等领域中有颇为广泛的应用。-The ADC0809 converter module with microcontroller with the signal data acquisition in a rather wide range of applications in the field of actual sensor.
cc2430-ds18b20
- cc2430使用ds18b20温度传感器采集温度数据并通过无线的方式传输到另一个节点。-cc2430 ds18b20 temperature sensor using temperature data collected and transmitted by wireless to another node.
DevBoard
- STM32W芯片基于开发板进行ZIGBEE网络开发例程,内涵两个工程:STM32W108为点对点传感器数据采集与发送实验。TM32W108_BasicBoard为点对点按键应答实验-STM32W chip development board based on ZIGBEE network development routines, meaning two works: STM32W108 to point sensor data acquisition and transmission expe
SHT10
- 温湿度传感器SHT10/11,C51驱动程序,采集数据,串口发送。-Temperature and humidity sensors SHT10/11, C51 driver, collecting data, serial sent.
MSP430_NRF905
- 以MSP430为MCU,通过SHT10为传感器采集温湿度,NRF905通信模块传输数据,lcd12864显示数据,实现温湿度的实时监控。-Use MSP430 as MCU, use SHT10 as humiture sensor,use NRF905 as transmission module, use lcd12864 as display module,achieve humiture real time monitoring.
stm32can
- 基于stm32的温度测量系统分为上位机和下位机两部分。其中上位机应可通过虚拟仪器的前置面板界面显示温度数据。而下位机则是温度传感器采集到的温度数据及时采样通过can总线传输,并在串口助手显示,或者将采集到的温度数据通过串口传到上位PC机。-Stm32 based temperature measurement system is divided into upper and lower position machine two parts. PC which should be through
实验32 MPU6050六轴传感器实验1
- 实现MPU6050数据采集用在LCD上显示(MPU6050 data acquisition, used in LCD display)
串口输出LSM303DLH
- 使用STM32单片机进行开发,采集LSM303DHL磁传感器数据,希望给大家带来帮助(Use STM32 MCU development, acquisition LSM303DHL magnetic sensor data, hope to bring you help)
STM32使用I2C驱动GY-30光照传感器和SPI总线驱动DHT11
- 对于光照传感器的使用,在串口调试助手上将光照强度显示出来,每隔2S,读取一次,否则会出现读取失败。 对于温湿度传感器也是同样的道理,只是为了节省GPIO口,使用SPI单总线通信模式,实现对于温湿度的数据采集以及显示。 其中还包括了对应的串口通信,以及对于printf的重定向,使其打印在串口助手的接收区。
纸张计数显示装置
- 纸张计数,看采集数据精确程度,基本40张没问题,每个人有不同的方案,仅供参考(Paper counting, to see the accuracy of data collection, basically 40 pieces of no problem, each person has a different plan, for reference only.)
汽车C语言案例
- 屏蔽主电机预充满信号和空调预充输出信号 对水温冷却系统程序进行修改:传感器损坏后,对有空调制冷开启的情况进行策略修改。 对CAN报文结构进行修改 对AD采集系统进行修改 添加IO口模拟SPI:写入和读出函数(功能未调通) 对IO口设置进行修改 对CAN发送进行修改,在CAN发送中添加版本号发送 对报文内容进行修改:告警报文、状态报文 对SPI写读函数进行修改:16位数据发送格式、读取数据函数修改 添加水温电压值和实际温度值转换函数