搜索资源列表
STC_GY-30
- BH1750FVI光照传感器应用在STC89C52芯片上的程序。C语言描述。-BH1750FVI light sensor used in STC89C52 chip program. C language descr iption.
testtsl2561
- MSP430与TSL2561 光照传感器接口程序.-MSP430&TSL2561
lightsensor
- 光照传感器ISL29010驱动程序,IAR环境下编译的-ISL29010 light sensor driver, IAR environment, compiled
msp430
- msp430 数据采集驱动,是光照传感器网络的数据采集-msp430 data acquisition driver, is the light sensor networks for data acquisition
CC2430-Sensor
- CC2430光照传感器实验源代码,电子科技大学出品-CC2430 light sensor experiment source code, University of Electronic Science and Technology produced
SensorService
- MINI-SCADA 通讯协议实例 M9600模块温湿度 粉尘 光照传感器读取实例-MINI-SCADA communication protocol instance M9600 module light sensor reads the temperature and humidity instances dust
weather
- 用AT89S52单片机做的小型移动气象站程序的一部分,包括液晶显示、温湿度传感器和光照传感器-AT89S52 microcontroller to do with the small mobile weather station part of the process, including liquid crystal display, temperature and humidity sensors and light sensors
AVR_GY-30
- BH1750FVI光照传感器应用在AVR芯片上的程序。C语言描述。-BH1750FVI light sensor used in AVR chip program. C language descr iption.
SHT10-BH1750-FOR-MSP430
- MSP430的温湿度、光照的测量和显示 温湿度传感器采用DHT11 光照传感器采用BH1750-MSP430 temperature and humidity, the light measurement and display of temperature and humidity sensor using BH1750 using DHT11 light sensor
CC2430_I2C_BH1750
- CC2430开发,实现光照强度的采集,光照传感器采用BH1750-The CC2430 development, acquisition of the light intensity, light sensor uses BH1750
bh1750
- 基于ARM7 LPC2103的光照传感器BH1750的光照强度测量,是KEIL文件包-KEIL package based on the ARM7 LPC2103 light sensor BH1750 light intensity measurement
bh1750
- 专门介绍有关光照传感器的资料和程序,很详细,很好用-Devoted to the light sensor data and procedures, very detailed, very good use
RC522
- 这是光照传感器的测试程序,绝对好用,我买的开发板MSP430f149时,给的程序,我已经验证了-This is the light sensor test program, absolutely everything, I bought MSP430f149 development board, give the program, I ve verified
光敏电阻传感器模块4线制
- 检测周围环境的光照强度,可以通过设定的值达到智能的控制效果。(The ambient light intensity can be detected by setting the value of the intelligent control.)
05_光线传感器实验
- 实时监测光照强度,所获得的数据将实时显示在OLED屏(Real time monitoring of light intensity)
2.4_传感器应用实验
- 用协议栈实现了无线传感器网络,包括常用的传感器有温湿度,土壤湿度,二氧化碳,光照的等等(Wireless sensor network is implemented with protocol stack)
BH1750光照传感器
- 利用BH1750FVI光照传感器测光强并通过I2C通信传输给stm32单片机(Using BH1750FVI light sensor to measure light intensity and transmit to STM32 single chip through I2C communication)
光敏传感器
- 能检测光照强度,并能在LCD显示屏上显示出来。(It can detect light intensity and display it on LCD display.)
光照
- 基于飞思卡尔公司K60单片机开发的运用GY-30传感器检测环境光照强度的程序(Based on the K60 microcontroller developed by Freescale Carle, the program of using GY-30 sensor to detect the intensity of ambient light.)
STM32使用I2C驱动GY-30光照传感器和SPI总线驱动DHT11
- 对于光照传感器的使用,在串口调试助手上将光照强度显示出来,每隔2S,读取一次,否则会出现读取失败。 对于温湿度传感器也是同样的道理,只是为了节省GPIO口,使用SPI单总线通信模式,实现对于温湿度的数据采集以及显示。 其中还包括了对应的串口通信,以及对于printf的重定向,使其打印在串口助手的接收区。