-
Datei
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
-
PDF
PicoMite_User_Manual.pdf
as the RHT03 or AM2302 but all are compatible and can be purchased on eBay for under $5. The 4.7K DHT11 sensor is also supported. Any The DHT22 must be powered from 3.3V (the maximum voltage PicoMite for the PicoMite’s I/O pins) and it should have a pullup resistor I/O Pin on the data line as shown.
in „allgemeine PicoMite Anfängerfragen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
PicoMite_User_Manual_4_.pdf
as the RHT03 or AM2302 but all are compatible and can be purchased on eBay for under $5. The 4.7K DHT11 sensor is also supported. Any The DHT22 must be powered from 3.3V (the maximum voltage PicoMite for the PicoMite’s I/O pins) and it should have a pullup resistor I/O Pin on the data line as shown.
in „Qual der Wahl - Sensoren Auswertung auf Display ("Analog")“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
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 ·
-
Datei
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 ·
-
Datei
config-mod-LK511-mt7623n-BPiR2.txt
is not set # CONFIG_MAX30102 is not set # # Humidity sensors # # CONFIG_AM2315 is not set # CONFIG_DHT11 is not set # CONFIG_HDC100X is not set # CONFIG_HTS221 is not set # CONFIG_HTU21 is not set # CONFIG_SI7005 is not set # CONFIG_SI7020 is not set # # Inertial measurement units # # CONFIG_ADIS16400
in „Linux Kernel 5.1.1. auf dem BPi-R2“ · PC Hard- und Software ·