-
Datei
touch.h
//-------------------------------------------------------------- // File : touch.h //-------------------------------------------------------------- #ifndef __TOUCH_H #define __TOUCH_H #include "main.h" //-------------------------------------------------------------- // Globale Funktionen
in „Touch - wie kalibrieren in C?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
mmc_stm32f1.c
/*------------------------------------------------------------------------*/ /* STM32F100: MMCv3/SDv1/SDv2 (SPI mode) control module */ /*------------------------------------------------------------------------*/ /* / Copyright (C) 2014, ChaN, all right reserved. / / * This software
in „SD-Karte mit SPI: Warteroutinen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f1xx_hal_msp.c
/** ****************************************************************************** * File Name : stm32f1xx_hal_msp.c * Description : This file provides code for the MSP Initialization * and de-Initialization codes. ****************************************************************************** * * COPYRIGHT
in „STM32F103 Hardfault“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
dcmi_ov9655.h
-------------------------*/ #ifndef __DCMI_OV9655_H #define __DCMI_OV9655_H /* Includes ------------------------------------------------------------------*/ #include "stm32f2xx.h" /* Exported types -----------------------------------------------------
in „STM3220G-EVAL + Kamera OV2460“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
*/ /* Includes ------------------------------------------------------------------*/ #include "main.h" #include "stm32l4xx_hal.h" #include "stdio.h" #include "stdlib.h" #include "stdbool.h" /* USER CODE BEGIN Includes */ #include "config.h" #include "epc_regdef.h" #include "tim1funct.h" #include "tim2funct.h
in „stm32f303RE - initialisierungen verbeissen sich“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
GameOfLife.c
#include "GameOfLife.h" #include "main.h" #include "stm32f7xx_hal.h" #include "stm32f7xx_hal_rng.h" uint8_t Layerswitch = 0; void GameOfLife (void) { const uint16_t Spielfeldgroesse_x = 90; const uint16_t Spielfeldgroesse_y
in „Game of Life läuft nur eine Runde!“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx_hal.h" #include "usb_device.h" /* USER CODE BEGIN Includes */ #include "usbd_cdc.h" /* USER CODE END Includes */ /* Private variables ---------------------------------------------------------*
in „STM32F4 USB CLASS CDC (Virtueller Com Port)“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Forum für Mikrocontroller und digitale Elektronik Übersicht
24 12.07.2025 15:22 Hilfe bei Reparatur BBC Goertz M2031 Multimeter Markus 13 12.07.2025 13:37 Re: STM32CubeMX F103 Assemblerprogramm Bernd S. 2 12.07.2025 13:09 Arduino: page-write in I2C eeprom verliert sporadisch ein Byte (1, 2) Kai 221 12.07.2025 12:10 Arduino + Stepper + AccelStepper? Tom 3 12.07.2025
in „einzelne Threads ausblenden?“ · www.mikrocontroller.net · · Screenshots
-
PDF
E32-868T30D_Usermanual_EN_v1.6.pdf
1 0 1 19.2k 1 1 0 19.2k (same to 101) 1 1 1 19.2k (same to 101) General Specifications Except for E32 (400T20S) 7 6 5 reserved Write 0 Communication channel 4 CHAN 4-0, channel (862M + CHAN*1M), default 06H(868MHz) 00H-1FH, correspond to 862~893MHz 7 Fixed transmission enabling bit(similar to MODBUS)
in „Programmierung und Betrieb der Funkmodule E32-868T“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
PAN1555__ENW89815A__Datasheet.pdf
I/O PD H General Purpose Input/Output, weak internal Pull- Down / UART2 DATA Output 31 GPIO[4]/RXD2 I/O PD H General Purpose Input/Output, weak internal Pull- Down / UART2 DATA Input 32 USB_DM I/O PD - USB Data
in „Bluetooth-Modul "BlueMod+P25" von Stollmann - Ersatztyp“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
beispiel.c
/* Includes ------------------------------------------------------------------*/ #include "stm32f4xx.h" #include "menu.h" #include <stdlib.h> void show_main_menu(void); #define LEDS_MENU_ENTRIES 5 #define MAIN_MENU_ENTRIES 5 #define COLOR_MENU_ENTRIES 8 menu_entries color_menu[] = { {"Color"}
-
PDF
ureflow.pdf
5.1K CH340B GND A12 EP Shield B B USB & POWER GND C9 +3V3 +3V3 4.7uF D G +5V C10 U5 +5V +5V +5V BUZZER1 D8 100nF STM32G031F8P6 2 DS14W 4 + A D1 D4 D5 D7 RESET NRST 6 PF2-NRST D PA0 7 BUZZER 1 1N4148W V
in „Feedback Schaltplan STM32G0“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
USB.c
/* ST STM32F103ZET6: USB als COM Port betreiben */ #include "usb.h" /* die Transfer-Puffer für zeichenweises In und Out über den USB */ #define txLen 256 char UsbTxBuf[txLen]; int txr, txw; #define rxLen 256
in „Frage an W.S. wegen USB CDC Implementierung STM32F103“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
E32-868T20D_Usermanual_EN_v1.5.pdf
communicationparties. 1 1 0 19.2k (same to101) 1 1 1 19.2k (same to101) General Specifications Except for E32 (400T20S) Write0 7 6 5 reserved Communication channel 4 CHAN 4-0, channel (410M + CHAN*1M),default 17H(433MHz) 00H-1FH, correspondto410~441MHz 7 Fixed transmission enabling bit(similar to MODBUS) In
in „LoRa - Punkt-zu-Punkt-Verbindung“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
E32-868T20D_Usermanual_EN_v1.8.pdf
Technology Co,;Ltd E32-868T20D user manual 5.2 Broadcasting transmission 5.3 Broadcasting address For example: Set the address of module Aas 0xFFFF, and the channel as 0x04; When module is the transmitter (transparent
in „512 Byte-Sektor einer SD-Karte mit E32-868T drahtlos übertragen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
E32-868T_Handbuch.pdf
Technology Co,;Ltd E32-868T20D user manual 5.2 Broadcasting transmission 5.3 Broadcasting address For example: Set the address of module Aas 0xFFFF, and the channel as 0x04; When module is the transmitter (transparent
in „Was versteht man unter "air data rate"“ · HF, Funk und Felder ·
-
PDF
SRC_Power_Checker.pdf
IN7 M_3V3b PC1 PC8 EEPROM_SCL Fiducials_bot Fiducials_bot Fiducials_bot C SamacSys_Parts_STM32G474RET6-MasterarbeitMV F4 F5 F6 Fiducials_top Fiducials_top ADC1 IN8 10 39 Fiducials_top M_3Va PC2 PC7 LCD_SDA I2C4_SDA ADC1 IN9 M_3Vb 11 PC3 PC6 38 LCD_SCL I2C4_SCL 1 J1 ADC1 IN1 M_14V2a 12 PA0 PB15 37 M_S_L ADC4 IN5 CONN_01X01 ADC4 IN4 ADC1 IN2 M_14V2b 13 PA1 PB14 36 M_S_H LOGO1 1 J2 CONN_01X01 LOGO_DSP ADC1 IN3 M_4V1a 14 PA2 PB13 35 ADC3 IN5 1 P B T 1 J3 D n P CONN_01X01 1 J4 D 4 00 15 VSS_1 PB12 34 ADC4 IN3 CONN
in „STM32G474 Startverhalten“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
tim.h
*/ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __tim_H #define __tim_H #ifdef __cplusplus extern "C" { #endif /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx_hal.h" /* USER CODE BEGIN Includes */ /* USER CODE END Includes */ extern TIM_HandleTypeDef htim5; extern TIM_HandleTypeDef htim9; /* USER CODE BEGIN Private defines */ /* USER CODE END Private defines */ extern void Error_Handler(void); void MX_TIM5_Init(void); void MX_TIM9_Init(void); /* USER CODE
in „STM32F4 HAL TIMER Interrupt läuft nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
st7735_hard_spi_bluepill_02.ino
/* Arduino 1.8.5 STM32 Core BluePill mit Hardware ST7735 TFT Display 2018 Urheber: Unbekannt */ #include <SPI.h> // Pin Belegung #define SPI_1_CS PA4 #define SPI_1_DC PB7 #define SPI_1_CLK PA5 #define SPI_1_MISO PA6
in „Arduino IDE mit STM32 Core Themen, BluePill, SPI 2“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
PCF7936AS.pdf
(bit 47 to bit 32) are located in page 2 at bit address 0 to 15. page 4 and 5 (USER0 and USER1). As a result its content cannot be altered, however, reading is supported in any The Immobilizer Secret Key is incorporated
-
Datei
st7735_soft_spi_bluepill_02.ino
/* Arduino 1.8.5 STM32 Core BluePill mit Software SPI ST7735 TFT Display 2018 Urheber: Unbekannt */ #define TFT_CS PA4 #define TFT_DC PB7 #define TFT_CLK PA5 #define TFT_MISO PA6 #define TFT_MOSI PA7 /* #define TFT_CS
in „Arduino IDE mit STM32 Core Themen, BluePill, SPI 2“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
media32.pdf
1VDDA 3 VSSAP I U 1 0GND2 VCC P1P1 VCC 1 2 3 44 STM32F103RET 3M Micro SD PIP1022 1 PIP101 TRST VCC PIP1044 3 PIP103 TDI VCC VCC VCC VCC VCC VCC PIP1066 5 PIP105 TMS PIP1088 7 PIP107 TCK P2 72 I2 K2 2 C2 I8R7A605 PIP10110 9 PIP109 CK6K6 CK7K7 CK8K8 COK99
in „MP3 Player mit Clickwheel und S65“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
spi1.h
*/ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __SPI1_H #define __SPI1_H #ifdef __cplusplus extern "C" { #endif /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx.h" #ifndef NULL #define NULL 0 #endif /* SPI1
in „STM32 SPI Init“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
******/ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" #include "systick.h" #include <stdlib.h> #include <stdio.h> #ifdef __GNUC__ /* With GCC/RAISONANCE, small printf (option LD Linker->Libraries->Small printf set to 'Yes') calls __io_putchar(
in „STM32F103 can“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Schaltbild_v2_2.pdf
2C2u C 1206 2 1 m RFSW−ECAL1 3 PC14−OSC32_IN SWDIO 34 4 k R313 50 6 SDO (MISO) 0 m 5 u 5 u 7 7 PTC 2A 6V R702 V 0 . V 4 LED3 D KEY 5 7 8 1 1 1 U1 4 PC15−OSC32_OUT PA12 33 USB−DP 1 R339 68 0402 G 0 0 device=GD32F303CCT6 B VCC5 7 LED 0 0 0 0 N N N MCU−CLK 0402 5 PD0−OSC_IN PA11 32 USB−DM − D 0603 9 5 u 5 u 1 NC A NC 11 0402 9 10n C337 6 31 D E R340 68 R316 22 8 SCK 2 PD1−OSC_OUT PA10 RFSW−RXSYNTH L L 0402 1 3 2 RF3 RF4 10 470nC327 R NRST 7 NRST STM32F103C8/CB
-
PDF
VitoMirrorCtrl_V1.0.pdf
D Title: Control Modul Test 1 Size: A4 Date: 2026-07-14 Rev: A KiCad E.D.A. 10.0.4 Id: 2/7 1 2 3 4 5 6 1 2 3 4 5 6 GND GND GND 3 C9 C10 C11 V 3 100 nF 100 nF 4,7 µF + A A R10 3 V 10 kΩ 3 +U2 NRST PWR_FLAG STM32G031K8Tx 4 D D C12 6 V 7 NRST PF2 PA0 LOCK_IN 100 nF 8 PA1 UNLOCK_IN 20 9 PC6 PA2 IGN_IN 2
in „Hilfe beim KiCad-Layout gesucht: 2-Fach Motorsteuerung (KFZ-Bereich)“ · Platinen ·
-
PDF
VitoMirrorCtrl_V1.0_B.pdf
kicad_sch Title: Control Modul Test 1 Size: A4 Date: 2026-07-14 Rev: B KiCad E.D.A. 10.0.4 Id: 1/7 1 2 3 4 5 6 1 2 3 4 5 6 A A C7 22µF GND T O R1 R P +3V3 100 kΩ _ C8 T A L1 100 nF V GND 6.8 µH GND D E D2 C3 C4 S C2 C6 U BZT52C12 3 47 µF 2,2 µF U1 F 100 NF 100nF F1 T 1 GND 1 A PWR_FLAG MODE/SYNC B 5A_EXTERNAL
in „Hilfe beim KiCad-Layout gesucht: 2-Fach Motorsteuerung (KFZ-Bereich)“ · Platinen ·
-
Datei
sdram_fx.c
/* SDRAM FX nützliche Routinen für die SDRAM Initialisation Markus Horbach 04.09.2016 für STM32CubeMX */ #include "sdram_fx.h" static FMC_SDRAM_CommandTypeDef Command; // local extern SDRAM_HandleTypeDef hsdram1; // fmc.c void SDRAM_Initialization_sequence(uint32_t RefreshCount) { __IO uint32
in „STM32F7 und SDRAM“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <stdint.h> #include "stm32f1xx.h" #define HSE_VALUE 8000000U #define SYSCLK_FREQ_72MHz 72000000U // ---------------- GPIOx_CRx MODE+CNF-Bits kombiniert -------------------- #define noPin 4 // floating input, reset
in „SPI auf STM32F103 - kein Signal“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main_F4.c.txt
/* * Pinout STM32F4 Discoveryboard * ------------------------------------------------------------------------- * SPI1 * -------------------- * SPI1_NSS NSS PC5 * SPI1_SCK SCK PA5 * SPI1_MISO MISO PA6 * SPI1_MOSI MOSI
in „STM32F4->SPI->STM32F0 TX/RX 1 Line“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
TheHelper.pdf
2 OLED 100n/50V 10 4 10m Vin+ 5 9 Vin- A0 2 PA0 6 D 1 PA1 H2 G A1 PA2 7 GND 8 GND Power Out 7 INA226 PA3 2 PF0 PA4 9 3 10 OLED 0.96 SSD1306 H1 PF1 PA5 11 =============== GND GND GND 13 PA6 1uF at VCC (Pin 3) PB0 PA7 12 4K7 Pullup on
in „Schaltplancheck Powermonitor“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
TheHelper.pdf
2 OLED 100n/50V 10 4 10m Vin+ 5 9 Vin- A0 2 PA0 6 D 1 PA1 H2 G A1 PA2 7 GND 8 GND Power Out 7 INA226 PA3 2 PF0 PA4 9 3 10 OLED 0.96 SSD1306 H1 PF1 PA5 11 =============== GND GND GND 13 PA6 1uF at VCC (Pin 3) PB0 PA7 12 4K7 Pullup on
in „Schaltplancheck Powermonitor“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.h
#include <stdio.h> #include <stdlib.h> #include "diag/Trace.h" #include <stm32f4xx.h> #define multiplier 4 #define period 125 #define baudrate 921600 #define MOSI_Port GPIOA #define MOSI_Pin GPIO_PIN_7 #define SCK_Port GPIOA #define SCK_Pin GPIO_PIN_5 #define LAT_Port GPIOA #define LAT_Pin GPIO_PIN_1 #define OE_Port GPIOA #define OE_Pin GPIO_PIN_2 #define LAYER_Port GPIOD #define RX_Port GPIOB #define RX_Pin GPIO_PIN_11 #define TX_Port GPIOB #define
in „STM32F4 HAL SPI über DMA“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
BU208D.pdf
Voltage INDUCTIVE LOAD IC= 4.5 A hFE = 2.5 VCC = 140 V ts Storage Time LC = 0.9 mH LB= 3 H 7 ms t Fall Time 550 ns f VF Diode Forward Voltage IF= 4 A 2 V fT Transition Frequency IC= 0.1 A VCE = 5 V f = 5 MHz 7 MHz ∗ Pulsed: Pulse
in „Qualität heutiger Transistoren“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
main.c
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx_hal.h" #include "adc.h" #include "i2c.h" #include "rtc.h" #include "spi.h" #include "tim.h" #include "usart.h" #include "gpio.h" /* USER CODE BEGIN Includes */ /* USER CODE END Includes */ /*
in „STM32F4 HAL TIMER Interrupt läuft nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
PeriphCode.c
#include "stm32f0xx.h" #define SPIBUFFERSIZE 256 char SPIRxBuffer[SPIBUFFERSIZE]; char SPITxBuffer[SPIBUFFERSIZE]; int main() { int i = 0; for(i=0;i<SPIBUFFERSIZE;i++) { SPIRxBuffer[i] = 0x5A; SPITxBuffer[i] = 0xA5
in „STM32F0 SWD LockOut“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Modul2.txt
Fahrstrom SBHSüdAllgemein auf PB0 geändert 3.4 Ausgang FahrstromEinfahrtSBHSud auf Modul 3 Verlegt 3.5 PWM Frequenz für Fahrspannung auf 100 Hz geändert 4.0 Neue Fahrspannungen zur Steuerung eingepflegt LS VMax entfernt CAN Nachricht angepasst funktioniert au Brett 5.0 Bezeichnung zum Unterscheiden von
in „Mehrere CAN Teilnehmer“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Diplomarbeit_24_Kanal_EEG_Recorder.pdf
Größe der Karte wurde folgendermaßen berechnet: Laufzeit: 24h = 86400s Datenstrom: 24 Kanäle a’ 256 Messwerte(16Bit) pro s = 12288Byte/s Datenvolumen: 12288 Byte/s * 86400s = 1,06 GByte Um Daten-Kompatibilität mit dem bestehenden 32 Kanal EEG System zu ermöglichen
in „EEG-Kappen-Controller“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd_init.c
Christian Julius ******************************************** */ /* LCD Pins CS PA8 DC PA4 SPI_CLK PA5 MOSI PA7 MISO PA6 BACKLIGHT C15 */ #include "stm32f10x_conf.h" /* ------------ Standard Include Files --------------- */ #include <stdint.h> #include <stdbool.h> /* ------------ System Include Files --------------- */ /* ------------ Projekt Include Files --------------- */ #include "isrhdl.h" #include "lcd_init.h" #include "lcd_fonts.h" /* ------------ Typen Deklarationen-------------------- */ /* LCD Optionen */ typedef struct { uint16_t width; uint16_t height; LCD_Orientation orientation
in „Basteltip: STM32F103 DIP40 Board“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd_init.c
Christian Julius ******************************************** */ /* LCD Pins CS PA4 DC PA3 SPI_CLK PA5 MOSI PA7 MISO PA6 BACKLIGHT C15 */ #include "stm32f10x_conf.h" /* ------------ Standard Include Files --------------- */ #include <stdint.h> #include <stdbool.h> /* ------------ System Include Files --------------- */ /* ------------ Projekt Include Files --------------- */ #include "isrhdl.h" #include "lcd_init.h" #include "lcd_fonts.h" /* ------------ Typen Deklarationen-------------------- */ /* LCD Optionen */ typedef struct { uint16_t width; uint16_t height; LCD_Orientation orientation
in „Lebensdauer von lokalen Variablen“ · Softwareentwicklung ·
-
Datei
sysf103_init.h
/* ------------------------------------------------------------- sysf103_init.h initialisiert MCU STM32F103C8 fuer einen "allgemeinen" Gebrauch. Hardware : STM32F103C8 IDE : keine (Editor / make) Library : libopencm3 Toolchain : arm-none-eabi 28.09.2016 R. seelig ---------------
in „Einstieg Mikrocontroller Atmel“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Technische Daten und Ansichten des M5STACK MP135 Core
CORE MP135 ST life.augmented M5STACK DISPLAY PORT 1280x720p Din-Rail HOLDER I2C PORT.A UART PORT.C 2.0"IPS LCD 320x240p USB 2.0 x2 MicroSD Included SD RJ45 X 2 CAN FD X 2 Ext.Port X 2 PWR485 X 1 DISPLAY X 1 1W SPK USB-C OTG X 1 1W SPEAKER DCIN 12V/2A USB-C OTG PORT or 5V-INPUT RTC@BM8563 PMIC@AXP2101 STM32@MP135 4Gb DDR3L SDRAM 2.0"IPS LCD 320x240 CAPACITIVE MULTI-TOUCH CAN1 L H CAN2 L H PWR485 B A GIGABIT ETHERNET x2 PRESS:ON 6S:OFF Linux DEBIAN 12 BOOKWORM
in „Arduino Nano Matter, ESP-Zerocode und mehr“ · Mikrocontroller und Digitale Elektronik · · Sonstiges
-
PDF
F407-IoTBoard-Schematics.pdf
D D D D D D D D D D GND BOOT0 138 BOOT0 V V V V V V V V V V V V V V V V V V V V V PDR_ON 143 R3 0R STM32F407ZGT6 1 3 5 6 8 9 0 2 3 GND 3 1 5 3 6 7 8 9 0 2 3 4 VCC3.3 1 1 1 1 1 1 1 R4 0R VCC3.3 VCC3.3 D8 1N4148 . VCC3.3 C VCC3.3 JTAG J1 C BOOT VCC3.3 V C9 C10 C11 C12 C13 C14 1 VDD VDD 2 D9 R5 10K JTRST
in „STM32 Nucleo welches Board am besten?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
HY-LandTiger_SCH.pdf
C5 C6 LPC1768 104 104 104 104 104 104 22P 3V3 L2 VDDA L4 VREF+ 10uH C7 C45 10uH A C8 C46 A L1 104 105 L3 104 105 Title 10uH VSSA 10uH VREF- www.PowerMCU.com Size Number Revision B Date: 11-Dec-2010 Sheet
-
Datei
main.c
#include <stm32f0xx.h> // Static definitions for data conversion between actual values and SPI output values (1:3 bit ratio) #define SERVALS(B) (0b10010010|(((B)&0x80)>>1)|(((B)&0x40)>>3)|(((B)&0x20)>>5)), (0b01001001|(((B)&0x10)<<1)|(((B)&0x08)>>1)), (0b00100100|(((B)&0x04)<<5)|(((B)&0x02)<<3)|(((B)&0x01)<<1)) #define SERVALS8(B) SERVALS(B), SERVALS(B+1), SERVALS(B+2), SERVALS(B+3), SERVALS(B+4), SERVALS(B+5), SERVALS(B+6), SERVALS(B+7) #define SERVALS64(B) SERVALS8(B), SERVALS8
in „The secret of WS2812B“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
BTS462T_20040127.pdf
Typ. input threshold voltage V IN(th) = f(T j ; V bb = 13,5V V IN(th)= f(V bb) ; T j 25°C 2 2 V V on on 1.6 1.6 h h ( 1.4 ( 1.4 I off I V 1.2 V 1.2 off 1 1 0.8 0.8 0.6 0.6 0.4 0.4 0.2 0.2 0 0 -40 -20 0 20 40 60 80 100 120 °C 160 5 10 15 20 25 V 35 Tj V bb Page
in „Schaltregler-Diskussion“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
dogm_spi_cs.c.c
#include <stm32f10x_conf.h> GPIO_InitTypeDef GPIO_InitStructure; void delayLoop() { volatile uint32_t delayCount = 12000000; /* volatile to avoid compiler optimization */ while (delayCount > 0) { delayCount--; } } void delayShortLoop() { volatile uint32_t delayCount = 250000; /* volatile to avoid compiler optimization */ while (delayCount > 0) { delayCount--; } } void delayMiniLoop() { volatile uint32_t delayCount = 1300; /* volatile to avoid compiler
in „EA DOGM162 mit STM32 reagiert nicht mit SPI“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Schaltplan.pdf
1 2 3 4 L1 3.3V LED-RED 10uH C7 C8 C9 C10 C11 D1 100n 100n 100n 100n 10uF / 6.3V R6 4 6 8 A red LED-GREEN GND GND GND GND 1 2 3 4 9 GND 64kB Flash / 20kB RAM A 100R STM32F103xxT U3 yellow 3.3V +5V USB 3.3V A _ _ _ _ TxD und RxD
in „STM32 und USB-Bulk Transfer“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.h
*/ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __MAIN_H #define __MAIN_H #ifdef __cplusplus extern "C" { #endif /* Includes ------------------------------------------------------------------*/ #include "stm32u5xx_hal.h" /* Private includes ---------------
in „STM32U599 reagiert nicht: Keine Funktion auf dem Custom Board“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
TheHelperV2.pdf
V P P P 28I2C3_SDA 1 V SDA PB7 PB5 J2 C3 SW1 SCL 5 I2C1_SCL 25 PA15 PA8 18I2C3_SCL 2 OLED 100n/50V SW_SPST 4 2 5 3 29 PA0 6 10 ~{Alert} PB6 PA1 R1 9 Vin+ 2 PA2 7 GND Vin- A0 8 GND 10m 8 N 1 PA3 Vbus G A1 PA4 9 10 OLED 0.96 SSD1306 H2
in „Schaltplancheck Powermonitor“ · Mikrocontroller und Digitale Elektronik ·