-
Datei
lcd.h
0 /* DB2: 1=display shift on */ #define LCD_ON 3 /* DB3: turn lcd/cursor on */ #define LCD_ON_DISPLAY 2 /* DB2: turn display on */ #define LCD_ON_CURSOR 1 /* DB1: turn cursor on */ #define LCD_ON_BLINK 0 /* DB0: blinking cursor ? */ #define LCD_MOVE 4 /* DB4: move cursor/display */ #define LCD_MOVE_DISP 3 /* DB3: move display (0-> cursor) ? */ #define LCD_MOVE_RIGHT 2 /* DB2: move right (0-> left) ? */ #define
in „Probleme mit LCD-Ausgabe von Peter Fleury“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
blueline.pdf
Execute l i l Instruction R/W DB DB DB DB DB DB DB DB Description Time F W r RS 7 6 5 4 3 2 1 0 (max.) s n g Clears all displayand returns the cursor B e n i Clear Display 0 0 0 0 0 0 0 0 0 1 to the home position(Address 0). 1.64ms
in „LCD Modul Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
wetterstation.c
sendbyte(unsigned char sbyte) { unsigned char abyte; abyte=inp(lcdport); //abyte einlesen abyte=abyte&~D_DB7&~D_DB6&~D_DB5&~D_DB4&~D_E&~D_RS; //LCD-Pins auf Null setzen abyte=abyte|(((sbyte>>7)&1)*D_DB7); //7. Datenbit auf DB7 legen abyte=abyte|(((sbyte>>6)&1)*D_DB6); //6. Datenbit auf DB6 legen abyte=abyte
in „Probleme bei der Portierung von ATMEGA163 auf ATMEGA16“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
create.c
. // // #include <stdio.h> #include <string.h> #include "sqlite3.h" int main() { sqlite3 *db; char sql[255]; char *meldung; if(sqlite3_open("leer.db", &db)) { printf("Fehler bei Verbindung\n"); return 1; } strcpy(sql, "CREATE TABLE IF NOT EXISTS lager(" "Wert PRIMARY
-
Datei
main.asm
pop r13 ret ;---end--- ;************************************ ; EEPROM Segment ; data-pin |8 |7|6|5|4|3|2|1|0 display from 0 until 15, bit 8 is for 1 in the front of digit ; segments |ab|d|g|f|e|d|c|b|a ; .ESEG segmentTable: .db 0x3f ;data 0 .db 0x06 ;data 1 .db 0x5b ;data 2 .db 0x4f ;data 3 .db 0x66 ;data 4 .db 0x6d ;data 5 .db 0x7d ;data 6 .db 0x07 ;data 7 .db 0x7f ;data 8 .db 0x6f ;data 9 .db 0xbf ;data 10 .db 0x86 ;data 11 .db 0xdb ;data 12 .db 0xcf ;data 13 .db 0xe6 ;data 14 .db 0xed ;data 15 .db 0xfd ;
in „Spielstandanzeige für Fußball oder ähnliches“ · Projekte & Code ·
-
PDF
dips082.pdf
extern i s anzubringen (R =Ext.V / I LED) e s BEFEHLSTABELLE n t Code i Execute p Instruction RS R/W DB DB DB DB DB DB DB DB Description Time p 7 6 5 4 3 2 1 0 (max.) d Clears all display and returns the cursor u Clear Display 0 0 0 0 0 0 0 0 0 1 1.64ms r to the home position (Address 0). h Returns the
in „3 LEDs nach nur wenigen 100 Betriebsstunden durchgebrannt“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ea_dips082_display.pdf
LED-Vorwiderstand ist extern anzubringen (R =Ext.V / I LED) BEFEHLSTABELLE Code Execute Instruction RS R/W DB DB DB DB DB DB DB DB Description Time 7 6 5 4 3 2 1 0 (max.) Clears all display and returns the cursor Clear Display 0 0 0 0 0 0 0 0 0 1 to the home position (Address 0). 1.64ms Returns the Cursor to
in „LCD-Display Ansteuern mit ATmega2561 funktioniert nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.h
0 /* DB2: 1=display shift on */ #define LCD_ON 3 /* DB3: turn lcd/cursor on */ #define LCD_ON_DISPLAY 2 /* DB2: turn display on */ #define LCD_ON_CURSOR 1 /* DB1: turn cursor on */ #define LCD_ON_BLINK 0 /* DB0: blinking cursor ? */ #define LCD_MOVE 4 /* DB4: move cursor/display */ #define LCD_MOVE_DISP 3 /* DB3: move display (0-> cursor) ? */ #define LCD_MOVE_RIGHT 2 /* DB2: move right (0-> left) ? */ #define
in „DCF auf INT0“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
mw_lcd.h
0 /* DB2: 1=display shift on */ #define LCD_ON 3 /* DB3: turn lcd/cursor on */ #define LCD_ON_DISPLAY 2 /* DB2: turn display on */ #define LCD_ON_CURSOR 1 /* DB1: turn cursor on */ #define LCD_ON_BLINK 0 /* DB0: blinking cursor ? */ #define LCD_MOVE 4 /* DB4: move cursor/display */ #define LCD_MOVE_DISP 3 /* DB3: move display (0-> cursor) ? */ #define LCD_MOVE_RIGHT 2 /* DB2: move right (0-> left) ? */ #define
in „DCF auf INT0“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
TDA1558.pdf
DESCRIPTION ref 15 The TDA1558Q contains four identical amplifiers with INV3 16 differential input stages (two inverting and two – INV417 non-inverting), and can be used for single-ended or BTL MCD325 - 1 applications. The gain of each amplifier is fixed at 40 dB (46 dB in BTL
in „TDA1558 Verstärker“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
PVCxx0401A.pdf
Instructicodeinput 5 R/W H/L Read/Write b E H: Read L: Write H, H-rL Enablesignal 7 DBO H/L Dala bit 0 T I DB1 H/L Data bit 1 8 BITS o DB2 H/L Data bit 2 10 DB3 H/L Databit3 I 11 DB4 H/L Data bit4 tz DB5 H/L T I IJ Data bit5 4 BITS I DB6 H/L Data bit 6 14 DB7 H/L Databit 7 I 1 13 Power Supply ForLcd Driver (
in „[V] LCD DotMatrix Module 40x4 mit Hintergrundbeleuchtung“ · Markt ·
-
Datei
lcd-m50530.c
void LCD_clear(void) { /* CLEAR DISPLAY, MOVE DISPLAY/CURSOR ADDRESS HOME input: OC1 0 OC2 0 RW 0 DB7-DB1 0 DB0 1 */ LCD_sendByte(1, 0); // DB0 delay(2); } // setzt 4-Bit-Mode und initialisiert das LCD // muss als erstes aufgerufen werden, bevor das LCD angesteuert werden kann void LCD_init(void) {
in „Initialisierung M50530 LCD Display“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Lite17.asm
.db 0b01000000,0b00100000,0b00010000,0b00001000 .db 0b00000100,0b00000010 niteride_2: .dw $000B .db 0b00000011,0b00000110,0b00001100,0b00011000 .db 0b00110000,0b01100000,0b11000000,0b01100000 .db 0b00110000,0b00011000,0b00001100,0b00000110
in „an alle DMX und Licht-Interessierte“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Uhr.pdf
--------------------------------------------------------------- 120 ; Meldetexte 121 ; 122 meld_0: db 0dh ; CR Startmeldung 123 db 0ah ; LF 124 db "Uhrzeit anzeigen" ; 125 db 0dh ; CR 126 db 0ah ; LF 127 db "$" ; 128 db 00h ; Ende 129 130 131 132 meld_1: db 0dh ; CR 133 db 0ah ; LF 134 db "Ende" 135
in „Suche MOPPEL Projekt in Heft oder .PDF“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Display eines Spektrumanalysators mit Kalibrierungsergebnissen
-20 dBm CALIBRATION RESULTS OBW 3 MHz SWT 5 ms Unit dBm -2.0 dB NO MEAS -1.9 dB NO MEAS -1.8 dB NO MEAS -1.7 dB NO MEAS -1.6 dB NO MEAS -1.5 dB NO MEAS -1.4 dB NO MEAS -1.3 dB NO MEAS -1.2 dB NO MEAS -1.1 dB NO MEAS -1.0 dB NO MEAS +0.0 dB NO MEAS +1.0 dB NO MEAS +2.0 dB NO MEAS +3.0 dB NO MEAS +4.0 dB NO MEAS +5.0 dB NO MEAS Calibration of FSIQ Filters PASSED State Center 1.75 GHz 350 MHz/ Span 3.5 GHz
in „[V] Konvolut älterer aber hochwertiger Messgeräte“ · Markt · · Fotos
-
PDF
Display_TC1604A_01.PDF
terminals. This will ruin the backlight. Ver.V00 2011-06-07 - 5 - TC1604A-01C(120628) CONNECTION WITH MCU DB0-DB7 P1 RS P3.0 LCD MODULE MCU P3.1 R/W E TC1604A-01C P3.2 VDD VDD VR: 100~50K V0 VSS (1) Typical V0 connections for display contrast Adjust V0 to VDD (VLCD= 4.7 V) as an initial setting. When the module
in „Display TC1604A 01 - LED Spannung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
safari.txt
:6a:c0 (90:fb:a6:36:6a:c0), Dst: Avm_d8:db:1a (00:1f:3f:d8:db:1a) Internet Protocol Version 4, Src: 192.168.178.20 (192.168.178.20), Dst: 192.168.178.1 (192.168.178.1) Transmission Control Protocol, Src Port: avauthsrvprtcl (2068), Dst Port:
in „AVR Net IO Dropdown Liste“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.h
0 /* DB2: 1=display shift on */ #define LCD_ON 3 /* DB3: turn lcd/cursor on */ #define LCD_ON_DISPLAY 2 /* DB2: turn display on */ #define LCD_ON_CURSOR 1 /* DB1: turn cursor on */ #define LCD_ON_BLINK 0 /* DB0: blinking cursor ? */ #define LCD_MOVE 4 /* DB4: move cursor/display */ #define LCD_MOVE_DISP 3 /* DB3: move display (0-> cursor) ? */ #define LCD_MOVE_RIGHT 2 /* DB2: move right (0-> left) ? */ #define
in „LCD-Ansteuerung schwarzer Balken“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.h
0 /* DB2: 1=display shift on */ #define LCD_ON 3 /* DB3: turn lcd/cursor on */ #define LCD_ON_DISPLAY 2 /* DB2: turn display on */ #define LCD_ON_CURSOR 1 /* DB1: turn cursor on */ #define LCD_ON_BLINK 0 /* DB0: blinking cursor ? */ #define LCD_MOVE 4 /* DB4: move cursor/display */ #define LCD_MOVE_DISP 3 /* DB3: move display (0-> cursor) ? */ #define LCD_MOVE_RIGHT 2 /* DB2: move right (0-> left) ? */ #define
in „LCD Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LCD.h
0 /* DB2: 1=display shift on */ #define LCD_ON 3 /* DB3: turn lcd/cursor on */ #define LCD_ON_DISPLAY 2 /* DB2: turn display on */ #define LCD_ON_CURSOR 1 /* DB1: turn cursor on */ #define LCD_ON_BLINK 0 /* DB0: blinking cursor ? */ #define LCD_MOVE 4 /* DB4: move cursor/display */ #define LCD_MOVE_DISP 3 /* DB3: move display (0-> cursor) ? */ #define LCD_MOVE_RIGHT 2 /* DB2: move right (0-> left) ? */ #define
in „WinAVR Studio gibt Fehlermeldung aus beim "Build Projekt"“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.h
0 /* DB2: 1=display shift on */ #define LCD_ON 3 /* DB3: turn lcd/cursor on */ #define LCD_ON_DISPLAY 2 /* DB2: turn display on */ #define LCD_ON_CURSOR 1 /* DB1: turn cursor on */ #define LCD_ON_BLINK 0 /* DB0: blinking cursor ? */ #define LCD_MOVE 4 /* DB4: move cursor/display */ #define LCD_MOVE_DISP 3 /* DB3: move display (0-> cursor) ? */ #define LCD_MOVE_RIGHT 2 /* DB2: move right (0-> left) ? */ #define
in „LCD ES DIP204“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.h
0 /* DB2: 1=display shift on */ #define LCD_ON 3 /* DB3: turn lcd/cursor on */ #define LCD_ON_DISPLAY 2 /* DB2: turn display on */ #define LCD_ON_CURSOR 1 /* DB1: turn cursor on */ #define LCD_ON_BLINK 0 /* DB0: blinking cursor ? */ #define LCD_MOVE 4 /* DB4: move cursor/display */ #define LCD_MOVE_DISP 3 /* DB3: move display (0-> cursor) ? */ #define LCD_MOVE_RIGHT 2 /* DB2: move right (0-> left) ? */ #define
in „20x4 lcd zeigt immer das gleiche an“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
lcd-blueline-w.pdf
Execute l i l Instruction R/W DB DB DB DB DB DB DB DB Description Time F W r RS 7 6 5 4 3 2 1 0 (max.) s n g Clears all displayand returns the cursor B e n i Clear Display 0 0 0 0 0 0 0 0 0 1 to the home position(Address 0). 1.64ms
in „LCD +Bascom zeigt 1. Zeile Nix 2. Zeile voll“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
lcd-blueline-w.pdf
Execute l i l Instruction R/W DB DB DB DB DB DB DB DB Description Time F W r RS 7 6 5 4 3 2 1 0 (max.) s n g Clears all displayand returns the cursor B e n i Clear Display 0 0 0 0 0 0 0 0 0 1 to the home position(Address 0). 1.64ms
in „Problem beim init eines lcd in Bascom“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
EAS.pdf
Execute l i l Instruction R/W DB DB DB DB DB DB DB DB Description Time F W r RS 7 6 5 4 3 2 1 0 (max.) s n g Clears all displayand returns the cursor B e n i Clear Display 0 0 0 0 0 0 0 0 0 1 to the home position(Address 0). 1.64ms
in „LCD-Display (HD44780) keine Ausgabe“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
LCD204BBL_EAS.pdf
Execute l i l Instruction R/W DB DB DB DB DB DB DB DB Description Time F W r RS 7 6 5 4 3 2 1 0 (max.) s n g Clears all displayand returns the cursor B e n i Clear Display 0 0 0 0 0 0 0 0 0 1 to the home position(Address 0). 1.64ms
in „Benötige Hilfe bei 4x20 LCD Treiber von Peter Danegger“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MSA0786.pdf
Units Min. Typ. Max. G P PowerGain(|S 21)2 f=0.1GHz dB 13.5 f=1.0GHz 10.5 12.5 GP Gain Flatness f=0.1to1.3GHz dB ±0.7 f 3 dB Bandwidth GHz 2.0 3 dB Input VSWR f=0.1to2.5GHz 1.7:1 VSWR Output VSWR f=0.1to2.5GHz 1.7:1 NF 50 Noise Figure f=1.0GHz dB 5.0 P 1 dB Output Power at 1 dB Gain Compression f=1.0GHz dBm 2.0 IP3 Third Order Intercept Point f=1.0GHz dBm 19.0 tD Group Delay f=1.0GHz psec 150 V d Device Voltage V 3.2 4.0 4.8 dV/dT Device Voltage Temperature
in „Wie ist ein MMIC intern aufgebaut?“ · HF, Funk und Felder ·
-
Datei
AEMA_PWM_24Hz.asm
0x7A, 0x7B, 0x7D, 0x7F, 0x80, 0x82, 0x84, 0x85, 0x87, 0x88, 0x8A .db 0x8B, 0x8D, 0x8E, 0x8F, 0x91, 0x92, 0x93, 0x94, 0x95, 0x96, 0x97, 0x98, 0x99, 0x9A, 0x9B, 0x9C .db 0x9D, 0x9E, 0x9E, 0x9F, 0x9F, 0xA0, 0xA1, 0xA1, 0xA1, 0xA2, 0xA2, 0xA2, 0xA3, 0xA3, 0xA3, 0xA3 .db 0xA3, 0xA3, 0xA3, 0xA3, 0xA3, 0xA2, 0xA2, 0xA2, 0xA1, 0xA1, 0xA1, 0xA0, 0x9F, 0x9F, 0x9E, 0x9E .db 0x9D, 0x9C, 0x9B, 0x9A, 0x99, 0x98, 0x97, 0x96, 0x95, 0x94, 0x93, 0x92, 0x91, 0x8F, 0x8E, 0x8D .db 0x8B, 0x8A,
in „PWM für langsame periodische Signale“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Aktivbox-Auszug.pdf
dem Verstärker-Board: Frequenz < 1 kHz 4 kHz 8 kHz 12 kHz 16 kHz 20 kHz 25 kHz Ua (ohne Tiefpass) +0 dB +0,3 dB +1,2 dB +1,7 dB +2,0 dB +1,9 dB Ua (mit Tiefpass) +0 dB +0 dB +0,7 dB +1,5 dB +0,5 dB +0 dB Bei einer Erhöhung der Versorgungsspannung von 35 V auf die maximal im Dauerbetrieb empfohlenen 39
-
Datei
Fleury_lcd_pollin.h
0 /* DB2: 1=display shift on */ #define LCD_ON 3 /* DB3: turn lcd/cursor on */ #define LCD_ON_DISPLAY 2 /* DB2: turn display on */ #define LCD_ON_CURSOR 1 /* DB1: turn cursor on */ #define LCD_ON_BLINK 0 /* DB0: blinking cursor ? */ #define LCD_MOVE 4 /* DB4: move cursor/display */ #define LCD_MOVE_DISP 3 /* DB3: move display (0-> cursor) ? */ #define LCD_MOVE_RIGHT 2 /* DB2: move right (0-> left) ? */ #define
in „LCD HD44780 mit Atmega32 ansteuern“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
LCD-Display.PDF
terminals. This will ruin the backlight. Ver.V00 2011-06-07 - 5 - TC1602A-09I(120422) CONNECTION WITH MCU DB0-DB7 P1 P3.0 RS MCU P3.1 R/W LCD MODULE P3.2 E TC1602A-09I VCC VDD VR: 20~50K V0 VSS (1) Typical V0 connections for display contrast Adjust V0 to 0V (VLCD=+5 V) as an initial setting. When the module
-
PDF
TC1602A-09I.PDF
terminals. This will ruin the backlight. Ver.V00 2011-06-07 - 5 - TC1602A-09I(120422) CONNECTION WITH MCU DB0-DB7 P1 P3.0 RS MCU P3.1 R/W LCD MODULE P3.2 E TC1602A-09I VCC VDD VR: 20~50K V0 VSS (1) Typical V0 connections for display contrast Adjust V0 to 0V (VLCD=+5 V) as an initial setting. When the module
-
Datei
15_4_MC_T13_PCF_LCD_2004.asm
main .def temp1 = R17 ;nur in LCD warteschleife wait_sh .def temp2 = R18 ;nur in i2c part .def temp3 = R19 ;in lcd_enable benutzt .def count = R20 ;nur in i2c_teil benutzt ;***PCF Port Zuweisung ************** ; Funktion Port_P .equ RS = 0 .equ RW = 1 .equ En1 = 2 .equ LED_A = 3 .equ DB4 = 4 .equ DB5
in „AVR ATtiny13 I2C PCF8574 LCD Display Ansteuerung“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Glyn_2_83_C0280QGMA-T_Tentative_Spec_V0_1_-_GLYN.pdf
IOVcc = 1.65~3.3VA T = -40 ~ 85 °C) Item Symbol Test Condition Min. Typ. Max. Unit Note Input high voltage V IH IOVcc= 1.65 ~ 3.3V 0.7xIOVcc - IOVcc V - Input low voltage VIL IOVcc= 1.65 ~ 3.3V 0.0 - 0.3xIOVcc V -
in „[V] AM OLED 2,8inch Display C0280QGMA-T von CMEL“ · Markt ·
-
PDF
111619cat.pdf
Verzerrungssignale. Vorverstärker aus: ÿ–100 dB Vorverstärker eingeschaltet: ÿ–105 dB Phasenrauschen ÿ–100 dBc/Hz ÿ–100 dBc/Hz ÿ–100 dBc/Hz ÿ–100 dBc/Hz ÿ–100 dBc/Hz (10 kHz Trägerversatz) + 20 logN + 20 logN + 20 logN + 20 logN ±2 dB ±1,5 dB ±3,5 dB ±4 dB Frequenzgang Vorverstärker aus: ÿ±1,0 dB (100 kHz bis 2,7 GHz) ÿ±2,0 dB (9 kHz bis 3 GHz) Vorverstärker ein: ÿ±1,0 dB (100 kHz bis 2,7 GHz) ÿ±2,0 dB (9 kHz bis 3 GHz)
in „Spectrum Analyser Advantest U3641 bz“ · HF, Funk und Felder ·
-
Datei
chronyHP.a51
',0 ;Achtung nur 16 Ascii-Zeichen Textchron2: db ' aktiv ',0 ;Achtung nur 16 Ascii-Zeichen Textchron3: db 'Bitte triggern: ',0 ;Achtung nur 16 Ascii-Zeichen Textchron4: db '000 fp/s ',0 ;Achtung nur 16 Ascii-Zeichen Textchron5: db '000 km/h ',0 ;Achtung
in „Inkrementieren 16Bit“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AD1836_prc.pdf
CONVERTERS ADC Resolution (all ADCs) 24 Bits Dynamic Range (20Hz to 20kHz, –60dB Input) No Filter 102 dB With A-Weighted Filter 105 dB Total Harmonic Distortion + Noise –92 dB Interchannel Isolation 100 dB Interchannel Gain Mismatch 0.01 dB Programmable Input Gain 12 dB Gain Step Size 3 dB Offset Error
in „Audio Codec mit Filter“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
AD1836_prc.pdf
CONVERTERS ADC Resolution (all ADCs) 24 Bits Dynamic Range (20Hz to 20kHz, –60dB Input) No Filter 102 dB With A-Weighted Filter 105 dB Total Harmonic Distortion + Noise –92 dB Interchannel Isolation 100 dB Interchannel Gain Mismatch 0.01 dB Programmable Input Gain 12 dB Gain Step Size 3 dB Offset Error
in „Aktives Filter simulieren“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
2398.pdf
to 2.7 GHz, Resolution bandwidth of 300 Hz, 10 Hz video filter) Selections 1 dB Gain Compression 300 Hz, 1 kHz, 3 kHz, 10 kHz, 30 kHz, 100 kHz, 300 kHz, 1 MHz and 3 MHz -10 dBm minimum (0 dB attenuation, ≥10 MHz CF) Accuracy Displayed Range ±20% 80 dB in 10 dB/div log scale 40 dB in 5 dB/div log scale Selectivity 16 dB in 2 dB/div log scale 8 dB in 1 dB/div log scale 300 Hz to 3 MHz <15:1 60 dB/3 dB ratio 8 divisions with linear amplitude scale 9 kHz & 120 kHz (QuasiPeak) <15:1 60 dB/6 dB ratio AMPLITUDE UNITS Switching
in „[V] Spektrum Analysator IFR2398 9 kHz 2,7 GHz“ · Markt ·
-
PDF
IFR_2398_Spectrum_Analyzer_9_kHz_to_2.7_GHz_Data_Sheet.pdf
to 2.7 GHz, Resolution bandwidth of 300 Hz, 10 Hz video filter) Selections 1 dB Gain Compression 300 Hz, 1 kHz, 3 kHz, 10 kHz, 30 kHz, 100 kHz, 300 kHz, 1 MHz and 3 MHz -10 dBm minimum (0 dB attenuation, ≥10 MHz CF) Accuracy Displayed Range ±20% 80 dB in 10 dB/div log scale 40 dB in 5 dB/div log scale Selectivity 16 dB in 2 dB/div log scale 8 dB in 1 dB/div log scale 300 Hz to 3 MHz <15:1 60 dB/3 dB ratio 8 divisions with linear amplitude scale 9 kHz & 120 kHz (QuasiPeak) <15:1 60 dB/6 dB ratio AMPLITUDE UNITS Switching
in „Ist "Glück" der einzige Weg um als Bastler an Spectrumanalyzer und ähnliches zu kommen?“ · HF, Funk und Felder ·
-
PDF
PS2ADPTMan.pdf
appropriate is left to the system designer. PS2ADPT-xxx MODELS AVAILABLE Model# Features PS2ADPT-014 DB9 = DCE, +5VDC power applied to DB9 Pin 4 PS2ADPT-016 DB9 = DCE, +5VDC power applied to DB9 Pin 6 PS2ADPT-024 DB9 = DCE, 6-12VDC power applied to DB9 Pin 4 or use optional 6V wall supply PS2ADPT-026 DB9 = DCE, 6-12VDC power applied to DB9 Pin 6 or use optional 6V wall supply PS2ADPT-034 DB9 = DTE, +5VDC power applied to DB9 Pin 4 PS2ADPT-036 DB9 = DTE, +5VDC power applied to DB9 Pin 6 PS2ADPT-044 DB9 = DTE, 6-12VDC power applied to DB9
-
Datei
theta1.asm
,0xec,0xed,0xef,0xf0,0xf2,0xf3,0xf5 .db 0xf6,0xf7,0xf8,0xf9,0xfa,0xfb,0xfc,0xfc,0xfd,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff .db 0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfd,0xfc,0xfc,0xfb,0xfa,0xf9,0xf8,0xf7 .db 0xf6,0xf5,0xf3,0xf2,0xf0,0xef,0xed,0xec,0xea,0xe8,0xe6,0xe4,0xe2,0xe0,0xde,0xdc .db 0xda,0xd8,0xd5,0xd3,0xd1,0xce,0xcc,0xc9,0xc7,0xc4,0xc1,0xbf,0xbc,0xb9,0xb6,0xb3 .db 0xb0,0xae,0xab,0xa8,0xa5,0xa2,0x9f,0x9c,0x98,0x95,0x92,0x8f,0x8c,0x89,0x86,0x83 .db 0x80,0x7c,0x79,0x76,0x73,0x70,0x6d
in „PWM-Signal mit Phasenverschiebung 180°“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Disassemblyjbt3.a51
DB 0xB0 ;B0 -- '' Address_A0C: DB 0x00 ;00 -- '' add a,#0xB1 ;24B1 -- '$' mov r6,a ;FE -- '' jnz Address_9C4 ;70B2 -- 'p' mov r5,a ;FD -- '' DB 0xBA ;BA -- '' Address_A14: DB 0xB3 ;B3 -- '' DB 0xFE ;FE
in „Eprom von Denon DJ Laufwerk defekt Winbond 78e52“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Komplett_04.bas
= LED Alarm +---U---+ 'PD1 = ResetTaster Reset +1 20+ Vcc+5V 'PD2 = Tuer 4 LED->PD0 +2 19+ PB7 'PD3 = Tuer 3 ResetTaster->PD1 +3 18+ PB6 'PD4 = Tuer 2 x x Xtal 2 +4 17+ PB5 'PD5 = Tuer 1 x x Xtal 1 +5 16+ PB4 / LCD / DB4 'PD6 = LCD -> E Tuer 4->PD2 +6 15+ PB3 / LCD / DB5 'PB0 = LCD -> RS Tuer 3->PD3 +7 14+ PB2 / LCD / DB6 'PB1 = LCD -> DB7 Tuer 2->PD4 +8 13+ PB1 / LCD / DB7 'PB2 = LCD -> DB6 Tuer 1->PD5 +9 12+ PB0 / RS 'PB3 = LCD -> DB5 GND +10 11+ PD6 / E 'PB4 = LCD -> DB4 +-------+ 'PB5 = 'PB6 = 'PB7 = '===========
in „Wert aus Variable kopieren“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Komplett_04.bas
= LED Alarm +---U---+ 'PD1 = ResetTaster Reset +1 20+ Vcc+5V 'PD2 = Tuer 4 LED->PD0 +2 19+ PB7 'PD3 = Tuer 3 ResetTaster->PD1 +3 18+ PB6 'PD4 = Tuer 2 x x Xtal 2 +4 17+ PB5 'PD5 = Tuer 1 x x Xtal 1 +5 16+ PB4 / LCD / DB4 'PD6 = LCD -> E Tuer 4->PD2 +6 15+ PB3 / LCD / DB5 'PB0 = LCD -> RS Tuer 3->PD3 +7 14+ PB2 / LCD / DB6 'PB1 = LCD -> DB7 Tuer 2->PD4 +8 13+ PB1 / LCD / DB7 'PB2 = LCD -> DB6 Tuer 1->PD5 +9 12+ PB0 / RS 'PB3 = LCD -> DB5 GND +10 11+ PD6 / E 'PB4 = LCD -> DB4 +-------+ 'PB5 = 'PB6 = 'PB7 = '===========
in „Wert aus Variable kopieren“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
EWS_200113_BahnEffizienz.pdf
2011 2014 2015 2016 Alter 103 1972 bis 1974 3 3 3 3 1 3 2 2 40a bis 42a Lokomotiven 113 1962 bis 1963 1 3 2 3 3 0 0 0 51a bis 52a DB Fernverkehr 115 1962 bis 1964 36 36 28 19 17 12 10 8 50a bis 52a e g 181.2 1974 bis 1975 0 0 0 0 0 0 8 8 39a bis
in „Hyperloop, Luftpolster im luftleeren Raum bei 16 km/h“ · Offtopic ·
-
Datei
lcd.h
0 /* DB2: 1=display shift on */ #define LCD_ON 3 /* DB3: turn lcd/cursor on */ #define LCD_ON_DISPLAY 2 /* DB2: turn display on */ #define LCD_ON_CURSOR 1 /* DB1: turn cursor on */ #define LCD_ON_BLINK 0 /* DB0: blinking cursor ? */ #define LCD_MOVE 4 /* DB4: move cursor/display */ #define LCD_MOVE_DISP 3 /* DB3: move display (0-> cursor) ? */ #define LCD_MOVE_RIGHT 2 /* DB2: move right (0-> left) ? */ #define
in „[Atmega8]LCD-Display+UART“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd_new.h
0 /* DB2: 1=display shift on */ #define LCD_ON 3 /* DB3: turn lcd/cursor on */ #define LCD_ON_DISPLAY 2 /* DB2: turn display on */ #define LCD_ON_CURSOR 1 /* DB1: turn cursor on */ #define LCD_ON_BLINK 0 /* DB0: blinking cursor ? */ #define LCD_MOVE 4 /* DB4: move cursor/display */ #define LCD_MOVE_DISP 3 /* DB3: move display (0-> cursor) ? */ #define LCD_MOVE_RIGHT 2 /* DB2: move right (0-> left) ? */ #define
in „mal wieder ein LCD am Atmega8“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.h
0 /* DB2: 1=display shift on */ #define LCD_ON 3 /* DB3: turn lcd/cursor on */ #define LCD_ON_DISPLAY 2 /* DB2: turn display on */ #define LCD_ON_CURSOR 1 /* DB1: turn cursor on */ #define LCD_ON_BLINK 0 /* DB0: blinking cursor ? */ #define LCD_MOVE 4 /* DB4: move cursor/display */ #define LCD_MOVE_DISP 3 /* DB3: move display (0-> cursor) ? */ #define LCD_MOVE_RIGHT 2 /* DB2: move right (0-> left) ? */ #define
in „[AVR] Lcd Init funktioniert aber der Rest nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.h
/ DB2: 1=display shift on #define LCD_ON 3 // DB3: turn lcd/cursor on #define LCD_ON_DISPLAY 2 // DB2: turn display on #define LCD_ON_CURSOR 1 // DB1: turn cursor on #define LCD_ON_BLINK 0 // DB0: blinking
in „Displaytech 162 und 162A geht nicht“ · Mikrocontroller und Digitale Elektronik ·