搜索资源列表
51_asm_DHT11
- DHT11温湿度传感器源程序 MC51-DHT11 temperature and humidity sensor source MC51
DHT11
- DHT11温湿度传感器,程序里已经给出了转换以后的值,用的单片机芯片是STM32-DHT11 temperature and humidity sensor, the program has been given a value after the conversion, the microcontroller chip is STM32
STM32--DHT11
- 基于STM32F103的温湿度传感器源码-Temperature and humidity sensor based STM32F103 source
STM32F4-DHT11
- STM32F4 DHT11 驱动程序,使用与DHT11 以及DHT22 温湿度传感器!-STM32F4 DHT11 drive!
STM32-sensor-experiment
- stm32温度与湿度传感器实验,本实验采用野火M3控制温湿度传感器DHT11,通过串口打印到终端的信息,读取DHT11成功!湿度为35.0 %RH ,温度为 32.0℃-STM32 temperature and humidity sensor experiment, this experiment adopts the wildfire M3 control of temperature and humidity sensor DHT11, to the terminal informatio
STM32--W5500-Yelink-Client
- 基于STM32,W5500和温湿度传感器DHT11,把温湿度数据提交到Yeelink云平台上。-based on STM32,W5500,DHT11,send the data to Yeelink
DHT11
- 基于STM32平台的温湿度传感器DH11的驱动函数,已调试通过。-The system can be implemented on the STM32 STM32 platform based on temperature and humidity sensor DH11 drive function, have been debug through.
STM32PDP83838PSHT11
- STM32实现DP83838通信程序 实现了UDP传输温湿度,TCP传输温湿度,HTTP通信.温湿度传感器采用SHT11或者DHT11。-STM32 realizes DP83848 communication procedure, and also realizes UDP procedure, TCP procedure, HTTP procedure. temperature and humidity sensor are SHT11 or DHT11.
温湿度
- 温湿度传感器,DHT11,将测试结果显示在1602液晶上
DHT11
- 实验31 DHT11数字温湿度传感器实验-Experiment 31 DHT11 digital temperature and humidity sensor experiment
DHT11
- STM8S操作DHT11温湿度传感器c语言程序模组-STM8S DHT11
dht11
- 温湿度传感器的驱动程序,其型号是dht-Temperature and humidity sensor driver, the model is dht11
孵化环境温度监控
- 如果要将此应用项目移植到开发板上,只需要根据此项目的电路图修改管脚,改成我们开发板对应的管脚上。温湿度传感器使用的是DHT11,所以数据口按照原理图内接。温度传感器接口也需要修改成我们开发板对应的接口(If we want to transplant this application project to the development board, we only need to modify the pins according to the circuit diagram of this
STM32使用I2C驱动GY-30光照传感器和SPI总线驱动DHT11
- 对于光照传感器的使用,在串口调试助手上将光照强度显示出来,每隔2S,读取一次,否则会出现读取失败。 对于温湿度传感器也是同样的道理,只是为了节省GPIO口,使用SPI单总线通信模式,实现对于温湿度的数据采集以及显示。 其中还包括了对应的串口通信,以及对于printf的重定向,使其打印在串口助手的接收区。
DHT11数字温湿度传感器源码
- 正点原子DHT11数字温湿度传感器源码,有想用的,可以下载修改