-
PDF
ABLIC-S-8520-8251_Series.pdf
S-8520/8521 Series STEP-DOWN, PWMCONTROLorPWM/ PFMSWITCHABLE www.ablic.com SWITCHINGREGULATORCONTROLLER www.ablicinc.com © ABLIC Inc., 1997-2010 Rev.9.0 _02 The S-8520/8521 Series is a CMOS step-down switching regulator-controller with PWM control
in „EHAYP 7606 - Welcher IC?“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
ch552.pas
bUART0_PIN_X = $10; // UART0 alternate pin enable: 0=RXD0/TXD0 on P3.0/P3.1, 1=RXD0/TXD0 on P1.2/P1.3 bPWM2_PIN_X = $08; // PWM2 alternate pin enable: 0=PWM2 on P3.4, 1=PWM2 on P3.1 bPWM1_PIN_X = $04; // PWM1 alternate pin enable: 0=PWM1 on P1.5, 1=PWM1 on P3.0 bT2EX_PIN_X = $02; // T2EX/CAP2 alternate pin
in „Turbo51 und CH55x“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
complete.c
1; return (highbyte*256 + lowbyte); } /* --- Ausgabe des pulsweitenmodulierten Signals --- */ void pwm(unsigned char pwm_schwelle) { /* --- Sollwertbegrenzung --- */ if (pwm_schwelle<(128-60)) pwm_schwelle=(128-60); if (pwm_schwelle>(128+60)) pwm_schwelle=(128+60); OCR1AL=pwm_schwelle-1; // ergibt PWM Signal am PD5 OCR1BL=pwm_schwelle+1; // ergibt PWM Singal am PD4 }
in „CodeVision AVR und Interrupt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Timer_test.c
SPEED TRISA2 = 1; //DIP6 TRISA3 = 1; //DIP9 TRISA4 = 1; //DIP10 TRISB = 0b11011111; // DIPs = Eingang; PWM1 = Ausgang //TRISC 0b1xxxx00x DMX RX = Eingang; PWM2+3 = Ausgang TRISC1 = 0; //PWM3 TRISC2 = 0; //PWM2 TRISC7 = 1; //DMX RX //WPUB 0b111x1111 Pullups EIN, Nötig? da WPUEN?? nWPUEN = 0; //WPUEN = EIN
in „Interrupt Zeiten - Rechenfehler gesucht..“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
, 225, 250, 279, 311, 346, 386, 430, 479, 534, 595, 663, 739, 824, 918, 1023}; // Funktion für die PWM initialisierung void pwm_init(void) { DDRD = (1 << PD5); // PWM pin als ausgang TCCR1A = (1 << COM1A1) | (1 << COM1A0) | (1 << WGM10) | (1 << WGM11); // 10-bit Fast PWM mode TCCR1B = (1 << WGM12) |
in „5LEDs an PWM“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
Diplomarbeit_PID.pdf
RTL of PWM is signal clk_int: integer range 0 to 10000; begin process(clk, PWM_EN) variable PWM_int: std_logic; begin if PWM_EN /= '1' then clk_int <= 0; PWM_int := '0'; elsif clk'event and clk = '1' then if ce
-
PDF
lpc2468board.pdf
USB_OVRCR2 / SCK1 / AD0.5 P4.24 / OE 183 R29 22 OE 4 179 R30 22 VCC SCK 5 154 P4.25 / WE 119 WE CS PWM1 P2.0 / PWM1.1 / TXD1 / TRACECLK P4.26 / BLS0 PWM2 152 P2.1 / PWM1.2 / RXD1 / PIPESTAT0 P4.27 / BLS1 139 3 1 150 170 VDD GND PWM3 144 P2.2 / PWM1.3 / CTS1 / PIPESTAT1 P4.28 / BLS2 / MAT2.0 / TXD3 176 PWM4 P2.3 / PWM1.4 / DCD1 / PIPESTAT2 P4.29 / BLS3 / MAT2.1 / RXD3 D C37 ADT7301ARTZ50 142 E E E 187 R31 22 D 100n GND PWM5 140 P2.4 / PWM1.5 / DSR1 / TRACESYNC R R R P4.30 / CS0 193 R32 22 FLASH_CS PWM6
in „NXP verschenkt ARM-Chips“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
TPS_UP.h
dann { // dann schalte PWM1 und PWM2 _delay_ms(200); // auf 150, 200 und dann auf 250 PWM1 = 150; _delay_ms(200); PWM2 = 150; _delay_ms(200); PWM1 = 200; _delay_ms(200); PWM2 = 200; _delay_ms(200); PWM1 = 250; _delay_ms(200);
in „AVR TTiny 461 Pullup nicht aktiv?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
repeatly // //in deutsch: // diese datei ist nur ein auszug und reduziert auf die Teile die für die PWM Generierung zuständig sind. // Timer B generiert hier die PWm und TimerA führt das Update der PWm Werte durch. //Getestet wurde auch, den Update der Werte in der Main zu machen, das ergab das gleiche
in „variable PWM mit MSP430“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Arduino_-_PinMapping2560.pdf
( OC4B ) Digital pin 7 (PWM) 17 PH5 ( OC4C ) Digital pin 8 (PWM) 18 PH6 ( OC2B ) Digital pin 9 (PWM) 19 PB0 ( SS/PCINT0 ) Digital pin 53 (SS) 20 PB1 ( SCK/PCINT1 ) Digital pin 52 (SCK) 21 PB2 ( MOSI/PCINT2 ) Digital pin 51 (MOSI) 22 PB3 ( MISO/PCINT3 ) Digital pin 50 (MISO) 23 PB4 ( OC2A/PCINT4 ) Digital pin 10 (PWM) 24 PB5 ( OC1A/PCINT5 ) Digital pin 11 (PWM) 25 PB6 ( OC1B/PCINT6 ) Digital pin 12 (PWM) 26 PB7 ( OC0A/OC1C/PCINT7 ) Digital pin 13 (PWM) 27 PH7 ( T4 ) 28 PG3 ( TOSC2 ) 29 PG4 ( TOSC1 ) 30 RESET RESET
in „3D Drucker zum Laserengraver umbauen?“ · Mechanik, Gehäuse, Werkzeug ·
-
PDF
textdisplayadapter_2.pdf
Masters verwendet wird ein proprietäres Datenformat, welches letztendlich eine Pulsweitenmodulation (PWM) darstellt, nimmt die Steuerbefehle entgegen und setzt diese in die Kommandos des Displays um. Die Hardware für beide Versionen ist dieselbe. Nach welcher Version (UART oder PWM) die Displaydaten entgegen
in „"Intelligenter" Textdisplayadapter mit Padauk PFS154“ · Projekte & Code ·
-
PDF
snva390c.pdf
board showcases all features of the LM3409HV including analog dimming using the IADJ pin and internal PWM dimming using the EN pin. High frequency ex- ternal parallel FET shunt PWM dimming can also be evalu- which is used to select the PWM dimming method.ble jumper, can mate with an external LED load board
in „LED Serienschaltung mittels Transistor schalten“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
PCA9685.pdf
. All outputs are set to the same PWM frequency. Each LED output can be off or on (no PWM control), or set at its individual PWM controller value. The LED output driver is programmed to be either open-drain with a 25 mA current sink capability
in „LED-Streifen dimmen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
PCA9622DR_118.pdf
0 IDC3[7:0] R/W 0000 0000* PWM3 Individual Duty Cycle 06h PWM4 7:0 IDC4[7:0] R/W 0000 0000* PWM4 Individual Duty Cycle 07h PWM5 7:0 IDC5[7:0] R/W 0000 0000* PWM5 Individual Duty Cycle 08h PWM6 7:0 IDC6[7:0] R/W 0000 0000* PWM6 Individual Duty Cycle 09h PWM7 7:0 IDC7[7:0] R/W 0000 0000* PWM7 Individual Duty Cycle 0Ah PWM8 7:0 IDC8[7:0] R/W 0000 0000* PWM8 Individual Duty Cycle 0Bh PWM9 7:0 IDC9[7:0] R/W 0000 0000* PWM9 Individual Duty Cycle 0Ch PWM10 7
in „Kontrolle Eagle Schaltplan“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Kinderwagen.ino
("Joystick heading: "); Serial.println(jheading); //Joystick pressed left ->ADC is 0-518 => 0 = 255pwm if ((DIRECTION_ZERO - DEADZONE_DIRECTION) < jdirection) { direction = LEFT; directionspeed = MAX_PWM_DIRECTION - (jdirection / (DIRECTION_ZERO - DEADZONE_DIRECTION ) / MAX_PWM_DIRECTION); Serial.print
in „Joystickauswertung via Arduino“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
BLDC.c
if (pwmzaehler>pwm_tmp) {UH_ON} else {UH_OFF} }else{UH_OFF} //------------------------------------------------- //------------------------------------------------- if (vh_out) { if (pwmzaehler>pwm_tmp) {VH_ON} else{VH_OFF
in „BLDC ATMEGA8“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
disabled ADCON0bits.ADON = 1; // ADC enabled ADCON0bits.GOnDONE = 0; // Start ADC conversion cycle // PWM3 Module // PWM3CONbits.OUT is the current output level PWM3DCHbits.DC = 0b10000000; // Duty Cycle | Bits 9-2 PWM3DCLbits.DC = 0b00000000; // Duty Cycle | Bits 1-0 PWM3CONbits.POL = 0; // Polarity |
in „PIC Power-up Aussetzer nach 0.5-1 Sekunden“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irsnd.h
SetDCPWM2(x) # define ClosePWM ClosePWM2 # define OpenPWM(x) OpenPWM2(x) # endif # if IRSND_OCx == IRSND_PIC_CCP1 # define PWMon() TMR2=0,CCP1CON |=0b1100 # define PWMoff() CCP1CON &=(~0b1100) # define IRSND_PIN TRISCbits.TRISC2 // RC2 = PWM1 # define SetDCPWM(x) SetDCPWM1(x) # define ClosePWM ClosePWM1 # define OpenPWM(x) OpenPWM1(x) # endif # endif # endif // PIC_C18 #if IRSND_SUPPORT_SIEMENS_PROTOCOL == 1 && F_INTERRUPTS < 15000 # warning
in „IR Fernbedienung mit IRSND“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Spec_Sheet_F12_PWM_EN.pdf
Weight 143 g Speed 230–1350 rpm, 0 rpm <5% PWM SKU ACFAN00203A rpm Control Pulsweitenmodulation – PWM EAN 4895213702959 Static Pressure 1.0 mmH 2O UPC 840033400756 Airflow 53 cfm | 90.1 m³/h Box Content F12 PWM x 1 Bearing Fluid Dynamic Bearing
in „2pol-/3pol-Lüfter mit PWM-Betriebsspannung“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
LED.vhd
rising_edge(CLK) and clk_cnt = 50000000)then if(rising_edge(CLK) and dimm = 1)then -- Negative Duty Cycle if(pwm_cnt = 256-my_nums(int_cnt_0))then pwm_cnt := pwm_cnt + 1; LED_OUTPUT (7 downto 0) <= "00000000"; -- Positive Duty Cycle elsif(pwm_cnt = 256+my_nums(int_cnt_0))then pwm_cnt := 0; LED_OUTPUT (7 downto 0) <= "11111111"; else pwm_cnt := pwm_cnt + 1; end if; --####-------------------------------------------------------------- --# LED fading speed #---------------------------------------------- --if (clk_cnt = 25000000) then if
-
Datei
p16f15224.inc
030F' CCPR2 EQU H'0310' CCPR2L EQU H'0310' CCPR2H EQU H'0311' CCP2CON EQU H'0312' CCP2CAP EQU H'0313' PWM3DC EQU H'0314' PWM3DCL EQU H'0314' PWM3DCH EQU H'0315' PWM3CON EQU H'0316' PWM4DC EQU H'0318' PWM4DCL EQU H'0318' PWM4DCH EQU H'0319' PWM4CON EQU H'031A' ; Bank 11. ; TMR0 EQU H'059C' TMR0L EQU H'059C
in „PIC MPMASMX PIC-AS“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
log_serieller_monitor_mit_Lambdacontroller_v3.txt
UHeater=9.7V PWM=205 UR_ADC=865 (Ziel=203) UA_ADC=331 UB_V=12.04 Ramp-Up UHeater=10.1V PWM=213 UR_ADC=867 (Ziel=203) UA_ADC=326 UB_V=12.04 Ramp-Up UHeater=10.5V PWM=224 UR_ADC=862 (Ziel=203) UA_ADC=424 UB_V=11.94 Ramp-Up UHeater=10.9V PWM=229 UR_ADC=865 (Ziel=203) UA_ADC=405 UB_V=12.10 Ramp-Up UHeater=11.3V PWM=239 UR_ADC=864 (Ziel=203) UA_ADC=388 UB_V=12.04 Ramp-Up UHeater=11.7V PWM=246 UR_ADC=864 (Ziel=203) UA_ADC=380 UB_V=12.10 Ramp-Up
in „Bosch CJ125 mit AVR AT90CAN64“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
led_modes.c
struct cRGB stroboscope(void){ } struct cRGB colorFade(void){ uint8_t random_color_value; int16_t pwm_difference_red = 0; int16_t pwm_difference_green = 0; int16_t pwm_difference_blue = 0; //float brightness_step_red = 0.0; //float brightness_step_green = 0.0; //float brightness_step_blue = 0.0; uint8_t brightness_step_red = 0; uint8_t brightness_step_green = 0; uint8_t brightness_step_blue = 0; pwm_difference_red = LED_COLOR_new.r - LED_COLOR_old.r; // Either 0, +-127 or +-255 pwm_difference_green = LED_COLOR_new.g - LED_COLOR_old.g; // Either 0, +-127 or +-255 pwm_difference_blue = LED_COLOR_new.b
in „Code zu groß für AtTiny45“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
interrupt.h> #include <avr/io.h> #include <stdio.h> /*---Define the LED Ports for RGB-LED---*/ #define PWM_PORT PORTC // Port für PWM #define PWM_DDR DDRC // Datenrichtungsregister für PWM /*---PWM-LED: Define which ports for LED-Dimming---*/ #define LED_R_PIN_OUT DDRC |= (1<<PC4); #define LED_G_PIN_OUT
in „DMX und der Attiny2313“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Uboot.c
_DIR_1); //dir_0 als ausgang E_1_DIR_DDR |= (1<<E_1_DIR_0) | (1<<E_1_DIR_1); //dir_1 als ausgang //PWM Aktivieren /*----------------------------------- COM2A1 = 1 COM2A0 = 0 >>PWM an OC2A im non-inverting mode COM2B1 = 1 COM2B0 = 0 >>PWM an OC2B im non-inverting-mode WGM2 = 1 WGM1 = 1 WGM0 = 1 >>Fast
in „Merkwürdiges Verhalten bei Befehlsauswertung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
8pwm_wert_speicherung_im_eeprom.txt
;Demoprogramm für 8-fach-PWM mit Tastensteuerung und Pollin-LCD 4x27. ;8 LEDs gegen Vcc an Port B (STK500) ;4 entprellte Tasten gegen GND für die einzelnen PWM-Kanäle an Port C ;Davon 2 Tasten (Dimm-Tasten) mit Repeat-Funktion
in „MENÜ-STEUERUNG“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
Trittfrequenz ein */ #define PIN_PWM_Motor PB0 #define PIN_Trittfrequenz PB1 #define PIN_v_ist PB2 /* local prototypes */ int main(void); void init_all(void); void init_Port(void); void init_PWM(void); #include <avr/io.h> #include <avr
in „Timer0 löst PCINT1 Interrupt aus?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
report_par.txt
Place:837 - Partially locked IO Bus is found. Following components of the bus are not locked: Comp: pwm_lights_0_LEDs_pin<1> Comp: pwm_lights_0_LEDs_pin<2> Comp: pwm_lights_0_LEDs_pin<3> Comp: pwm_lights_0_LEDs_pin<4> Comp: pwm_lights_0_LEDs_pin<5> Comp: pwm_lights_0_LEDs_pin<6> Comp: pwm_lights_0_LEDs_pin
in „Place and Route partially locked IO bus“ · FPGA, VHDL & Co. ·
-
PDF
lpc2468_evb.PDF
PWM1.4PID10203 18PID10P1.2 / ENET_TXD2 / MCICLK / PWM0.1 P3.28 / D28 / CAP1.1 / PWM1.5PID105 17PID10P1.3 / ENET_TXD3 / MCICMD / PWM0.2 P3.29 / D29 / MAT1.0 / PWM1.6PID1011 192 19 156ID10P1.4 / ENET_TX_EN
in „Kann sich jemand mein Schema anschauen?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MAX16801A-MAX16802B.pdf
Measured at NDRV sourcing, 20mA 4 12 Driver Peak Sink Current 1 A Driver Peak Source Current 0.65 A PWM COMPARATOR Comparator Offset Voltage VO PWM VCOMP - VCS 1.15 1.38 1.70 V CS Input Bias Current ICS VCS = 0V -2 +2 µA Comparator Propagation Delay t V = +0.1V 60 ns PWM CS Minimum On-Time ON(MIN) 150
in „High Brightness LEDs > 50W µC als regelbare KSQ“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AN955.pdf
sophisticated, averaging algorithm which gives 15% more voltage output compared to the Sine INTRODUCTION PWM algorithm, thereby increasing the V DC utilization. It also minimizes the THD as well as switching loss. VF control using the Sine PWM algorithm is a popular Like Sine PWM, the SVM is also a scalar
in „Raumzeigermodulation, PWM“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
PCA9532-1127723.pdf
PWM0 PWM0 PWM0 PWM0 PWM0 PWM0 PWM0 PWM0 [7] [6] [5] [4] [3] [2] [1] [0] Default 1 0 0 0 0 0 0 0 6.3.5 PCS1 - Frequency Prescaler 1 PSC1 is used to program the period of the PWM output. The period of BLINK1
in „[V] 3St. 16 Bit I2C/SM Bus LED Treiber PCA9532BS (HVQFN24)“ · Markt ·
-
Datei
code.c
) //{ if (diff_brightness<neg_diff && pwm_on!=255) { pwm_on++; } if (diff_brightness>pos_diff && pwm_on !=0) { pwm_on--; } //} //} // if (diff_brightness_pd10<5 && pwm_on!=255) // { // pwm_on++; //} // // if (diff_brightness_pd10>-5 && pwm_on !=0) //{ //pwm_on--; //} //} return 0; }
in „ATTINY84A Rechnung in C“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
io.h
#define A10 64 #define A11 65 #define A12 66 #define A13 67 #define A14 68 #define A15 69 #define PWM0 2 #define PWM1 3 #define PWM2 4 #define PWM3 5 #define PWM4 6 #define PWM5 7 #define PWM6 8 #define PWM7 9 #define PWM8 10 #define PWM9 11 #define PWM10 12 #define PWM11 13 #define SDA 20 #define SDL
-
PDF
Arduino-Shield-Pins-V1R11.pdf
J6 11 ADC8 K0 9 A7 IA7 24/5 IN 5V 2 12 ADC9 K1 8 C0 IC0 24/5 IN VCC1P 3 13 ADC10 K2 7 GND OUT VCC1P PWM2 E4 4 14 ADC11 K3 6 C1 IC1 24/5 IN OUT VCC1P PWM3 E5 5 15 ADC12 K4 5 C2 IC2 24/5 IN OUT VCC1P PWM4 G5 6 16 ADC13 K5 4 GND OUT VCC1P PWM5 E3 7 17 ADC14 K6 3 C3 IC3 24/5 IN OUT VCC1P PWM6 H3 8 18 ADC15
in „Arduino Mega 2560, schaltschranktauglich“ · Projekte & Code ·
-
PDF
tas5504.pdf
and DVSS_PWM. This terminal must not be used to power external devices. 49 PWM_M_3 DO PWM 3 Output (differential −) 50 PWM_P_3 DO PWM 3 Output (differential +) 51 PWM_M_4 DO PWM 4 Output (differential −) 52 PWM_P
in „[V] diverse Bauteile (Fets, BMS-ICs, Motor-Treiber“ · Markt ·
-
Datei
Tic-Tac-Touch.c
if ((PWM_cnt <=Green) && (Green!=0)) { LedportB |= (1 << G2);} else {LedportB &= ~(1 << G2);} if ((PWM_cnt <=Blue) && (Blue!=0)) { LedportB |= (1 << B2);} else {LedportB &= ~(1 << B2);} if ((PWM_cnt <=Red) &
in „RGB Matrix 3x3“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
PWM_Dimming_Drive_Control_Board_For__High_Power_LEDs.pdf
N0WW10 CD2 P 0 C2 D P D P6U306 P0P5011 100uF/63V 0 C.7uF/50V P0U406 P C P D P P0U304 CS P04404 CS R6 PWM_ N0PWM0C 1 P0U301 P0U303 PWM_C R7 1 3 P0R601 P0R602 PWM CS N0PWM0C P0R701 P0R702 P0U401PWM CS P0U403 1K D D 0 1K N N R D D 2 G G P N N R 0 0 RV1 G G P U U 0 0 RV2 P P 10.25 0 0 7 8 V 7P 8 00.25 0 V
in „RGB LED Interface ESP8266-01“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
PWMAUDIO.ino
pcm_buffer = {{}, 8000, 0}; volatile byte C_1 = 0;//debug variable für buffer ueberlauf static struct pwm_samples_buffer {//ringBuffer als struct für pwm samples uint8_t data[bufferSize]; volatile unsigned short count;// zaer variale fuer buffer uebelerauf löst sende cmd aus } pwm_buffer = {{}, 0}; //Upload
in „PWM Audio mit ESP8266, schlechte Qualitaet, -Arduino“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
LPC1769_IMU_v3.pdf
/MCFB2/PWM1.5/MOSI0 P0.16/RXD1/SSEL0/SSEL 63 +3V3 84 VDDREG3.3V 40 P1.25/MC1A/MAT1.1 P0.17/CTS1/MISO0/MISO 60 43 P1.26/MC1B/PWM1.6/CAP0.0 P0.18/DCD1/MOSI0/MOSI1 59 1 V F 1 44 P1.27/CLKOUT/USB_OVRCR/CAP0.1 P0.19
in „Schaltplan Prüfung/Kritik LPC1769 + IMU + Bluetooth“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
go-kart.asm
einbinden .def mot_soll =r0 .def sreg_save =r1 .def mot_ist =r2 .def temp =r16 .def flags =r17 .def pwm =r18 .def pwm_64 =r19 .def kick_cnt =r20 .def tim0_reload =r21 .def clear_kick =r22 .def mot_tmp =r23 .equ i_mess =7 .equ _10ms =6 .equ full =5 .cseg ; Codesegment, also Programm-Flash-Speicher .org
in „vernünftige IGBT Ansteuerung?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
######################################### { next_commutate_state (1); rotor_run = 0; OCR2A = START_PWM; OCR2B = START_PWM; OCR0B = START_PWM; } //############################################################################ ISR (TWI_vect) //#############################################################
in „Probleme mit BLDC Treiber von Ulrich Radig“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
SleepTut.c
inverted key state: // bit = 1: key pressed volatile uint8_t key_press; // key press detect uint8_t pwm_led0, pwm_cycle, pwm_dir; ISR( PCINT0_vect ) { GIMSK = 0; // disable itself after awake } ISR( TIM0_OVF_vect ) // 9.6MHz / 256 = 37.5kHz { static uint8_t ct0, ct1; uint8_t i; if( pwm_led0 > pwm_cycle ){ // soft-PWM LED0 = LED_ON; }else{ LED0 = LED_OFF; } if( --pwm_cycle == 0 ){ // 9.6MHz / 256 / 256 = 146Hz (7ms) if( pwm_dir ){ // fader if( --pwm_led0 == 0 ) pwm_dir = 0; }else{ if( ++pwm_led0 == 255 ) pwm_dir
-
PDF
m150_08040du_1_.pdf
bij aansturing van: następuje poprzez zmianę szerokości impulsu (patrz tabela). 10% TTL PWM 50% TTL PWM 90% TTL PWM Puissance: min. Puissance: ca. 50% Puissance: max. 1 V/DC | 3 V/DC | 3 V/DC | 8 V/DC | 16 V/DC 5 V/DC | 12 V/DC | 24 V/DMoc wyjściowa modułu regulacji mocy przy sterowaniu na
in „Probleme bei Leistungsregelung mit Kemo M028N und Kemo M150“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
LM3570.pdf
PWM PinLogic High 3.0V ≤ V IN≤ 5.5V 1.0 V IN V I Enable Pin Leakage Current 10 µA LEAK-EN (Note 14) PWM Pin Leakage Current ILEAK-PW M 10 µA (Note 14) Note 1: Absolute Maximum Ratings indicate limits beyond
in „PHILIPS VP5500 VoIP Telefon bei Pollin“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
timing and PWM). * * This function initializes Timer/counter0 for PWM operation for motor speed control * and Timer/counter1 for commutation timing. */ static void InitTimers(void) { // Set up Timer/counter0 for PWM
in „Funktionen vs Interrupts“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
******************************************************************* // MSP430xG46x Demo - Timer_B, PWM TB1-6, Up Mode, DCO SMCLK // // Description: This program generates six PWM outputs on P2/P3 using // Timer_B configured for up mode. The value in CCR0, 512-1, defines the PWM // period and the values
in „MSP430xG46x TimerB Capture Compare Register Funktion“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
CH552.H
PIN_X 0x10 // UART0 alternate pin enable: 0=RXD0/TXD0 on P3.0/P3.1, 1=RXD0/TXD0 on P1.2/P1.3 #define bPWM2_PIN_X 0x08 // PWM2 alternate pin enable: 0=PWM2 on P3.4, 1=PWM2 on P3.1 #define bPWM1_PIN_X 0x04 // PWM1 alternate pin enable: 0=PWM1 on P1.5, 1=PWM1 on P3.0 #define bT2EX_PIN_X 0x02 // T2EX/CAP2 alternate
in „uC für 0,20€ CH552 / CH554 von WCH Billig Micro mit USB Funktion, Chip vorstellung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
unilib.h
############ void set_port_zero(PORT_TYPE port,unsigned short mask); extern volatile unsigned int _pwm03_scale; //####################################################################### //# # //# scale PWM0-PWM3 # //# # //####################################################################### void scale_pwm03
in „Bauen von Libs - Anhängigkeiten“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F10xxx_TIM1_application_examples.pdf
signals Figure 4. TIM1 dead time inserted between two complementary signals 5/15 Generating seven PWM signals using TIM1 AN2580 2 Generating seven PWM signals using TIM1 2.1 Overview This section provides a description of how to configure the TIM1 peripheral to generate seven PWM signals with four different
in „STM32 Six-step PWM signal generation using TIM1“ · Mikrocontroller und Digitale Elektronik ·