-
PDF
Vishay_0_96_inch_OLED_128x64_SSD1306.pdf
when this pin is pulled high and the CS# is pulled low. When connecting to an 80XX-microprocessor, this pin receives the read (RD#) signal. Data read operation is initiated when this pin is pulled low and CS# is pulled low. Host
in „Mit Wire.h über I2C auf LCD-Display 1602 zugreifen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
slaa322d.pdf
faster than crystals requiring high load capacitance. • Crystals with low ESR start more quickly than high ESR crystals. • Oscillators with high OA (Oscillation Allowance) start faster than low OA crystal oscillators. SLAA322D–August
in „Passende Kondensatoren für Uhrenquarz gesucht“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Konfigurationsvorschlag_Funktionen.pdf
5V <B2> 18 Eingang ist Sensor2 High Gleis Besetzt = Ausgang vom Belegtmelder 5V / Gleis Frei = Ausgang Belegtmelder = 0V <B2> 19 Eingang ist Sensor2 Low Gleis Besetzt = Ausgang vom Belegtmelder 0V / Gleis Frei = Ausgang Belegtmelder =
in „AVR-Port über Funktionswert konfigurieren“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ap-204.pdf
method requires constant DC current from From the Thévenin equivalent circuit, the driver at either high or low logic, which adds to the DC load of the driver. V i V =rV + T R l T (1) 3. Degradation of the high output level of the signal The Norton equivalent circuit and the deduced current can occur.
in „Tektronix AM700“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
HD66002.pdf
(43) Data (L) and DL are display data input and output pins. When the SHL pin is high, DIOL and DIOR are output and input, respectively, and vice versa when the SHL pin is low. At this time, set the DR and DL pins low. When display data is high, liquid crystal display drive output is
in „Grafikdisplay 480x64 UMS-7024AN-G“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
E32-868T20D_Usermanual_EN_v1.8.pdf
Description For function 1 & function 2 mentioned above, the priority should be given to the one with low level output, which means if it 1 meets each of any low level output condition, AUX outputs low level, if none of the low level condition is met, AUX outputs high level. When AUX outputs low level,
in „512 Byte-Sektor einer SD-Karte mit E32-868T drahtlos übertragen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
E32-868T_Handbuch.pdf
Description For function 1 & function 2 mentioned above, the priority should be given to the one with low level output, which means if it 1 meets each of any low level output condition, AUX outputs low level, if none of the low level condition is met, AUX outputs high level. When AUX outputs low level,
in „Was versteht man unter "air data rate"“ · HF, Funk und Felder ·
-
Datei
mcp_flipdot_v3.ino
[wert][z]; tmp = 0x80 >> z; // alle dunklen DOTs schalten schreibeRegister(ziffer, 0, 0); // Zeile LOW inaktiv schreibeRegister(ziffer, 1, muster); // Spaltenmuster LOW setzen schreibeRegister(ziffer, 2, tmp); // Zeile HIGH, Spalte HIGH inaktiv if (test ==0){ Serial.println(F("Dots off")); Serial.println
in „Flipdot Display Projekt (Hilfe Logik Erbeten)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
C8051F330_ext.H
0 LOW */ sfr TL1 = 0x8B; /* TIMER/COUNTER 1 LOW */ sfr TH0 = 0x8C; /* TIMER/COUNTER 0 HIGH */ sfr TH1 = 0x8D; /* TIMER/COUNTER 1 HIGH */ sfr CKCON = 0x8E; /* CLOCK CONTROL */ sfr PSCTL = 0x8F; /* PROGRAM
in „rfm02 -> rfm01, Fehler im Programm?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
DC-DC.pdf
with more turns has higher voltage but lower current, while the winding with less turns has lower voltage but higher current. The dot on a transformer winding identifies its polarity with respect to another winding, and reversing
in „Step UpDown“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
DG16080.c
high_isr _endasm } #pragma code #pragma interruptlow low_isr void low_isr( void ) { } /**********************************************************************************************/ // High Prio Interrupt
in „Display mit Touchscreen bei Pollin?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
TM1650_V1.10-1.pdf
allocation is as follows: When writing LED display data, operate according to the display address from high to low, and from high to low of the data byte. A/KI1 B/KI2 C/KI3 D/KI4 E/KI5 F/KI6 G/KI7 DP/KP xxHL (lower four digits) xxHU (high four digits) B0 B1 B2 B3 B4 B5 B6 B7 68HL 68HU DIG1 6AHL 6 AHU DIG2
in „Datasheet TM1650“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ArduinoISP.ino
LED_HB, hbval); delay(20); } void loop(void) { // is pmode active? if (pmode) digitalWrite(LED_PMODE, HIGH); else digitalWrite(LED_PMODE, LOW); // is there an error? if (error) digitalWrite(LED_ERR, HIGH); else digitalWrite(LED_ERR, LOW); // light the heartbeat LED heartbeat(); if (Serial.available()) {
in „AVR-Programmierung - letzter Schritt“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
DYPTH01B-SPI_Datasheet.pdf
around 3 KHZ speed, which should reducing IO usage. Application engineer be an ideal speed for both high and low should be kept in mind the characteristics speed MCU systems. Once all data are of the IO pins for applications where out, SCK line will remain low. current consumption is critical. 2.2.3 SDAT
in „Luftfeuchtigkeitssensor an Arduino UNO“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
glcd_a.inc
(garea+$0000) ;RAM-Beginn rcall glcd_w_dat ;an ldi tmp,high(garea+$0000) ;LCD rcall glcd_w_dat ;senden glcd_gcls0: ;Einsprung von unterer Hälfte push zh push zl ldi zl,low($1000) ;Zähler auf ldi zh,high($1000) ;halbes RAM ldi tmp,$24 ;Adress-Pointer rcall glcd_w_cmd
in „Assembler: Routine zum Löschen von Bildpunkten beim T6963C ges“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
mpy24x8u.S
= 16 //multiplicand low byte mc24uM = 17 //multiplicand middle byte mc24uH = 18 //multiplicand high byte mp8u = 19 //multiplier byte m32u0 = 20 //result byte 0 (LSB) m32u1 = 21 //result byte 1 m32u2 = 22 //result byte 2 m32u3
in „Aufruf von Assembler Routine mit 32(24)bit Parameter ?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Linear_Mode_Operation_and_Safe_Operating_Diagram_of_Power-MOSFETs.pdf
1). The relationship between VDS and IDS follows Ohm’s law. As shown in Fig. 1 MOSFET operating at low V GSvoltage (e.g. 2.9V) and high V DS (e.g. DS=4V) voltage is able to carry considerable currents (e.g. ~200A). Here, the MOSFET operates in linear mode. The power dissipation is very high (e.g. 800W
in „Gleichstromlast MOSFET“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
Infineon-ApplicationNote_Linear_Mode_Operation_Safe_Operation_Diagram_MOSFETs-AN-v01_00-EN.pdf
1). The relationship between VDS and IDS follows Ohm’s law. As shown in Fig. 1 MOSFET operating at low V GS voltage (e.g. 2.9V) and high VDS (e.g. DS=4V) voltage is able to carry considerable currents (e.g. ~200A). Here, the MOSFET operates in linear mode. The power dissipation is very high (e.g. 800W
in „Problem mit N-MOSFET“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
NCP5104-D.PDF
NCP5104, NCV5104 Single Input High Voltage High and Low-Side MOSFET or IGBT Drivers The NCP5104 is a High Voltage Power gate Driver providing two outputs for direct drive of 2 N−channel power MOSFETs or IGBTs www.onsemi.com arranged
in „Suche SMD Bauteil“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
ISL6545-Renesas.pdf
in FIGURE 6. SEQUENCER CIRCUIT Equation 2. R + R V = 0.6V -- - - - - The V INrange can be as low as ~1V (for V OUT as low as the OUT R O 0.6V reference). It can be as high as 20V (for V just R 0.6V OUT R = -- - - - - - below V IN There are some restrictions for running high V IN O VOUT – 0.6V
in „Synchronwandler ISL6545A wird heiss“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
dtmf-int-8m.c
****** int mfw (int nr) { unsigned char uc_Input; unsigned char uc_Counter = 0; //PORTB = ~nr; // high nibble - rows //PORTB = ~ziffer[nr]; // high nibble input / low nibble output // high nibble pull up / low nibble low value uc_Counter = 0; //Delay(); // wait for Port B lines to be set up correctly
in „Impulswahl zu Tonwahl-Konverter“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main_soft_SPI.c
, LOW); } ioport_set_pin_level(OLED_SCL, HIGH); c = c << 1; } ioport_set_pin_level(OLED_CSB, HIGH); } /******************************************************************************/ void OLED_Data_160128RGB(unsigned char d) { unsigned char i; unsigned char mask = 0x80; ioport_set_pin_level(OLED_CSB, LOW); ioport_set_pin_level(OLED_RS, HIGH); for (i = 0; i < 8; i++) { ioport_set_pin_level(OLED_SCL, LOW); if ((d & mask) >> 7 == 1) { ioport_set_pin_level(OLED_SDI, HIGH); } else { ioport_set_pin_level(
in „NHD-1.69-160128G (SEPS525) SPI Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Arduino_Ultraschall_Anemometer.ino
x-direction // ============================================= time_x_f = 0.0; digitalWrite(VoutPin_x_f, HIGH); delay(220); for(int i = 0; i < 100; i++) { digitalWrite(trigPin_x_f, LOW); delayMicroseconds(2000); digitalWrite(trigPin_x_f,HIGH); delayMicroseconds(10); digitalWrite(trigPin_x_f, LOW); time_x_f
in „Experimente mit Arduino und Ultraschall“ · Projekte & Code ·
-
PDF
Datenblatt_Epson_S1D15G10_vom_Display_Controller.pdf
Depending on status of IF1, IF2 and IF3, following selection is made. IF1 IF2 IF3 MPU interface type HIGH HIGH HIGH 80 series 16-bit parallel HIGH HIGH LOW 80 series 8-bit parallel HIGH LOW LOW 68 series 16-bit parallel LOW HIGH HIGH 68 series 8-bit parallel LOW LOW HIGH 9-bit serial LOW LOW LOW 8-bit serial
in „The Siemens S65 132x176, 65536 color display with AVR“ · Projekte & Code ·
-
PDF
S1D15G10.pdf
Depending on status of IF1, IF2 and IF3, following selection is made. IF1 IF2 IF3 MPU interface type HIGH HIGH HIGH 80 series 16-bit parallel HIGH HIGH LOW 80 series 8-bit parallel HIGH LOW LOW 68 series 16-bit parallel LOW HIGH HIGH 68 series 8-bit parallel LOW LOW HIGH 9-bit serial LOW LOW LOW 8-bit serial
-
PDF
SN75176B_TEX.pdf
RL= 54 , See Figure 3 t(OD) Differential-output transition time 20 30 ns PZH Output enable time to high level See Figure 4 85 120 ns PZL Output enable time to low level See Figure 5 40 60 ns PHZ Output disable time from high level See Figure 4 150 250 ns PLZ Output disable time from low level See Figure
in „Welcher Bus für mein Projekt?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
treiber.pdf
RL= 54 , See Figure 3 t(OD) Differential-output transition time 20 30 ns PZH Output enable time to high level See Figure 4 85 120 ns PZL Output enable time to low level See Figure 5 40 60 ns PHZ Output disable time from high level See Figure 4 150 250 ns PLZ Output disable time from low level See Figure
in „RS485 mit SN65176B“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
sn75176bd_SMD.pdf
RL =54 , See Figure 3 t(OD) Differential-output transition time 20 30 ns PZH Output enable time to high level See Figure 4 85 120 ns PZL Output enable time to low level See Figure 5 40 60 ns PHZ Output disable time from high level See Figure 4 150 250 ns PLZ Output disable time from low level See Figure
-
PDF
75176B.pdf
RL =54 , See Figure 3 t(OD) Differential-output transition time 20 30 ns PZH Output enable time to high level See Figure 4 85 120 ns PZL Output enable time to low level See Figure 5 40 60 ns PHZ Output disable time from high level See Figure 4 150 250 ns PLZ Output disable time from low level See Figure
-
PDF
SN75176B.pdf
RL= 54 , See Figure 3 t(OD) Differential-output transition time 20 30 ns PZH Output enable time to high level See Figure 4 85 120 ns PZL Output enable time to low level See Figure 5 40 60 ns PHZ Output disable time from high level See Figure 4 150 250 ns PLZ Output disable time from low level See Figure
in „STM32 UART Kommunikation -> Langsamer uC Tod“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
256kbit_segor_70ns.pdf
tDVWH Input Valid to Write Enable High 25 30 ns tEHAX Chip Enable High to Address Transition 0 0 ns tEHDX Chip enable High to Input Transition 0 0 ns ELEH Chip Enable Low to Chip Enable High 45 60 ns tELWH Chip Enable Low to Write Enable
in „AVR Synthesizer Konzept“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AVR-Tutorial.pdf
Über RS wird ausgewählt, ob man einen Befehl oder ein Datenbyte an das LCD schicken möchte. Ist RS Low, dann wird das ankommende Byte als Befehl interpretiert, ist RS high, dann wird das Byte auf dem LCD angezeigt. • RW legt fest, ob geschrieben oder gelesen werden soll. High bedeutet lesen, low bedeutet
in „AVR-Tutorial als PDF bzw *.doc“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
TI_ads809.pdf
+5V Compatible CMOS Logic Coding Straight Offset Binary Low Output Voltage OL = 50µA to 1.6mA) VDRV = 3V +0.2 V High Output Voltage,OHI= 50µA to 0.5mA) +2.5 V Low Output Voltage, (I= 50µA to 1.6mA) VDRV = 5V +0.2 V OL High Output Voltage,OHI= 50µA to 1.6mA)
in „Projekt Signal-Auswertung mit High-Speed-ADC“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
irs2011pbf.pdf
for both channels • RoHS compliant DelayMatching 20nsmax. Applications • Audio Class D amplifiers • High power DC-DC SMPS converters Packages • DC motor drive Description The IRS2011 is a high power, high speed power MOSFET driver with independent high and low-side referenced output channels, ideal for
in „H-Brücke - 30A - MOSFET“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
SPI_EEPROM.c
Ready not Busy asm("nop"); // Set Write Enable Latch cbi(PORT_CS_EEPROM,PIN_CS_EEPROM); //CS LOW data_ret = SPI_MasterTransmit(WREN); sbi(PORT_CS_EEPROM,PIN_CS_EEPROM); //CS HIGH asm("nop"); // Wait for Bit is set cbi(PORT_CS_EEPROM,PIN_CS_EEPROM); //CS LOW while ( data_ret & (1<<WEL) && (timeout
in „Frage zum "Page Write" bem externen EEprom“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ks0066u.pdf
. N: Display line number control bit When N = “Low”, 1-line display mode is set. When N = “High”, 2-line display mode is set. F: Display font type control bit When F = “Low”, 5 ×8 dots format display mode is set. When F = “High”, 5 ×11 dots format display
in „4x40 LCD Display ohne HD Controller ansteuern.“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
KS0066_Samsung_553815_1.pdf
. N: Display line number control bit When N = “Low”, 1-line display mode is set. When N = “High”, 2-line display mode is set. F: Display font type control bit When F = “Low”, 5 ×8 dots format display mode is set. When F = “High”, 5 ×11 dots format display
in „LCD unter Bascom, welches?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
KS0066.pdf
. N: Display line number control bit When N = “Low”, 1-line display mode is set. When N = “High”, 2-line display mode is set. F: Display font type control bit When F = “Low”, 5 ×8 dots format display mode is set. When F = “High”, 5 ×11 dots format display
in „[ AVR ] Probleme mit LCD-Display (KS0066)“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ks0066u.pdf
. N: Display line number control bit When N = “Low”, 1-line display mode is set. When N = “High”, 2-line display mode is set. F: Display font type control bit When F = “Low”, 5 ×8 dots format display mode is set. When F = “High”, 5 ×11 dots format display
in „LCD zeigt was falsches nach Reset; ATmega8 avrgcc“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ks0066.pdf
. N: Display line number control bit When N = “Low”, 1-line display mode is set. When N = “High”, 2-line display mode is set. F: Display font type control bit When F = “Low”, 5 ×8 dots format display mode is set. When F = “High”, 5 ×11 dots format display
in „LCD nur 8 von 16 zeichen lassen sich beschreiben“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
LCD-20x2-ganz.pdf
. N: Display line number control bit When N = “Low”, 1-line display mode is set. When N = “High”, 2-line display mode is set. F: Display font type control bit When F = “Low”, 5 ×8 dots format display mode is set. When F = “High”, 5 ×11 dots format display
in „Init Problem mit KS0066 (Conrad)“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ks0066.pdf
. N: Display line number control bit When N = “Low”, 1-line display mode is set. When N = “High”, 2-line display mode is set. F: Display font type control bit When F = “Low”, 5 ×8 dots format display mode is set. When F = “High”, 5 ×11 dots format display
in „Reloadwertberechnung C167“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
553815_1.pdf
. N: Display line number control bit When N = “Low”, 1-line display mode is set. When N = “High”, 2-line display mode is set. F: Display font type control bit When F = “Low”, 5 ×8 dots format display mode is set. When F = “High”, 5 ×11 dots format display
in „Probleme mit 2ter Zeile bei KS0066 LCD: Lösung“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ks0066u.pdf
. N: Display line number control bit When N = “Low”, 1-line display mode is set. When N = “High”, 2-line display mode is set. F: Display font type control bit When F = “Low”, 5 ×8 dots format display mode is set. When F = “High”, 5 ×11 dots format display
in „LCD einfach nur ansteuern.“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
KS0066U.pdf
. N: Display line number control bit When N = “Low”, 1-line display mode is set. When N = “High”, 2-line display mode is set. F: Display font type control bit When F = “Low”, 5 ×8 dots format display mode is set. When F = “High”, 5 ×11 dots format display
-
PDF
datasheet.pdf
. N: Display line number control bit When N = “Low”, 1-line display mode is set. When N = “High”, 2-line display mode is set. F: Display font type control bit When F = “Low”, 5 ×8 dots format display mode is set. When F = “High”, 5 ×11 dots format display
in „KS0066: datasheet“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ks0066.pdf
. N: Display line number control bit When N = “Low”, 1-line display mode is set. When N = “High”, 2-line display mode is set. F: Display font type control bit When F = “Low”, 5 ×8 dots format display mode is set. When F = “High”, 5 ×11 dots format display
in „LCD KS0066 an 16F871“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ks0066.pdf
. N: Display line number control bit When N = “Low”, 1-line display mode is set. When N = “High”, 2-line display mode is set. F: Display font type control bit When F = “Low”, 5 ×8 dots format display mode is set. When F = “High”, 5 ×11 dots format display
in „LCD Displaytech 204B (von Reichelt)“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
KS0066U.pdf
. N: Display line number control bit When N = “Low”, 1-line display mode is set. When N = “High”, 2-line display mode is set. F: Display font type control bit When F = “Low”, 5 ×8 dots format display mode is set. When F = “High”, 5 ×11 dots format display
in „LC Display (KS0066) programmieren“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
KS0066.pdf
. N: Display line number control bit When N = “Low”, 1-line display mode is set. When N = “High”, 2-line display mode is set. F: Display font type control bit When F = “Low”, 5 ×8 dots format display mode is set. When F = “High”, 5 ×11 dots format display
in „LCD "AV1624" (2x16 Zeichen, KS0066 komp.) zeigt nur die ersten 8 Zeichen an“ · Mikrocontroller und Digitale Elektronik ·