-
PDF
65013-8_LP_Lernpaket_Experimente_mit_USB.pdf
Schnittstellen unterstützt. Mit spezieller Geräteherstellerunterstützung sind bis zu 8 parallele und 256 serielle Schnittstellen möglich. Es ist notwendig, für die an der seriellen oder parallelen Schnittstelle verwendeten Geräte entsprechende Software – einen Treiber – für ein angeschossenes Gerät zu
in „Buderus EMS-"Gateway" mit PIC18F / Sammelbestellung“ · Haus & Smart Home ·
-
Datei
FT800.h
FT_RESET_RELEASE_COPROCESSOR 0 // Maximum display display resolution supported by graphics engine #define FT_MAX_DISPLAYWIDTH (512L) #define FT_MAX_DISPLAYHEIGHT (512L) // Defines for sound play and stop #define FT_SOUND_PLAY 1 #define FT_AUDIO_PLAY 1 // Defines for audio playback parameters #define FT_AUDIO_SAMPLINGFREQ_MIN 8*1000L #define FT_AUDIO_SAMPLINGFREQ_MAX 48*1000L // coprocessor error #define FT_COPRO_ERROR 0xfffUL // Memory definitions #define FT_RAM_G 0x000000UL #define FT_ROM_CHIPID 0x0C0000UL #define FT_ROM_FONT 0x0BB23CUL #define FT_ROM_FONT_ADDR
-
Datei
FT800.h
FT_RESET_RELEASE_COPROCESSOR 0 // Maximum display display resolution supported by graphics engine #define FT_MAX_DISPLAYWIDTH (512L) #define FT_MAX_DISPLAYHEIGHT (512L) // Defines for sound play and stop #define FT_SOUND_PLAY 1 #define FT_AUDIO_PLAY 1 // Defines for audio playback parameters #define FT_AUDIO_SAMPLINGFREQ_MIN 8*1000L #define FT_AUDIO_SAMPLINGFREQ_MAX 48*1000L // coprocessor error #define FT_COPRO_ERROR 0xfffUL // Memory definitions #define FT_RAM_G 0x000000UL #define FT_ROM_CHIPID 0x0C0000UL #define FT_ROM_FONT 0x0BB23CUL #define FT_ROM_FONT_ADDR
-
Datei
config-mod-LK511-mt7623n-BPiR2.txt
CONFIG_NETFILTER_XT_MATCH_TCPMSS=m CONFIG_NETFILTER_XT_MATCH_TIME=m CONFIG_NETFILTER_XT_MATCH_U32=m CONFIG_IP_SET=m CONFIG_IP_SET_MAX=256 CONFIG_IP_SET_BITMAP_IP=m CONFIG_IP_SET_BITMAP_IPMAC=m CONFIG_IP_SET_BITMAP_PORT=m CONFIG_IP_SET_HASH_IP=m CONFIG_IP_SET_HASH_IPMARK=m CONFIG_IP_SET_HASH_IPPORT=m CONFIG_IP_SET_HASH_IPPORTIP=m CONFIG_IP_SET_HASH_IPPORTNET
in „Linux Kernel 5.1.1. auf dem BPi-R2“ · PC Hard- und Software ·
-
Datei
main.cpp
e.minDeviation_us = minD; e.maxDeviation_us = maxD; entries[entryHead] = e; entryHead = (entryHead + 1) % MAX_ENTRIES; if (entryCount < MAX_ENTRIES) entryCount++; // Rebuild global stats totalCrossings += cnt; totalMinutes++; globalSumDev
in „Datenlogger Pendeluhr“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
PCF8833_1.pdf
selected the P value is set to 1 internally. handbook, full pagewidth VLCD2 F VLCD2 F V2H G V2H G max max V1H VC VC VC VC V1L G G V2L max V2L max VSS F VSS F P = 4 P = 1 MGU941 Fig.32 Bias levels for a MRA system with P = 4 and P = 1. The bias voltage levels are a function of the row voltage The value
in „Versorgung einer LCD Anzeige und MC“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ds1307.c
#define Read 0x00 #define Write 0x01 #define received 0x02 #define ACK 1 #define NAK 0 #define Buf_max 9 //grösste Bufferstelle #define F_CPU 8000000 #define BAUDRATE 19200 //------------------------------------------------------------------------------ // Variablen int Comand = 0; int Sekunden = 0;
in „ATmega32 und ds1307 Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
vorgabe.c
Application Clock frequency : 16,000000 MHz Memory model : Small External RAM size : 0 Data Stack size : 256 *****************************************************/ #include <mega16.h> #include <delay.h> // Standard Input/Output functions #include <stdio.h> #define SPI_CS PORTD.4 // PO5_bit.bit4 = active-low CS chip select #define SPI_MOSI PORTD.5 // PO5_bit.bit5 = MOSI master out slave in, // data to MAX7456 #define SPI_MISO PORTD.6 // PO5_bit.bit7 = MISO master in slave out, // data from MAX7456 #define SPI_CK PORTD.7 // PO5_bit.bit6 = SCK - SPI clock #define WAIT 10 // Declare your global variables
in „MAX7456 SPI - Ansteuerungsprobleme (AVR)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
vorgabe.c
Application Clock frequency : 16,000000 MHz Memory model : Small External RAM size : 0 Data Stack size : 256 *****************************************************/ #include <mega16.h> #include <delay.h> // Standard Input/Output functions #include <stdio.h> #define SPI_CS PORTD.4 // PO5_bit.bit4 = active-low CS chip select #define SPI_MOSI PORTD.5 // PO5_bit.bit5 = MOSI master out slave in, // data to MAX7456 #define SPI_MISO PORTD.6 // PO5_bit.bit7 = MISO master in slave out, // data from MAX7456 #define SPI_CK PORTD.7 // PO5_bit.bit6 = SCK - SPI clock #define WAIT 10 // Declare your global variables
in „MAX7456 SPI - Ansteuerungsprobleme (AVR)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
vorgabe.c
Application Clock frequency : 16,000000 MHz Memory model : Small External RAM size : 0 Data Stack size : 256 *****************************************************/ #include <mega16.h> #include <delay.h> // Standard Input/Output functions #include <stdio.h> #define SPI_CS PORTD.4 // PO5_bit.bit4 = active-low CS chip select #define SPI_MOSI PORTD.5 // PO5_bit.bit5 = MOSI master out slave in, // data to MAX7456 #define SPI_MISO PIND.6 // PO5_bit.bit7 = MISO master in slave out, // data from MAX7456 #define SPI_CK PORTD.7 // PO5_bit.bit6 = SCK - SPI clock #define WAIT 100 // Declare your global variables
in „MAX7456 SPI - Ansteuerungsprobleme (AVR)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
I2C.asm
Prozessor 16F887 ; Takt für Prozessor 16 MHz ; I2C an PortC ; LEDs an PortD ; LEDs: Messspannung 5V / 256 Auflösung = 19,53 mV => Sensorsspannung/19,53mV => DDW ; LED1 -> PORTD,0 -> 1cm = 0,455 V => 23,29 => 23 = 17h ; LED2 -> PORTD,1 -> 2cm = 0,860 V => 44,03 => 44 = 2Ch ; LED3 -> PORTD,2 -> 3cm = 1,445
in „PIC16F887 - LCD Toshiba 20x4 Zeichen - Assembler“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
84A.asm
Ini_con Equ B'00000000' ; TMR0 -> Intetupt disable Ini_opt Equ B'00000010' ; pull-up Zähler Equ D'15' Max_Sekunden Equ D'90' org 0x00 goto main org 0x04 intvec movwf w_copy ; w retten swapf STATUS, w ; STATUS retten bcf STATUS, RP0 ; Bank 0 movwf s_copy ; Intrupt servic routine Int_serv ; Prüfen, ob 1Sek
in „PIC - Probleme mit Timer“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
2ms Puls #define MINPULS TIMER_MAXPULS/4 // min pulslength = 0.5ms #define MAXPULS TIMER_MAXPULS // max pulslength=2ms #define MAX_SERVOS 4 #define I2C_ADDR_TEMP 0x92 #define SERVO_DDR DDRD #define SERVO_PIN0 PIN6 #define SERVO_PIN1 PIN7 #define LOW_SERVO0 PORTD&=~(1<<SERVO_PIN0) #define HIGH_SERVO0 PORTD
in „RFM12 keine Übertragung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
FLARM_Alarm.c
= 0; char *running; char *copy; char *ptr; char delimiter[] = ","; volatile char BlockOK; #define MaxSatz 5 // maximal 4 Sätze erwartet (Start bei 0) #define UART_MAXSTRLEN 84 volatile uint8_t uart_str_complete = 0; // 1 .. String komplett empfangen volatile uint8_t uart_str_count = 0; char uart_string[MaxSatz][UART_MAXSTRLEN + 1]; char uart_string_copy[UART_MAXSTRLEN + 1]; ISR(USART_RXC_vect) //wird aufgerufen, wenn Zeichen über UART empfangen wurde { unsigned char nextChar; BlockOK = 0; TCCR1B &= ~(
in „Analyse NMEA Datensatz klappt nicht so richtig - Rechnenleistung schuld“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
FLARM_Alarm.c
= 0; char *running; char *copy; char *ptr; char delimiter[] = ","; volatile char BlockOK; #define MaxSatz 5 // maximal 4 Sätze erwartet (Start bei 0) #define UART_MAXSTRLEN 84 volatile uint8_t uart_str_complete = 0; // 1 .. String komplett empfangen volatile uint8_t uart_str_count = 0; char uart_string[MaxSatz][UART_MAXSTRLEN + 1]; char uart_string_copy[UART_MAXSTRLEN + 1]; ISR(USART_RXC_vect) //wird aufgerufen, wenn Zeichen über UART empfangen wurde { unsigned char nextChar; BlockOK = 0; TCCR1B &= ~(
in „Weg-kommentierte Variablen verändern den Programmablauf“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
t69b1.pdf
LCD via its 2x10 female header. The board includes a PIC microcontroller, an RS232 interface IC, a 256kb Eeprom for storage and a -15v variable negative voltage supply for the LCD's display panel. It alsoincludes a 5v regulator. The PIC can be programmed by the developer/user so that the LCD can be used
in „LCD240128A an PIC 18F4550“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ADS1115.txt
* ADS1115_RANGE_1024 -> +/- 1024 mV * ADS1115_RANGE_0512 -> +/- 512 mV * ADS1115_RANGE_0256 -> +/- 256 mV */ adc.setVoltageRange_mV(ADS1115_RANGE_0256); //comment line/change parameter to change range //adc.setVoltageRange_mV(ADS1115_RANGE_4096); //comment line/change parameter to change range /* Set
in „OPV für Shunt-Messung (100A)“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
WS2812.pdf
electric reset circuit and power lost reset circuit. l Each pixel of the three primary color can achieve 256 brightness display, completed 16777216 color full color display, and scan frequency not less than 400Hz/s. l Cascading port transmission signal by single line. l Any two point the distance more than
in „WS2812/2811 mit PIC asm.Verzweiflung!“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
WS2812preliminary.pdf
electric reset circuit and power lost reset circuit. l Each pixel of the three primary color can achieve 256 brightness display, completed 16777216 color full color display, and scan frequency not less than 400Hz/s. l Cascading port transmission signal by single line. l Any two point the distance more than
in „[Mitbestellung] SMD5050 RGB-LED mit integriertem 8-bit PWM Controller“ · Markt ·
-
PDF
WS2812.pdf
electric reset circuit and power lost reset circuit. l Each pixel of the three primary color can achieve 256 brightness display, completed 16777216 color full color display, and scan frequency not less than 400Hz/s. l Cascading port transmission signal by single line. l Any two point the distance more than
in „Kabelquerschnitt für 5V?“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
LD271-Datasheet.pdf
/ ÕÕ) LD 271 L Q62703-Q833 10 5 mm LED package (T 1 / 4, grey colored epoxy resin LD271 H Q62703-Q256 lens, solder tabs lead spacing 2.54 mm ( / ÕÕ) LD271 HL Q62703-Q838 10 Grenzwerte Maximum Ratings Bezeichnung Symbol Wert Einheit Description Symbol Value Unit Betriebs- und Lagertemperatur Top;Tstg
in „Max. Strom für IR-LED für NEC-Code“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
WS2812preliminary.pdf
electric reset circuit and power lost reset circuit. l Each pixel of the three primary color can achieve 256 brightness display, completed 16777216 color full color display, and scan frequency not less than 400Hz/s. l Cascading port transmission signal by single line. l Any two point the distance more than
in „WS2812 Timing“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
dmx.ino
byte incomingByte; byte note; byte velocity; byte midichannel; const uint8_t dmx_data[MIDI_LIST_SIZE][256] PROGMEM = { {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
in „Arduino DMX 256 Kanäle als Paket senden“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Polyswitch_Sicherung.pdf
0.04) C (AHS080 only) 18 AWG AGR:Radial-Leaded Dimensions (millimeters/inches) Part IH* (A) H *(A) V max. I max. R min. R 1ax. Ramax. A B C number R max. R max. (Vdc) (A) (Ω) (Ω) (Ω) (max.) (max.) (typ.) Fig. 1 a AGR400 4.0 3.0 16 100 0.0186 0.061 0.085 8.9 (0.35) 14.1 (0.56) 5.08 (0.2) 2 AGR500 5.0 4.3
in „Tipps für 24V DC Absicherung gesucht ?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
UM3758-120A.pdf
1.40*0.20 S 0.040 Max. 1.02 Max. Y 0.006 Max. 0.15Max. 0~~10~ e 0~~10~ Note: 1. The max value of dimension D includes end flash. 2. The dimension E doesn’t include resin fins. 3. The dimension el is for PC Board surface
in „Funksteuerung/Fernsteuerung Bitte um Hilfe“ · HF, Funk und Felder ·
-
PDF
Asus_p4p800-e_deluxe.pdf
Winbond W9451GCDB-5 Winbond DS W942508CH-5 • • • 256MB SAMSUNG M368L3223ETM-CCC SAMSUNG SS K4H560838E-TCCC • • 512MB SAMSUNG M368L6423FTM-CCC SAMSUNG DS K4H560838F-TCCC • • • 256MB TwinMOS M2G9I08AFATT9F081AA4T TwinMOS SS TMD7608F8E50D • • 256MB TwinMOS M2S9I08AFAPS9F0811A-T PSC SS A2S56D30ATP • • • 256MB Hynix HYMD232646B8J-D43AA Hynix SS HY5DU56822BT-D43 • • 512MB Corsair CMX512-3200C2 XMS3202v1.2 N/A DS N/A • • • 256MB ATP AG32L64T8SQC4S SAMSUNG SS K4H560838D-TCC4 • 256MB CENTURY DXV6S8SSCCD3K27C
in „passende 2018er PC-Hardware unter Windows XP“ · PC Hard- und Software ·
-
PDF
ST7036-V1.4.pdf
after power on and external MPU interface enabled reset pin " 80 x 8-bit display RAM (80 characters max.) " Internal oscillator(Frequency=540kHz) and " 10,240-bit character generator ROM for a external clock total of 256 character fonts(max) " Built-in voltage booster and follower circuit " 64 x 8-bit
in „EA DOG-M Display (ST7046) und customchars. ARGH!“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
st7036.pdf
after power on and external MPU interface enabled reset pin z 80 x 8-bit display RAM (80 characters max.) z Internal oscillator(Frequency=540kHz) and z 10,240-bit character generator ROM for a external clock total of 256 character fonts(max) z Built-in voltage booster and follower circuit z 64 x 8-bit
in „DOG-M-Display/ST7036 Initialisierung“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ST7036-V1.7.pdf
controller/driver after power on and external enabled reset pin z 80 x 8-bit display RAM (80 characters max.) z Internal oscillator(Frequency=540kHz) and z 10,240-bit character generator ROM for a external clock total of 256 character fonts(max) z Built-in voltage booster and follower circuit z 64 x 8-bit
in „DOG-M-Display/ST7036 Initialisierung“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
LCD-Controller_ST7036.pdf
after power on and external MPU interface enabled reset pin z 80 x 8-bit display RAM (80 characters max.) z Internal oscillator(Frequency=540kHz) and z 10,240-bit character generator ROM for a external clock total of 256 character fonts(max) z Built-in voltage booster and follower circuit z 64 x 8-bit
in „DOG-M mit ATmega8 in Assembler ansteuern“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
st7036.pdf
after power on and external MPU interface enabled reset pin z 80 x 8-bit display RAM (80 characters max.) z Internal oscillator(Frequency=540kHz) and z 10,240-bit character generator ROM for a external clock total of 256 character fonts(max) z Built-in voltage booster and follower circuit z 64 x 8-bit
in „Initialisierungsfolge fuer EA DOGM 163 SPI 3.3V“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
st7036.pdf
after power on and external MPU interface enabled reset pin z 80 x 8-bit display RAM (80 characters max.) z Internal oscillator(Frequency=540kHz) and z 10,240-bit character generator ROM for a external clock total of 256 character fonts(max) z Built-in voltage booster and follower circuit z 64 x 8-bit
in „DOG-M Display über SPI“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
st7036.pdf
after power on and external MPU interface enabled reset pin z 80 x 8-bit display RAM (80 characters max.) z Internal oscillator(Frequency=540kHz) and z 10,240-bit character generator ROM for a external clock total of 256 character fonts(max) z Built-in voltage booster and follower circuit z 64 x 8-bit
in „LCD " ° " Zeichen aus Zeichensatz anzeigen?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
st7036.pdf
after power on and external MPU interface enabled reset pin z 80 x 8-bit display RAM (80 characters max.) z Internal oscillator(Frequency=540kHz) and z 10,240-bit character generator ROM for a external clock total of 256 character fonts(max) z Built-in voltage booster and follower circuit z 64 x 8-bit
in „Controller ST7036“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ST7036-V1.7.pdf
controller/driver after power on and external enabled reset pin z 80 x 8-bit display RAM (80 characters max.) z Internal oscillator(Frequency=540kHz) and z 10,240-bit character generator ROM for a external clock total of 256 character fonts(max) z Built-in voltage booster and follower circuit z 64 x 8-bit
in „Newbie Probleme bei LCD DOGM Initialisierung in Assembler“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
st7036.pdf
after power on and external MPU interface enabled reset pin z 80 x 8-bit display RAM (80 characters max.) z Internal oscillator(Frequency=540kHz) and z 10,240-bit character generator ROM for a external clock total of 256 character fonts(max) z Built-in voltage booster and follower circuit z 64 x 8-bit
-
PDF
st7036.pdf
after power on and external MPU interface enabled reset pin z 80 x 8-bit display RAM (80 characters max.) z Internal oscillator(Frequency=540kHz) and z 10,240-bit character generator ROM for a external clock total of 256 character fonts(max) z Built-in voltage booster and follower circuit z 64 x 8-bit
in „STK500 und LCD (ST7036) Problem“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ST7036.pdf
after power on and external MPU interface enabled reset pin z 80 x 8-bit display RAM (80 characters max.) z Internal oscillator(Frequency=540kHz) and z 10,240-bit character generator ROM for a external clock total of 256 character fonts(max) z Built-in voltage booster and follower circuit z 64 x 8-bit
in „i2C TWI Modus - ST7036 - DOGM DOGM162 DOGM081 EA DOGM163, ist das Möglich ?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Ultraschall.c
8 129 // 9 142 // 10 162 // 11 175 // 12 197 // 13 207 // 14 235 // 15 244 // 16 1 0 // 17 1 7 // max? 21 33 #include <avr/io.h> #include <stdio.h> #include <stdint.h> #include <stdlib.h> #include <avr/interrupt.h> #include <util/delay.h> #include "mydefs.h" #include "uart.c" #include "uart.h" #define
-
PDF
DS_LX27901_0_3_03_27_13.pdf
TA= 25°C, Frequency of AOUT, BOUT in PWM 128.8 140 151.2 kHz Tolerance mode, CC_R=330pF, RC_R= 15K. Max Oscillator Frequency OSC TA= 25°C, Frequency of AOUT, BOUT in LLC 1 MHz MAX_LLC mode, CC_R=330pF, RC_R= 15K. LLC Frequency Control Current Source VENABLE< 2.8V 0 200 µA Ramp Valley Voltage OSCVV 0.5
in „Hisense-NEC-BlackScreen >Netzteil“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
config-bpir2.txt
CONFIG_NF_FLOW_TABLE is not set # CONFIG_NETFILTER_XTABLES is not set CONFIG_IP_SET=m CONFIG_IP_SET_MAX=256 # CONFIG_IP_SET_BITMAP_IP is not set # CONFIG_IP_SET_BITMAP_IPMAC is not set # CONFIG_IP_SET_BITMAP_PORT is not set # CONFIG_IP_SET_HASH_IP is not set # CONFIG_IP_SET_HASH_IPMARK is not set # CONFIG_IP_SET_HASH_IPPORT
in „Linux Kernel 5.1.1. auf dem BPi-R2“ · PC Hard- und Software ·
-
PDF
80515.pdf
disconnected; all on-chip peripherals are disabled. 6) CC at other frequencies is given by: Active mode: ICC max (mA) = 2.67 × fOSC (MHz) + 3.00 Idle mode: CC max (mA) = 0.88 × fOSC (MHz) + 2.50 where f is the oscillator frequency in MHz. OSC CC max is given in mA and measured at V CC = 5 V (see also notes 4 and
in „Probleme mit dem SAAB 80C535“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AT45DBxxx.pdf
during page-to- HARDWARE PAGE WRITE PROTECT: If the WP pin is buffer transfers. held low, the first 256 pages of the main memory cannot be The busy status indicates that the Flash memory array and reprogrammed. The only way to reprogram the first 256 the buffer cannot be accessed. pages is to first drive
in „write und read Probleme bei Atmel Flash“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
tbl_freq[10]={1000,500,350,220,200,170,165,160,133,100}; v u8 tbl_freq_step=0; //v u8 tbl_freq_step_max=8; v u8 pwm_wert=0; v u8 tbl_pulsewidth[10]={255,250,245,240,235,230,215,200,170,135}; v u8 tbl_pulsewidth_step=0; v u8 tmpul_old,tmpvl_old,tmpwl_old,tmpuh_old,tmpvh_old,tmpwh_old; v u16 zl_freq; v
in „BLDC Ansteuerung“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
050_AM800480LTMQW-TW0H.pdf
g Backlight unit LED Date : 2009/12/16 AMPIRE CO., LTD. 3 3 Electrical specification 3.1 Absolute max. ratings 3.1.1Electrical Absolute max. ratings Item Symbol Condition Min. Max. Unit Remark Power voltage VDD VSS=0 -0.3 4.6 V Input voltege V in -0.3 VDD+0.3 V Note 1 Note1: /CS,/WR,/RD,RS,DB0~DN17 3.1.2Environmental Absolute max. ratings OPERATING STORAGE Item MIN MAX MIN MAX Remark Temperature -20 70 -30 80 Note2,3,4,5,6,7 Humidity Note1 Note1 Corrosive Gas Not Acceptable Not Acceptable Note1 : Ta <= 40℃ : 85% RH max Ta >
in „lcd controller board“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Compaq_Portable_Plus_286_-_Maintenance_and_Service_Guide.pdf
--------------------------------------------------------------------------- 64 Kbyte 00 to 02 (0 - 256 Kbytes) System Board 5.4-1 256 Kbyte 00 to 08 (0 - 640 Kbytes) System Board 5.4-2 64 Kbyte or 256 Kbyte 10 to 2E (1 - 3 megabytes) Memory Expansion Board 5.4-3 --------------------------------------
-
PDF
Z5U_Datenblatt.PDF
0.05 4.0 ± 0.10 30 6.5 Max. 12.0 ± .30 12mm See Note 1 (.323) (.059) (.217 ± .002) (.157 ± .004) (1.181) (.256) (.472 ± .012) 8mm 4.55 1.0 3.5 ± 0.05 2.0 ± 0.10 25 2.5 Max. 8.0 -0.1 1/2 Pitch (.179) (.039) (.138 ± .002) 0.79 ± .004 (.984) (.098) +.012 See Note 1 (.315 -.0)4 12mm Double 8.2 1.5 5.5 ± 0.05 8.0 ± 0.10 30 6.5 Max. 12.0 ± .30 See Note 1 Pitch (.323) (.059) (.217 ± .002) (.315 ± .004) (1.181) (.256) (.472 ± .012) NOTES: 1. 0, 0 , an0 K are determined by the max. dimensions to the ends of the terminals extending
in „Vielschicht statt Elko + Keramik“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
cfspc3_0.pdf
Measurement location Mode 0 Mode 1 Mode 2 Mode 3 Mode 4 (See Note 2) (ns) (ns) (ns) (ns) (ns) Min Max Min Max Min Max Min Max Min Max t 240 160 120 90 60 Sender 2CYCTYP t 112 73 54 39 25 Note 3 CYC t 230 153 115 86 57 Sender 2CYC t 15.0 10.0 7.0 7.0 5.0 Recipient DS t 5.0 5.0 5.0 5.0 5.0 Recipient DH
in „Lucky-page@gmx.de“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Si4320.pdf
with human body model 1000 V Tst Storage temperature -55 125 ºC Tld Lead temperature (soldering, max 10 s) 260 ºC Recommended Operating Range Symbol Parameter Min Max Units Vdd Positive supply voltage 2.2 5.4 V Top Ambient operating temperature -40 85 ºC ELECTRICALSPECIFICATION o (Test Conditions:
in „RF01 und RF02 433 MHz Funkmodul“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
F_PWM 100L // PWM-Frequenz in Hz #define PWM_PRESCALER 8 // Vorteiler für den Timer #define PWM_STEPS 256 // PWM-Schritte pro Zyklus(1..256) #define PWM_PORT PORTB // Port für PWM #define PWM_PORT2 PORTD // Port für PWM #define PWM_DDR DDRB // Datenrichtungsregister für PWM #define PWM_DDR2 DDRD // Datenrichtungsregister
in „Soft-PWM Version 3: Probleme beim Anpassen des Programms“ · Mikrocontroller und Digitale Elektronik ·