CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - DHT11

搜索资源列表

  1. DHT11

    0下载:
  2. 基于STM32的DTH11温湿度传感器的驱动程序(STM32-based DTH11 temperature and humidity sensor driver)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:capoo
  1. sim800a02061643_con_all_ok

    1下载:
  2. 用STM32单片机采样DHT11的温度和湿度数据,并使用OLED显示;(Sample DHT11 temperature and humidity data with STM32 single chip, and use OLED to display it.)
  3. 所属分类:单片机开发

    • 发布日期:2018-04-21
    • 文件大小:949248
    • 提供者:alvin_g
  1. temperature

    0下载:
  2. 自动检测环境中温度和湿度并上传显示,检测温度湿度(detective the enviroment's temperative and humid)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2018-04-21
    • 文件大小:5879808
    • 提供者:jerry608635
  1. Temp 2

    0下载:
  2. //温度test #include <dht.h> dht DHT11; #define PIN_DHT11 10 void setup() { Serial.begin(9600); } void loop() { DHT11.read(PIN_DHT11); Serial.print("Humidity (%): "); Serial.println((f
  3. 所属分类:单片机开发

    • 发布日期:2018-04-22
    • 文件大小:1908736
    • 提供者:yaobin
  1. DS1302_1602I2C_DHT11

    0下载:
  2. arduino感应显示时间温湿度空气质量:夏普1010+温湿度芯片DHT11+时间芯片DS3231(Arduino sensor display time temperature and humidity air quality: Sharp 1010 + temperature and humidity chip DHT11 + time chip DS3231)
  3. 所属分类:单片机开发

    • 发布日期:2018-04-29
    • 文件大小:98304
    • 提供者:ntgeralt
  1. DHT11_python

    0下载:
  2. python编程,使用Arduino和DHT11温度湿度传感器进行温度测量(Python programming, using Arduino and DHT11 temperature and humidity sensors for temperature measurement)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:janewang
  1. 温湿度例程

    0下载:
  2. stm32采集温湿度,使用DHT1.。。。。。。。。。。。。。。。(STM32 collection of temperature and humidity)
  3. 所属分类:单片机开发

    • 发布日期:2018-05-01
    • 文件大小:7394304
    • 提供者:huangjiaqi
  1. Display_humidity_on_LED

    0下载:
  2. 用Arduino uno把一个温度湿度感应器(DHT11)和一个三色LED连接起来后, 使用这段代码读取湿度并不同湿度区间内LED会展现不同颜色, 可调节。(Connecting an Arduino uno with a Humidity and temperature sensor(DHT11) with a 3-color LED. Using this code to extract the humidity value and show it on a LED by different
  3. 所属分类:微处理器开发

    • 发布日期:2018-05-01
    • 文件大小:26624
    • 提供者:Don Chu
  1. dht11

    1下载:
  2. 实现STM32F407下的温湿度传感()
  3. 所属分类:单片机开发

    • 发布日期:2018-05-01
    • 文件大小:57344
    • 提供者:WWWYZ
  1. LCD1602温湿度

    0下载:
  2. 基于stc89c52rc+LCD1602+DHT11 温湿度显示(Temperature and humidity display based on stc89c52rc+LCD1602+DHT11)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:32768
    • 提供者:Aking888
  1. 温度

    0下载:
  2. 检测温湿度,采用DHT11传感器,最大温度是50度,最小是0度(The DHT11 sensor is used to detect temperature and humidity. The maximum temperature is 50 degrees, and the minimum is 0 degrees.)
  3. 所属分类:单片机开发

    • 发布日期:2018-05-01
    • 文件大小:62464
    • 提供者:墨佳文
  1. 孵化环境温度监控

    0下载:
  2. 如果要将此应用项目移植到开发板上,只需要根据此项目的电路图修改管脚,改成我们开发板对应的管脚上。温湿度传感器使用的是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
  3. 所属分类:微处理器开发

  1. STM32F103-串口控制数码管显示温湿度数据

    1下载:
  2. STM32F103-串口中断驱动74HC595进行数码管显示温湿度数据(STM32F103- serial port interrupt drive 74HC595, digital tube display temperature and humidity data.)
  3. 所属分类:单片机开发

    • 发布日期:2018-05-02
    • 文件大小:325632
    • 提供者:日落不眠
  1. 大气监测无人机

    0下载:
  2. 基于正点原子STM32F1的大气监测模块程序,包含DHT11\BMP180\PM2.5\北斗定位\LCD显示(The atmosphere monitoring module program based on the punctual atom STM32F1 includes DHT11\BMP180\PM2.5\ Beidou Positioning \LCD display.)
  3. 所属分类:嵌入式/单片机/硬件编程

    • 发布日期:2018-05-02
    • 文件大小:7945216
    • 提供者:AnthonyYMH
  1. STM32使用I2C驱动GY-30光照传感器和SPI总线驱动DHT11

    2下载:
  2. 对于光照传感器的使用,在串口调试助手上将光照强度显示出来,每隔2S,读取一次,否则会出现读取失败。 对于温湿度传感器也是同样的道理,只是为了节省GPIO口,使用SPI单总线通信模式,实现对于温湿度的数据采集以及显示。 其中还包括了对应的串口通信,以及对于printf的重定向,使其打印在串口助手的接收区。
  3. 所属分类:微处理器(ARM/PowerPC等)

  1. dht11

    1下载:
  2. 功能:基于STM32的温湿度数据的读取 平台:STM32F103ZET6 语言:C(Function: Reading of temperature and humidity data based on STM32 Platform: STM32F103ZET6 Language: C)
  3. 所属分类:嵌入式/单片机/硬件编程

  1. Test

    0下载:
  2. 实现了STM32对于温湿度的采集和光照信息的采集,在使用显示时,对于PCF8574T进行I2C扩展,实现LCD1602对于数值的显示(STM32 has realized the collection of temperature and humidity and the collection of light information. When using the display, the I2C is extended to the PCF8574T to realize the displ
  3. 所属分类:嵌入式/单片机/硬件编程

    • 发布日期:2018-05-03
    • 文件大小:5278720
    • 提供者:foolisha
  1. dht111

    0下载:
  2. STC12单片机实现温度采集并用NOKIA5110屏幕实现显示,键盘可设置温度上下限,并用蓝牙传输 到手机显示(STC12 MCU to achieve temperature acquisition and display with NOKIA5110 screen, keyboard can set the upper and lower limits of temperature, and transmitted to the phone display with Bluetooth.)
  3. 所属分类:单片机开发

    • 发布日期:2018-05-04
    • 文件大小:92160
    • 提供者:bulus
  1. DHT11温湿度传感器实验

    0下载:
  2. 温湿度传感器实验,可以实时实现温湿度的相关数据(The display of temperature and humidity)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:5282816
    • 提供者:socold
  1. 智能空气检测仪

    1下载:
  2. 实现与DHT11 光照传感器 粉尘传感器通信(Communication with Dust Sensor of DHT11 Light Sensor)
  3. 所属分类:单片机开发

    • 发布日期:2020-03-20
    • 文件大小:7269376
    • 提供者:acchrisrose
« 1 2 ... 34 35 36 37 38 3940 »
搜珍网 www.dssz.com