-
Datei
main.c
) { // Ma So testen Timer_an(); uint8_t Data=0; low(ATT); //1 low(CLK); //clock low cmd(Command & 0x01); Command>>=1; wait(); high(CLK); //Clock high if (PIND & (1<<DAT)) Data |= (1<<7); Data >>= 1; wait(); //2 low(CLK); //clock low cmd(Command & 0x01
in „PSX Controller und Atmega“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MAX6457-MAX6460.pdf
Click here for production status of specific part numbers. MAX6457–MAX6460 High-Voltage, Low-Current Voltage Monitors in SOT Packages General Description Benefits and Features The MAX6457–MAX6460 high supply voltage, low-power ●● Wide Supply Voltage Range, 4V to 28V voltage monitors
in „Tiefenentladungsschutz für Li-Ion Akku mit MAX6457“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
TJA1020.pdf
pull-down HIGH: HIGH normal slope notes 2, 3 and 4 slope recessivestate mode mode LOW: dominant state Low slope 1 weak pull-down HIGH: HIGH low slope mode notes 2, 3 and 5 mode recessivestate LOW: dominant state Notes
in „[S] MCP2004 LIN Tranceiver oder andere gesucht“ · Markt ·
-
PDF
A7530.pdf
manufacture. So that the interferer to other circuits bycapacitor the device is reduced greatly. High power conversion efficiency 85% A7530 integrates stable reference circuits and Low quiescent current drawn from power source trimming technology, so it can afford high precision <5.5uA and low temperature-drift
in „Upconverter für 5V Out - wie Rauschen auf Ausgangsleitung blocken?“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
Vollbr_cke_VNH3SP30.pdf
ADIAG A Status of High-Side and Low-Side Switches A; Open Drain Output 8 PWM PWM Input 9 NC Not connected EN /DIAG 10 B B Status of High-Side and Low-Side Switches B; Open Drain Output 11 INB Counter Clockwise Input OUT B
in „VNH3SP30 auch als Halbbrücke“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2c_software_master.c
////////////////////////////////////////////////////////////////////////////////// #define I2C_SCL_LOW I2C_PORT &= ~(1 << SCL) // Clock Low Output #define I2C_SCL_HIGH I2C_PORT |= (1 << SCL) // Clock High Output #define I2C_SDA_LOW sda_low() // Daten Leitung Low #define I2C_SDA_HIGH sda_high() // Data
in „Hygrosens I2C Bus Spec“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
blaster.vhd
FT245BM D[7..0] );end blaster; architecture Behavioral of blaster is TYPE states IS ( wait_for_nRXF_low, set_nRD_low, keep_nRD_low, latch_data_from_host, set_nRD_high, bits_set_pins_from_data, bytes_set_bitcount, bytes_get_tdo_set_tdi, bytes_clock_high_and_shift, bytes_keep_clock_high, bytes_clock_finish
-
PDF
max1481-max1486.pdf
Drive RE low to enable RO; RO is high impedance 2 — — RE when RE is high. For MAX1481 only, drive RE high and DE low to enter the low- power shutdown mode. 4 3 3 3 DE Driver Output Enable Input. Drive DE high to enable driver outputs.8These outputs are high impedance when DE is low. 4 Driver Input. With DE high, a low on DI forces noninverting output Mow and invert- 4 4 4 DI ing output high. Similarly, a high on DI forces noninverting output high and invert
in „MODBUS Protokoll MSP430“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
)(((freq_word>>12) & 0x0FFF)); low = (unsigned int)((freq_word & 0x00000FFF)); ad5932_write(AD5932_FSTART_LOW | low); ad5932_write(AD5932_FSTART_HIGH | high); //_delay_ms(10); CTRL_HIGH; } /* void ad5932_set_delta_f(double wert) { unsigned
in „DDS-Singalgenerator mit ATmega88 und DDS AD5932“ · Digitale Signalverarbeitung / DSP / Machine Learning ·
-
Datei
main.c
)(((freq_word>>12) & 0x0FFF)); low = (unsigned int)((freq_word & 0x00000FFF)); ad5932_write(AD5932_FSTART_LOW | low); ad5932_write(AD5932_FSTART_HIGH | high); //_delay_ms(10); CTRL_HIGH; } /* void ad5932_set_delta_f(double wert) { unsigned
in „Projekt: DDS basierter Funktionsgenerator mit AD5930“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Text über Ultra Low-Noise Audio Amplifier Anwendungen
0.3 dB over the entire audio bandwidth of 20 Hz to 20 kHz. Its ultra-low noise, high bandwidth and high current gain make the 2SV888 an ideal choice for demanding ultra-low noise preamplifier applications. 2. Ultra Low-Noise Audio Amplifier Applications • Low-noise: NF=2dB(typ.) RG=100Ω, VCE=6V, Ic=100uA, f=1kHz : NF=0.3dB(typ.) RG=1kΩ, VCE=6V, Ic=100uA, f=1kHz • High DC current gain: HFE=200-700 • High breakdown voltage: VCEO=-120V • Low pulse noise. Low 1/f noise
in „rauscharmer NPN min 200v gesucht“ · Analoge Elektronik und Schaltungstechnik · · Screenshots
-
PDF
58L128.pdf
burst address following A2. 2. CE2# and CE2 have timing identical to CE#. On this diagram, when CE# is LOW, CE2# is LOW and CE2 is HIGH. When CE# is HIGH, CE2# is HIGH and CE2 is LOW. 3. OE# must be HIGH before the input data setup and held HIGH throughout the data hold time. This prevents input/ output
in „4GSPS ADC SRAM Speicher“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
93AA46C_SPI_1.c
Eingang genutzt #define DO_l _93AA46_PORT &= ~_93AA46_DO; //wird nur als Eingang genutzt #define EWEN_high 0b00000010 #define EWEN_low 0b01100000 //4..0 dont care #define EWDS_high 0b00000010 #define EWDS_low 0b00000000 //4..0 dont care #define ERAL_high 0b00000010 #define ERAL_low 0b01000000 //4.. 0 dont care #define READ_low 0b00000000 //adresse & 0x7F A6...A0 Die Null im MSB muß bleiben! #define READ_high 0b00000011 // #define ERASE_high 0b00000011 // #define ERASE_low 0b10000000 //adresse & 0x7F A6...A0 Die Eins im MSB
in „Ansteuerung EEPROM 93AA96C funktioniert nicht richtig“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
)(((freq_word>>12) & 0x0FFF)); low = (unsigned int)((freq_word & 0x00000FFF)); ad5932_write(AD5932_FSTART_LOW | low); ad5932_write(AD5932_FSTART_HIGH | high); _delay_ms(100); CTRL_HIGH; } /* void ad5932_set_delta_f(double wert) { unsigned
in „DDS-Singalgenerator mit ATmega88 und DDS AD5932“ · Digitale Signalverarbeitung / DSP / Machine Learning ·
-
PDF
MAX1487-MAX491.pdf
MAX490 MAX491 8 DIP/SO µMAX DIP/SO µMAX DIP/SO 1 / Receiver Output: If A > B by 200mV, RO will be high; M 1 3 2 4 2 RO If A < B by 200mV, RO will be low. A 2 4 — — 3 RE Receiver Output Enable. RO is enabled when RE is low; RO Xs high impedance when RE is high. Driver Output Enable. The driver outputs
in „SPI Recihweite über RS422 (MAX490) erhöhen?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MAX491.pdf
MAX490 MAX491 8 DIP/SO µMAX DIP/SO µMAX DIP/SO 1 / Receiver Output: If A > B by 200mV, RO will be high; M 1 3 2 4 2 RO If A < B by 200mV, RO will be low. A 2 4 — — 3 RE Receiver Output Enable. RO is enabled when RE is low; RO Xs high impedance when RE is high. Driver Output Enable. The driver outputs
in „MAX491 -Defekt??“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2c.c
(I2C_TM_SCL_HIGH); SDA_LOW(); // the high->low transition DelayUs(I2C_TM_START_HD); return; } /* Send a byte to the slave - returns true on error */ unsigned char i2c_SendByte(unsigned char byte) { signed char i; for
in „Serielle Verbindung 2-er PICs“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
vnh2sp30.pdf
CLAMP Protect the High Side and the Low Side switches from the high voltage on VOLTAGE the battery line in all configuration for the motor. HIGH SIDE AND LOW SIDE DRIVER Drive the gate of the concerned switch to allow a propDS
in „25A Regler per PWM“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AM2302.pdf
bit (Bit14 ~ bit 0) temperature values. Parity bit Parity bit = humidity high + humidity low + temperature high + temperature low ◎Single-bus data calculation example Example 1:40 Data received: 0000 0010 1001 0010 0000 0001 0000 1101 1010 0010 High humidity 8 Low humidity 8
in „stm32f103 1 us Systick-timer delay“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
datasheet.pdf
RD low to address float – 0 – 0 ns RLAZ WHLH 28, 29 RD or WR high to ALE high CLCL –10 tCLCL+10 52.5 72.5 ns External Clock t 31 High time 0.32 t t – t – – ns CHCX CLCL CLCL CLCX CLCX 31 Low time 0.32 CLCL
in „Info zum SAB80C382 gesucht!“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
atmel-4952-standard-drivers-ata6836c_datasheet.pdf
HS4 See HS1 9 LS5 See LS1 10 HS5 See HS1 11 LS6 See LS1 12 HS6 See HS1 13 OLD Open load detection (low = on) Programmable time delay for short circuit 14 SCT (shutdown delay high/low = 12ms/1.5ms) Software inhibit; low = standby, high = normal operation 15 SI (data transfer is not affected by standby
in „Keine Open Load Meldung bei ata6836c und IFX9201SG!“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
74ABT573A_philips_Latch_3_state.pdf
controls all eight 3-State buffers DESCRIPTION independent of the latch operation. The 74ABT573A high-performance BiCMOS device combines low When OE is Low, the latched or transparent data appears at the static and dynamic power dissipation with high speed and high outputs. When OE is High, the outputs
in „Latch, aber welches?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ultraschall3.5.ino
void GoForward(){ digitalWrite(Motor1Pin1, HIGH); digitalWrite(Motor2Pin1, HIGH); digitalWrite(Motor2Pin2, LOW); digitalWrite(Motor1Pin2, LOW); } void GoBackward(){ digitalWrite(Motor1Pin1, LOW); digitalWrite(Motor1Pin2, HIGH); digitalWrite(Motor2Pin1, LOW); digitalWrite(Motor2Pin2, HIGH); } void GoLeft(){ digitalWrite(Motor1Pin1, HIGH); digitalWrite(Motor1Pin2, LOW); digitalWrite(Motor2Pin1, LOW); digitalWrite(Motor2Pin2, LOW); } void GoRight(){ digitalWrite
in „Sensorgesteuertes Auto mit Arduino Uno (R3)“ · PC Hard- und Software ·
-
PDF
sbaa565.pdf
SCL Going Low After the START condition, controller 1 releases SCL to go high. However, controller 2 is still holding SCL low. Because of the wired-AND connection, SCL remains low until controller 2 releases the
in „CFSensors XGZP6857D Drucksensor Informationen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Aggregat_v2.c
B.Std. aktuell (0: muss aktualisiert werden, 1: aktuell) stat_bplus Taster Plus (0: nicht gedrückt (HIGH), >=2: gedrückt (LOW)) stat_bminus Taster Minus (0: nicht gedrückt (HIGH), >=2: gedrückt (LOW)) stat_bok Taster OK (0: nicht gedrückt (HIGH), >=2: gedrückt (LOW)) stat_bstart Taster Start (0: nicht gedrückt (HIGH), >=2: gedrückt (LOW)) stat_bstop Taster Stop (INTERRUPT! 0: nicht gedrückt (HIGH), >=2: gedrückt (LOW)) stat_bemgstop Notausschalter (INTERRUPT! 0: nicht gedrückt (HIGH), >=2: gedrückt (LOW)) stat_runstart
in „AVR Frequenzmessung, DS18S20“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
75453.pdf
characteristics, V CC = 5 V, T A 25⋅C PARAMETER TEST CONDITIONS MIN TYP MAX UNIT PLH Propagation delay time, low-to-high-level output 18 25 t Propagation delay time, high-to-low-level output I ⌠200 mA, C = 15 pF, 18 25 PHL O L ns TLH Transition time, low-to-high-level output RL= 50 , See Figure 1 5 8 t Transition
in „Suche Datenblatt“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
RFM12_Packet_asm.pdf
; (1) ldi TmpL,$19 ; (1) fast PWM, Top=ICR, clk/1 (no prescaling) sts TCCR1B,TmpL ; (1) ldi TmpL,high(2982) ; (1) count from 0 to 2982 (14,31818MHz / 4800Hz = 2982.95) sts ICR1H,TmpL ; (1) ldi TmpL,low(2982) ; (1) sts ICR1L,TmpL ; (1) ldi TmpL,high(1492) ; (1) low to high at 1492 (=2982/2) sts OCR1AH
in „RFM12 - Empfangsstärke“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AVR300.pdf
Chart 'i2c_rep_start' 'i2c_start' 'i2c_write' 'i2c_get_ack' set SCL LOW & SDA HIGH i2cadr = i2cdata set CARRY = '1' set SCL LOW Delay half set SDA LOW left rotate i2cdata left shift i2cdata Yes Delay thalf set SCL HIGH Delay t set SCL HIGH quater Delay t ZERO = '1'? quater No No SCL HIGH ? set SCL LOW Yes set CARRY = SDA CARRY = '1'? No Delay thalf Yes return set SDA HIGH set SDA LOW Delay half set SCL HIGH Delay half Figure 5 shows the flow chart for ‘i2c_start’, ‘i2c_rep_start’, ‘
in „I2C Read Byte Problem in ASM“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AVR300.pdf
Chart 'i2c_rep_start' 'i2c_start' 'i2c_write' 'i2c_get_ack' set SCL LOW & SDA HIGH i2cadr = i2cdata set CARRY = '1' set SCL LOW Delay half set SDA LOW left rotate i2cdata left shift i2cdata Yes Delay thalf set SCL HIGH Delay t set SCL HIGH quater Delay t ZERO = '1'? quater No No SCL HIGH ? set SCL LOW Yes set CARRY = SDA CARRY = '1'? No Delay thalf Yes return set SDA HIGH set SDA LOW Delay half set SCL HIGH Delay half Figure 5 shows the flow chart for ‘i2c_start’, ‘i2c_rep_start’, ‘
in „I²C über SPI an ATtiny ?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AVR300.pdf
Chart 'i2c_rep_start' 'i2c_start' 'i2c_write' 'i2c_get_ack' set SCL LOW & SDA HIGH i2cadr = i2cdata set CARRY = '1' set SCL LOW Delay half set SDA LOW left rotate i2cdata left shift i2cdata Yes Delay thalf set SCL HIGH Delay t set SCL HIGH quater Delay t ZERO = '1'? quater No No SCL HIGH ? set SCL LOW Yes set CARRY = SDA CARRY = '1'? No Delay thalf Yes return set SDA HIGH set SDA LOW Delay half set SCL HIGH Delay half Figure 5 shows the flow chart for ‘i2c_start’, ‘i2c_rep_start’, ‘
in „Hilft Pullup Signal auf Ground zuziehen?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AVR300.pdf
Chart 'i2c_rep_start' 'i2c_start' 'i2c_write' 'i2c_get_ack' set SCL LOW & SDA HIGH i2cadr = i2cdata set CARRY = '1' set SCL LOW Delay half set SDA LOW left rotate i2cdata left shift i2cdata Yes Delay thalf set SCL HIGH Delay t set SCL HIGH quater Delay t ZERO = '1'? quater No No SCL HIGH ? set SCL LOW Yes set CARRY = SDA CARRY = '1'? No Delay thalf Yes return set SDA HIGH set SDA LOW Delay half set SCL HIGH Delay half Figure 5 shows the flow chart for ‘i2c_start’, ‘i2c_rep_start’, ‘
in „I2C / TWI EEPROM 24C02B“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Amplifiers_and_Comparators_-_Motorola.pdf
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4.1–9 cases from a single supply with low input offset, low noise, low power, high output swing, high slew rate and high Quad . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4.1–9 gain–bandwidthproductatreasonablecosttothecustomer
in „AVR: Wechseln des Kanals mit automatischem Trigger“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
sketch_nov08a.ino
ein Ausgang OUTPUT pinMode(relais2, OUTPUT); digitalWrite(relais1, HIGH); digitalWrite(relais2, HIGH); } void loop() { tasterstatus=digitalRead(taster); if (tasterstatus == LOW) //Taster drücken,LOW { Taststat=HIGH; digitalWrite(relais1, LOW); } if(Taststat) { delay (3000
in „Arduino UNO an 4fach Relais“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
jtag_logic.vhd
the state machine to a known state. We don't need a power-on reset. TYPE states IS ( wait_for_nRXF_low, set_nRD_low, keep_nRD_low, latch_data_from_host, set_nRD_high, bits_set_pins_from_data, bytes_set_bitcount, bytes_get_tdo_set_tdi, bytes_clock_high_and_shift, bytes_keep_clock_high, bytes_clock_finish
-
Datei
Toaster_250_C_Broetchen_aufbacken_0320.txt
digitalWrite(3, LOW); // Schalte den Piezo-Lautsprecher an. delay(100); // Warte 75 Millisekunden. Es hat gepiepst digitalWrite(3, HIGH); // Schalte den Piezo aus. digitalWrite(11, LOW); //heiz aus digitalWrite(12, LOW
in „Elektrogrill mit Atmega328 steuern“ · Haus & Smart Home ·
-
PDF
TDA8703_PHI.pdf
decoupled to DGND by a capacitor. CLK input is TTL threshold voltage of 1.5 V and sampling on the LOW-to-HIGH transition of the input clock signal. b) TTL (mode 2); CLK decoupled to DGND by a capacitor.CLK input is TTL threshold voltage of 1.5 V and sampling on the HIGH-to-LOW transition of the input
in „TDA 8703 AD Wandler“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
TDA8703_3.pdf
decoupled to DGND by a capacitor. CLK input is TTL threshold voltage of 1.5 V and sampling on the LOW-to-HIGH transition of the input clock signal. b) TTL (mode 2); CLK decoupled to DGND by a capacitor.CLK input is TTL threshold voltage of 1.5 V and sampling on the HIGH-to-LOW transition of the input
in „TDA 8703 AD Wandler, Entkopllungsfragen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
datasheet.pdf
) CK high to FS (bl) low 10.22 17.63 8.82 16.24 ns 21 (Rx) CK high to FS (bl) low 10.79 19.67 9.39 18.28 ns 22 (Tx) CK high to FS (wl) high 10.22 17.63 8.82 16.24 ns 23 (Rx) CK high to FS (wl) high 10.79 19.67
in „PHILIPS VP5500 VoIP Telefon bei Pollin“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ZX81_debug_drv.h
_writeMemory(uint16_t address, uint8_t value) { Z80_writeAddrBus(address); set_nWR(LOW); //set_nRD(HIGH); setDatabusActive(); Z80_writeDataBus(value); set_nMREQ(LOW); delayMicroseconds(1); set_nMREQ(HIGH); setDatabusInactive(); set_nWR(HIGH); } // read from Zx81 memory uint8_t Zx81_readMemory(uint16_t address) { uint8_t value; Z80_writeAddrBus(address); set_nRD(LOW); set_nMREQ(LOW); delayMicroseconds(1); value = Z80_readDataBus(); set_nMREQ(HIGH); set_nRD(HIGH); return value; } // emulation of the Z80 "in" assembler command ( reads IORQ port ) static inline uint8
-
Datei
Sketch9.ino
LCD_RS_LOW() digitalWrite(LCD_RS, LOW) //#define LCD_RS_HIGH() digitalWrite(LCD_RS, HIGH) // //#define LCD_WR_LOW() digitalWrite(LCD_WR, LOW) //#define LCD_WR_HIGH() digitalWrite(LCD_WR, HIGH) // //#define LCD_RD_LOW
in „2.4" Display-Shield (SPFD5408) an Aduino DUE“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
an-978.pdf
(i.e., lowest voltage drop across its terminals) can be summarized as follows: 1. Gate voltage must be 10 V to 15 V higher than the source voltage. Being a high-side switch, such gate voltage would have to be higher
in „Isolierter High-Side Mosfet Treiber“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
ir2110-app-note.pdf
(i.e., lowest voltage drop across its terminals) can be summarized as follows: 1. Gate voltage must be 10 V to 15 V higher than the source voltage. Being a high-side switch, such gate voltage would have to be higher
in „[Transistor Ansteuerung] Ausgang kein Rechteck?“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
an-978.pdf
(i.e., lowest voltage drop across its terminals) can be summarized as follows: 1. Gate voltage must be 10 V to 15 V higher than the source voltage. Being a high-side switch, such gate voltage would have to be higher
in „high-side gate driver mit LT-Spice simulieren“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
an-978.pdf
(i.e., lowest voltage drop across its terminals) can be summarized as follows: 1. Gate voltage must be 10 V to 15 V higher than the source voltage. Being a high-side switch, such gate voltage would have to be higher
in „Halbbrücke Gate-Treiber Erklärung“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
an-978.pdf
(i.e., lowest voltage drop across its terminals) can be summarized as follows: 1. Gate voltage must be 10 V to 15 V higher than the source voltage. Being a high-side switch, such gate voltage would have to be higher
in „H-Brücke mit 100% Duty-Cycle“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
sloa058.pdf
Vcc R1 = R/Ö2 Butterworth R1 > R/Ö2 Chebyshev R1 < R/Ö2 Bessel - R4 + R5 Vcc/2 Figure 24. High-Pass Fliege Filter +Vcc Cin R1 Vin + BAND PASS - Vout Gain fixed at 2 C1 R2 R1 controls Q C2 low R1 => low Q Vcc/2 high R1 => high Q R1 should be > R/5 +Vcc R3 R2 = R3 = R C1 = C2 = C R4 = R5, not critical
in „Offset auf Sallen Key-Filter geben“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AppNote_SingleSupply_OpAmp_Designs.pdf
Vcc R1 = R/Ö2 Butterworth R1 > R/Ö2 Chebyshev R1 < R/Ö2 Bessel - R4 + R5 Vcc/2 Figure 24. High-Pass Fliege Filter +Vcc Cin R1 Vin + BAND PASS - Vout Gain fixed at 2 C1 R2 R1 controls Q C2 low R1 => low Q Vcc/2 high R1 => high Q R1 should be > R/5 +Vcc R3 R2 = R3 = R C1 = C2 = C R4 = R5, not critical
in „Bias-Voltage für ADC“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
an-978.pdf
(i.e., lowest voltage drop across its terminals) can be summarized as follows: 1. Gate voltage must be 10 V to 15 V higher than the source voltage. Being a high-side switch, such gate voltage would have to be higher
in „Treiber-IC Peripherie berechnen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
PIC-Intrrrupt.pdf
= Low priority bit 2 CCP1IP: CCP1 Interrupt Priority bit 1 = High priority 0 = Low priority bit 1 TMR2IP: TMR2 to PR2 Match Interrupt Priority bit 1 = High priority 0 = Low priority bit 0 TMR1IP: TMR1 Overflow
in „PIC 18F2550 Interrupts in C18“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
RBS17707-SN65HVD230-CAN-Board-Datasheetsiyyp0AhGRhw5g.pdf
2 2.5 3 3.5 0 –55 –40 0 25 70 85 125 V – High-Level Output Voltage – V O(CANH) TA– Free-Air Temperature – °C Figure 14 Figure 15 RECEIVER LOW-TO-HIGH PROPAGATION DELAY TIME RECEIVER HIGH-TO-LOW PROPAGATION DELAY TIME vs vs s FREE-AIR TEMPERATURE
in „PCB Schaltplan“ · Mikrocontroller und Digitale Elektronik ·