-
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.
in „Humidity Sensor with DHT11 and PIC16F676“ · µC & Digital Electronics ·
-
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
debug_okay.asm
r1 28a: 09 f0 breq .+2 ; 0x28e <acquire_DHT+0x11a> 28c: 90 c0 rjmp .+288 ; 0x3ae <acquire_DHT+0x23a> 28e: 01 2e mov r0, r17 290: 01 c0 rjmp .+2 ; 0x294 <acquire_DHT+0x120> 292: 22 0f add r18, r18 294: 0a 94 dec r0 296: ea f7 brpl .-6 ; 0x292
in „Fehler bei einfacher Integer-Division?“ · Mikrocontroller und Digitale Elektronik ·
-
File
debug_error.asm
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
in „Fehler bei einfacher Integer-Division?“ · Mikrocontroller und Digitale Elektronik ·
-
File
DHT11_22.c
stopInputCaptureTimer( void) { TIMSK1 = 0; // disable all Timer1 related interrupts TCCR1B &= ~( (1<<CS12) | (1<<CS11) | (1<<CS10) ); // stop timer/counter } // acquires data transfer from the DHT-sensor bool acquire_DHT() { uint8_t iEdge = 0; // counts signal level changes uint16_t last_time = 0; // time of previous
in „Fehler bei einfacher Integer-Division?“ · Mikrocontroller und Digitale Elektronik ·
-
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
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
dht2_tb.vhd
39:19 05/17/2018 -- Design Name: -- Module Name: E:/Work/HUST 20172/VHDL/Final term/1 wire/one_wire/dht2_tb.vhd -- Project Name: one_wire -- Target Device: -- Tool versions: -- Description: -- -- VHDL Test Bench Created by ISE for module: DHT11 -- -- Dependencies: -- -- Revision: -- Revision 0.01 - File
-
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 LED J1 11 RA2/AN2/COUT/T0CKI/INT RC2/AN6 8 +5V 1 4 7 J2 RA3/~{MCLR}/VPP RC3/AN7 GND 2 3 RA4/~{T1G}/OSC2/AN3/CLKOUT RC4 6 USB-C Power Module 2 5 RA5/T1CKI/OSC1/CLKIN RC5 GND 14 Y1 VSS Crystal 10MHz C2 C1 15pF 15pF
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
in „ComponentTester-1.42m - compilation problem“ · µC & Digital Electronics ·