搜索资源列表
SHT10
- STM32温湿度传感器SHT10驱动程序,能直接使用-STM32 temperature and humidity sensor SHT10 driver, can be used directly
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
SHT10-stm32
- SHT10数字温湿度传感器的STM32采集程序,更改引脚即可使用。-SHT10 digital temperature and humidity sensor STM32 collection procedures, can be used to change the pin.
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.
SHT10_stm_uart_OK
- 基于STM32的SHT10温湿度传感器程序,用串口显示的,仿真软件为keil,调试好了的,可以直接用-Based on STM32 SHT10 program of temperature and humidity, using a serial port, the simulation software for the keil, debugging good, can use directly
sht20
- SHT20温湿度传感器驱动,基于STM32的MCU,模拟I2C-SHT20 temperature and humidity sensor-driven, based on the STM32 MCU, analog I2C
18YD-DS18B20温湿度传感器实验
- 温度传感器DS18B20的实验,调试通过,基于STM32F103RC(The experiment of temperature sensor DS18B20, debug and pass, based on STM32F103RC)
STM32使用I2C驱动GY-30光照传感器和SPI总线驱动DHT11
- 对于光照传感器的使用,在串口调试助手上将光照强度显示出来,每隔2S,读取一次,否则会出现读取失败。 对于温湿度传感器也是同样的道理,只是为了节省GPIO口,使用SPI单总线通信模式,实现对于温湿度的数据采集以及显示。 其中还包括了对应的串口通信,以及对于printf的重定向,使其打印在串口助手的接收区。