-
PDF
DHT11-Technical-Data-Sheet-Translated-Version-1143054.pdf
DHT11 Humidity & Temperature Sensor DHT11 Temperature & Humidity Sensor features a temperature & humidity sensor complex with a calibrated digital signal output. DHT 11 Humidity & Temperature Sensor 1. Introduction
in „Humidity Sensor with DHT11 and PIC16F676“ · µC & Digital Electronics ·
-
File
DHT11.vhd
- -- Company: -- Engineer: -- -- Create Date: 16:00:25 05/09/2018 -- Design Name: -- Module Name: DHT11 - Behavioral -- Project Name: -- Target Devices: -- Tool versions: -- Description: -- -- Dependencies: -- -- Revision: -- Revision 0.01 - File Created -- Additional Comments: -- -------------------
-
File
pinout.h
ds1820_pin 5 //led #define LED1_port B #define LED1_pin 1 //owx #define owx_port A #define owx_pin 7 //dht11 //#define dht_port A #define dht_pin 5 //Schacht 1: sd //#define sd_cs_port B #define sd_cs_pin 0 //Schacht 2: tft #define lcd_CS_port B #define lcd_CS_pin 4 //Schacht 3: net //#define enc_cs_port
in „Header Datei für Konfiguration erstellen“ · Mikrocontroller und Digitale Elektronik ·
-
File
one_wire_v2.vhd
- -- Company: -- Engineer: -- -- Create Date: 16:00:25 05/09/2018 -- Design Name: -- Module Name: DHT11 - Behavioral -- Project Name: -- Target Devices: -- Tool versions: -- Description: -- -- Dependencies: -- -- Revision: -- Revision 0.01 - File Created -- Additional Comments: -- -------------------
-
File
DHT11_22.c
include <avr/interrupt.h> #include <util/delay.h> #include <stdbool.h> #include <string.h> #include "DHT11+22.h" /****************************************************************************** * cpp definitions ******************************************************************************/ // IO-port pin
in „Fehler bei einfacher Integer-Division?“ · Mikrocontroller und Digitale Elektronik ·
-
File
dht2_tb.vhd
Target Device: -- Tool versions: -- Description: -- -- VHDL Test Bench Created by ISE for module: DHT11 -- -- Dependencies: -- -- Revision: -- Revision 0.01 - File Created -- Additional Comments: -- -- Notes: -- This testbench has been automatically generated using types std_logic and -- std_logic_vector
-
PDF
Humidity_Sensor.pdf
1 2 3 4 5 6 A A U2 DHT11 4 1 GND VDT A D 2 R1 10k GND R3 10k MCLR 1 2 U1 B VDD B VSS 3 PIC16F676-I_SL 4 PGD VDD 1 PGC 5 6 NC 13 RA0/AN0/CIN+/ICSPDAT RC0/AN4 10 R2 D1 12 9 PIC KIT3 Clone RA1/AN1/CIN-/VREF/ICSPCLK RC1/AN5 330R
in „Humidity Sensor with DHT11 and PIC16F676“ · µC & Digital Electronics ·
-
File
config.h
/#define SW_MONITOR_RCL /* R plus L, or C plus ESR */ //#define SW_MONITOR_RL /* R plus L */ /* * DHT11, DHT22 and compatible humidity & temperature sensors * - uncomment to enable */ //#define SW_DHTXX /* * display font for test purposes * - uncomment to enable */ //#define SW_FONT_TEST /* * check resistor
in „ComponentTester-1.42m - compilation problem“ · µC & Digital Electronics ·
-
File
debug_okay.asm
ff 90 pop r15 3fe: ef 90 pop r14 400: 08 95 ret 00000402 <get_humidity>: #if DHT_TYPE == DHT_TYPE_DHT11 uint8_t get_humidity( void) { if ( dataIsValid ) 402: 80 91 08 01 lds r24, 0x0108 406: 88 23 and r24, r24 408: 19 f0 breq .+6 ; 0x410 <get_humidity+0xe> return data0; 40a: 80 91 07 01 lds r24, 0x0107
in „Fehler bei einfacher Integer-Division?“ · Mikrocontroller und Digitale Elektronik ·
-
File
debug_error.asm
df 90 pop r13 404: cf 90 pop r12 406: 08 95 ret 00000408 <get_humidity>: #if DHT_TYPE == DHT_TYPE_DHT11 uint8_t get_humidity( void) { if ( dataIsValid ) 408: 80 91 08 01 lds r24, 0x0108 40c: 88 23 and r24, r24 40e: 19 f0 breq .+6 ; 0x416 <get_humidity+0xe> return data0; 410: 80 91 07 01 lds r24, 0x0107
in „Fehler bei einfacher Integer-Division?“ · Mikrocontroller und Digitale Elektronik ·