-
Datei
rtc.c
im Struct "EASTER_t". * siehe auch http://www.nord-com.net/h-g.mekelburg/kalender/kal-65.htm */ uint8_t calcEasterSunday(uint16_t year) { uint16_t A, D, R, OG, SZ, OE; uint16_t K = year / 100; uint16_t M = 15; int16_t S = 0; if (year > 1582) { M += ((3 * K + 3) / 4) - ((8 * K + 13) / 25); S = 2 - ((3
in „STM32F1 RTC eine Sekunde generieren“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Dokumentation.PDF
PA4PI211020 STEP_C0 P3 T5 Q6 PI1213013 MODE1_D0 AUX2 PII3702PC5 / ADC15 ADC5 / PA5PI221021 DIR_C0 FAN 8 Q7 PI1113012 MODE2_D0 AUX3X PII3803PC6 / I2S2_MCK ADC6 / PA6PI231022 2.5V_REFE PIT501 0 PIIC1GND Q8 PIIC13011 AUX4X PII3903PC7 / I2S3_MCK ADC7 / PA7PI411023 AUX6X 7 GND M74HC4094M1R AUX5X PII4003PC8 USART1_CK / PA8PI421041 TX1 P2 2 AUX9X PII5104PC9 USART1_TX / PA9PI431042 RX1 C38 3.3V AUX10 PII5205PC10 / I2S3_CK USART1_RX / PA10PI441043 AUX7X GND Y1 AUX11 PII5305PC11 / SPI3_MISOUSART1_CTS / PA11PI451044 AUX8X GND
-
Datei
main.c
TIM_CLOCKDIVISION_DIV1; if (HAL_TIM_Base_Init(&htim2) != HAL_OK) { _Error_Handler(__FILE__, __LINE__); } sClockSourceConfig.ClockSource = TIM_CLOCKSOURCE_INTERNAL; if (HAL_TIM_ConfigClockSource(&htim2, &sClockSourceConfig) != HAL_OK) { _Error_Handler(__FILE__, __LINE__); } sMasterConfig.MasterOutputTrigger
in „UART USB STM32F407VGT“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2c.cpp
SUCH DAMAGE. * * ====================================================================*/ #include <stm32f10x.h> #include <i2c.h> I2C::I2C(int nr) { if (nr==1) I2CX=I2C1; if (nr==2) I2CX=I2C2; } void I2C::DelayuS(uint32_t uS) { uint32_t CyclestoLoops; CyclestoLoops = SystemCoreClock; if (CyclestoLoops
in „CubeMX und HAL - I2C hängt sich auf“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
BU208D.pdf
4 A 2 V fT Transition Frequency IC= 0.1 A VCE = 5 V f = 5 MHz 7 MHz ∗ Pulsed: Pulse duration = 300 s, duty cycle 1.5 % Safe OperatingArea (TO-3) Safe OperatingArea (TO-218/ISOWATT218) 2/8 BU208D / BU508D / BU508DFI DCCurrent Gain Collector EmitterSaturationVoltage Base Emitter SaturationVoltage Switching
in „Qualität heutiger Transistoren“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
main.c
received from the SPI bus. * @param byte : byte to send. * @retval : The value of the received byte. */ u8 SPI_NOKIA_SendByte(u8 byte) { SPI_I2S_ReceiveData(SPI1); /* Loop while DR register in not emplty */ while (SPI_I2S_GetFlagStatus(SPI1, SPI_I2S_FLAG_TXE) == RESET); /* Send byte through the SPI1 peripheral */ SPI_I2S_SendData(SPI1, byte); /* Wait to receive a byte */ while (SPI_I2S_GetFlagStatus(SPI1, SPI_I2S_FLAG_RXNE) == RESET); /* Return the byte read from the SPI bus */ return SPI_I2S_ReceiveData(SPI1); } void
in „Nokia Display an STM funktioniert nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
configured peripherals */ MX_GPIO_Init(); MX_RTC_Init(); MX_USART3_UART_Init(); /* USER CODE BEGIN 2 */ uint8_t mytext[]="Bereit\r\n"; sprintf(Tx_Buffer,"%s",mytext); Tx_len=strlen(Tx_Buffer); HAL_UART_Transmit_IT(&huart3,(uint8_t *)Tx_Buffer,Tx_len); HAL_UART_Receive_IT(&huart3,(uint8_t *)Rx_Data,1); /* USER
in „STM32Cube HAL UART Einstieg“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
spi2_slave.c
, Bytewert der gelesen wurde //-------------------------------------------------------------- uint8_t SPI2_Slave_ReadByte(uint8_t adr) { uint8_t ret_wert=0; if(adr>SPI2_RAM_SIZE) return(0); ret_wert=spi2_ram[adr]; return(ret_wert); } //--------------------------------------------------------------
in „RaspberryPI <- SPI -> STM32F4“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
io_test.c
Ursachenvorschung" fuer unterschiedliche Geschwindigkeiten beim Set / Reset von GPIO Pins Hardware : STM32F103C8 IDE : make - Projekt Library : libopencm3 Toolchain : arm-none-eabi 18.02.2020 R. Deelig ------------------------------------------------------------- */ #include <stdint.h> #include <stdlib.h
in „STM32F103: Unterschiedliche Puls-Pausezeiten, Pausezeiten länger“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
); } /* TIM8 init function */ static void MX_TIM8_Init(void) { TIM_ClockConfigTypeDef sClockSourceConfig; TIM_MasterConfigTypeDef sMasterConfig; TIM_SlaveConfigTypeDef sSlaveConfig; TIM_OC_InitTypeDef sConfigOC;
in „Zeitmaschine“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usb.c
while (i>0) { c = D & 0xFF; /* LSB zuerst */ UsbRxBuf[rxw] = c; rxw = (rxw+1) & (rxLen-1); D = D >> 8; --n; if (!n) { D = *P++; n = 2; } --i; } ClearBuffer(logEpBulkOut); /* wir haben's gelesen */ } void OnEpIntIn (void) /* Int-EP IN */ { /* erstmal nix */ } void OnEpIntOut (void) /* Int-EP IN */ { /
in „An W.S.: Läuft deine USB Implementierung auch auf STM32F303?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
; SPI_Init(SPI1, &SPI_InitStructure); // SPI_I2S_ITConfig(SPI1, SPI_I2S_IT_TXE, ENABLE); SPI_I2S_ITConfig(SPI1, SPI_I2S_IT_RXNE, ENABLE); SPI_CalculateCRC(SPI1, DISABLE); SPI_Cmd(SPI1, ENABLE); // And now finally write & read back bool ok[RAM_banks
in „SPI-RAM-Bank an STM32F0-Discovery - write, kein read“ · 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 00:36 Identifikation eines Arduino Stepper + AccelStepper? Stefan 8 11.07.2025 11:55 Auto-Off für Schaltung, aber mit Schalter statt Switch Martin E. 14 11.07.2025 14:36 ESP32 Max485 und 6N137 brennt ab Dominic S. 12 11.07.2025 01:05 HX711 / Wägezelle driftet L.S. 51
in „einzelne Threads ausblenden?“ · www.mikrocontroller.net · · Screenshots
-
Datei
usb.c
while (i>0) { c = D & 0xFF; /* LSB zuerst */ UsbRxBuf[rxw] = c; rxw = (rxw+1) & (rxLen-1); D = D >> 8; --n; if (!n) { D = *P++; n = 2; } --i; } ClearBuffer(logEpBulkOut); /* wir haben's gelesen */ } void OnEpIntIn (void) /* Int-EP IN */ { /* erstmal nix */ } void OnEpIntOut (void) /* Int-EP IN */ { /
in „An W.S.: Läuft deine USB Implementierung auch auf STM32F303?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MAR-6_.pdf
access this information enter the model number on our web site home page. Performance data, graphs, s-parameter data set (.zip file) Case Style: VV105 Plastic micro-x, .085 body diameter, lead finish: tin/silver/nickel Tape & Reel: F20 Suggested Layout for PCB Design: PL-262 Evaluation Board: TB-432-6+
in „Wie ist ein MMIC intern aufgebaut?“ · HF, Funk und Felder ·
-
Datei
sdcard.c
#define CMD8 (8) /* SEND_IF_COND */ #define CMD9 (9) /* SEND_CSD */ #define CMD10 (10) /* SEND_CID */ #define CMD12 (12) /* STOP_TRANSMISSION */ #define ACMD13 (0x80+13) /* SD_STATUS (SDC) */ #define CMD16 (16) /
in „Problem FatFS + SPI“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
sysinit.c
*********************** */ /* -------------- System Include Files ------------------- */ #include "stm32f10x_conf.h" #include "system_stm32f10x.h" /* -------------- Standard Include Files ----------------- */ #include <stdbool.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> /* ---------
in „Timer Interrupt STM32F103“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
graphik.c
<stdlib.h> #include <math.h> /* ------------ Special Include Files --------------- */ #include "tm_stm32f4_ili9341.h" #include "tm_stm32f4_rtc.h" /* ------------ Projekt Include Files --------------- */ #include "config.h" #include "graphik.h" #include "rtc_user.h" /* ------------ Typen Deklarationen
in „Organisation der Header und Includes“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Rote Leiterplatte mit elektronischen Bauteilen
+8.23V, VD1, DD2, R2, C12, C20, C18, C16, C14, C10, C8, C6, C4, C2, C1, C15, C22, R15, R16, R17, R18, R19, L2, KT2, V5, 306E, M2, RP1, 100, ISP, STM32, 16.000MHz, MDL_OUT, GND, +5V, TXD, DSO TECH, PED-S1
in „Von 12 V auf 5V und 3.3V“ · Analoge Elektronik und Schaltungstechnik · · Platinenfotos
-
Datei
stm32f4x7_eth.h
**** */ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __STM32F4x7_ETH_H #define __STM32F4x7_ETH_H #ifdef __cplusplus extern "C" { #endif /* Includes ------------------------------------------------------------------*/ #include "stm32f4x7_eth_conf.h" /** @addtogroup STM32F4x7_ETH_Driver * @{ */ /** @defgroup ETH_Exported_Types * @{ */ /** * @brief ETH MAC Init structure definition * @note The user should not configure all the ETH_InitTypeDef structure's fields. * By
in „STM32-E407 Ethernet / UDP“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4x7_eth.h
**** */ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __STM32F4x7_ETH_H #define __STM32F4x7_ETH_H #ifdef __cplusplus extern "C" { #endif /* Includes ------------------------------------------------------------------*/ #include "stm32f4x7_eth_conf.h" /** @addtogroup STM32F4x7_ETH_Driver * @{ */ /** @defgroup ETH_Exported_Types * @{ */ /** * @brief ETH MAC Init structure definition * @note The user should not configure all the ETH_InitTypeDef structure's fields. * By
in „Olimex STM32E407, FreeRTOS und lwip“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
spi.c
#ifdef SPI1_ENABLED spi_peripheral_t* spi_periph1 = (spi_peripheral_t*) 0; void spi1_trans_end(uint8_t dma_channel_number); void spi1_trans_error(uint8_t dma_channel_number); #ifdef SPI1_QUEUE_SIZE #if(SPI1_QUEUE_SIZE == 0) #undef SPI1_QUEUE_SIZE #else struct spi_transaction_s* spi1_queue[SPI1_QUEUE_SIZE
in „STM32L1xx DMA+SPI: 2 Bugs“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
samsung_bn44-00262a.pdf
5W E 3 1608 5.1KF RP807 DM852 CM853 RM865 RM866 11 1608 5.1KF 1N4007 47uF 470J 470J 1 D LX801S 1608 50V 3216 3216 RM874 10 D RP801 1608 625120S 470KJ UP801S 10KF CM863 RM875 9 1608 FAN7530 RM880 N.C N.C AMP 1608 8 1 INV 8 VCC DM804 CX801S OUT KDS184 7 Max. 0.47uF, 250Vac 2 MOT 7 2 6 GND RM890
in „Reparatur TV-Netzteil“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Screenshot eines Social-Media-Posts mit Oszilloskop-Foto
of your chip. If you do it carefully enough you can overclock and underclock without any contact. STM32f1 on a 4Mhz noise slows down the speed by half of 8mhz oscillator(both hse/hsi). RIGOL DS1054Z OSCILLOSCOPE UltraVision 20MHz 50MS/s 2.00ns 10.0ns 2.00V 5.00V 1.00V 1.00V 10:45 PM · Apr 22, 2024 · 16.8K Views
in „EtherCAT wächst, RISC/V im Fokus der Politik, neue RPi Compute Modules uvm“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
main.c
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm8s.h" /** * @addtogroup GPIO_Toggle * @{ */ /* Private typedef -----------------------------------------------------------*/ /* Private define --------------------------------------------------------
in „STM8 Example Code“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
(1000); LED1_LO(); LED2_LO(); LED3_LO(); LED4_LO(); LED5_LO(); LED6_LO(); LED7_LO(); LED8_HI(); DelaymS(1000); LEDsSet(0x55); DelaymS(1000); LEDsSet(~0x55); DelaymS(1000); LedState = 0x01; while(1) { if(((LedState <<= 1) > 0x80) || (LedState == 0)) { LedState = 0x01; } LEDsSet(LedState);
in „STM32 103RB und Probleme mit SPI1“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
touch.h
DEFINITIONEN // XPT2046-Control-Byte // BIT7(MSB) BIT 6 BIT 5 BIT 4 BIT 3 BIT2 BIT 1 IT 0(LSB) // S A2 A1 A0 MODE SER/DFR PD1 PD0 //Mode = 0 -> 12bit, Mode = 1 -> 8bit //SER/DFR = 0 -> diff, SER/DFR = 1 -> single ended #define errTP 0x40; // EXTERNE VARIABLEN int16_t TPLr; //-----------------------
in „Touch - wie kalibrieren in C?“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Leiterplatte mit STM32MP15A3 Prozessor
15023194-02 CN5 AI C1 A9 CN7 CN2 BITRUN CN6 R29 R32 R38 R43 R47 R50 CONN2 0.3 CN8 R73 R74 R75 R76 C69 R72 R73 P1 CONN1 A22 U5 AB22 C110 C112 C113 C114 C107 C57 IC4 C8 R89 C109 R88 P14 S21120898840 000 FEMDRW006G-88A39 AI C2 STM32MP15A3 HP KOR Z C52 L2 C61 IC4 AB1 C106 C193 C94 CN9
in „free2move eProWallbox Reverse Engineering (OEM Bitron; ISO 15118 (!), Linux)“ · Fahrzeugelektronik · · Platinenfotos
-
Datei
main.c
); SPI_RxFIFOThresholdConfig (SPI1, SPI_RxFIFOThreshold_QF); // Set RXNE when Fifo is 1/4 full (8 bits) // SPI_I2S_ITConfig(SPI1, SPI_I2S_IT_RXNE, ENABLE); // RX IRQ enable SPI_Cmd(SPI1, ENABLE); // Stuff for timing (SysTicks) RCC_GetClocksFreq(&Clocks); SysTick_Config( Clocks.HCLK_Frequency/1000
in „SPI-RAM-Bank an STM32F0-Discovery - write, kein read“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
schaltung.pdf
IC1 20 1 4 VCC TXD 5 VCCIO RXD 3 +FT_C1 FT_C2 +FT_C3 19 RTS 11 GND RESET CTS STM32 - UM0919 1x16 DTR 2 GND2 GND VSS 10nF 100nF 4.7uF 27 OSCI DSR 9 NC2 NC1 VDD 5 28 OSCO DCD 10 3V3 5V V0 GND 6 VBAT PB9 RS 4 +D RI VCC_FT&AM PC13 PB8 R/W 3 FT_C4 23 FT_R1 PC14 BOOT E 2 -D CBUS0 22 PC15
-
PDF
MP1776A_E3201-1.pdf
of STM-256/ STS-768) Specifications MP1776A (main frame), MU177601B (12.5 Gb/s Error Detector) Operating frequency 100 MHz to 12.5 GHz PRBS pattern: 2 – 1 (n: 7, 9, 11, 15, 20, 23, 31) n Zero substitution
in „BER Messung mit Anritsu MP1776A“ · HF, Funk und Felder ·
-
Bild
Zusammensetzung aus Fotos und Schaltplänen einer Leiterplatte
Analysis done by Reiner Ziegler ESP W:ROOM-02D = ESP8266 nur WLAN, kein BT STM-5 94V-0 F207844 3,3V TX RX GND 1 2 3 4 5 6 7 8 G C E D A H B C D E F G H I J K L M N O P Q R S T U V W X Y Z 3,3V GND GND TX RX GND 22R 22R UART DOWNLOAD IO1 bis IO4 BOOT OPTION PC8 ANTENNA 10nF 10nF
in „erste Anlyse der Bosch Spexor Hardware“ · Haus & Smart Home · · Fotos
-
PDF
spma014.pdf
interrupt coming in (interrupt-continue for LDM and during servicing is held off. STM, unlike the blocking ARM7/ “Stubs” and hidden code to handle interrupts in ARM9 for example), and support software. 8 levels of fully nested priority. Variable size • Algorithm time Using variables
in „ARM Cortex & GCC: Worauf achten für "optimalen" Code?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f10x_sdio.c
/h2> */ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x_sdio.h" #include "stm32f10x_rcc.h" /** @addtogroup STM32F10x_StdPeriph_Driver * @{ */ /** @defgroup SDIO * @brief SDIO driver modules * @{ */ /** @defgroup SDIO_Private_TypesDefinitions * @{ *
in „STM3210E EVAL SD-Controller SDIO + HiTOP“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MK_STM32F4_Sensorboard_Schematic.pdf
GND S e 0.1uF VBAT 14 VBAT 78 TP17 TP16 TP19 TP18 TP12 TP11 TP8 1 2 R 90 NRST V SPI-3 PC10/SPI3_SCK 79 SPI3_SCK TRST 94 PB4/NJTRST PC11/SPI3_MISO 80 SPI3_MISO SPI3_CS_LSM330DLC_A BOOT0 37 BOOT0 7 (MASTER)
in „I2C-Kommunikation stoppt nach ca. 1-5 Sekunden“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MK_STM32F4_Sensorboard_Schematic-2.pdf
GND S e 0.1uF VBAT 14 VBAT 78 TP17 TP16 TP19 TP18 TP12 TP11 TP8 1 2 R 90 NRST V SPI-3 PC10/SPI3_SCK 79 SPI3_SCK TRST 94 PB4/NJTRST PC11/SPI3_MISO 80 SPI3_MISO SPI3_CS_LSM330DLC_A BOOT0 37 BOOT0 7 (MASTER)
in „EAGLE: Sprungfahnen“ · Platinen ·
-
Bild
Blockschaltbild eines NanoVNA
nanovna-blockdiagram.png SA612AD Bridge TX DUT RX 100k~ 200MHz Si5351A VCTCXO 26.000MHz MCLK I2C I2S I2S Codec TLV320 AIC3204 IN3 reflect IN2 reference IN1 thru STM32 F072C8T6 Cortex-M0 48MHz Push SW Lever SW USB LDO 3.3V MCP 73831 LiPo SPI LCD ILI9431 320x240 DAC
in „Verständnisfrage VNA“ · HF, Funk und Felder · · Diagramme
-
Bild
Foto eines Computerbildschirms mit Programmcode und Software-Tabelle
At the end of your operations, put the device into sleep mode np0_device_go_to_sleep(); Default (STM) UART 1.398 5.38s 0.65% 500 uA 3.3 uA Pin 3 0 us 0% 0 nA Pin 2 97.90s 11.87% 120 uA 14.2 uA Pin 1 0 us 0% 0 nA Pin 0 24.80s 3.01% 1.2 mA 36.1 uA Total average: 53.9 uA Battery capacity: 230 mAh Aprox. battery life: 5.8 months
in „Electronica 2024, Tag 2 – nRF54, ARM Cortex-M52 und mitdenkende LEDs“ · Mikrocontroller und Digitale Elektronik · · Fotos
-
PDF
Advantest_R4131.pdf
INSTRUCTION MANUAL 1 0 .4 IF F ilte r A d ju stm e n t (Y T O -C O N T /IF -.- - B oardj 0 S e t th e R 4 1 3 1 a s R B W : 3 kH z () A d ju s t th e R 1 8 4 s o th a t R B W is s e t to th e s a m e le v e l a t 3 0 0 k H z 1 0 .4 .5 S te p A m p
in „Advantest Spectrum Analyser R4131B Fehler im Netzteil“ · HF, Funk und Felder ·
-
PDF
MCP3911_Eval_1901A.pdf
X4 A V C1 C2 D3 A 1 1 3 5 4 AC V- 2 100uF 2 EXT_CLK X5 1 1 2 2 X6 MOSI 2 1 10u LED RST X7 3 3 4 4 X8 MISO Phoenix Contact 1711026 15VAC MDB10S LM2937ET-3.3/NOPB MDAT1 X9 5 5 6 6 X10 CS R1 SCK X11 7 7 8 8 X12 DR TP2 GND 0 R2 9 9 10 10 X13 MDAT0 +3.3V V R3 Limits to ~5mA RMSTestpoint 1k 1 4.2k GND GND
in „[V] MCP3911 EVAL Board und EA Smart-Display TFT 4.3"“ · Markt ·
-
Bild
Schaltplan eines 4-Kanal analog Datenloggers
R15 R3 R5 R6 10K 10K 10K 1K 1K 1K 0-3.3V 0-3.3V 0-3.3V U-IN SD1 MMBD1504 SD2 MMBD1504 U-IN SW1 SW2 S1 S2 START STOPP LED1 LED2 LED-SMD LED1-SMD LED2-SMD VSS SW1 SW2 PF2-NRST PA15 PA14-SWDCLK PA14-SWDCLK PA13-SWDIO PA12 OSC32_O PA11 OSC32_O PA10 PC15 PC6 PC20 PA8 PA7 PA6 PA5 PA4 PA3 PA2 PA1 PA0 VDD IC1
in „2-Kanal analoger Datenlogger, mobil“ · Projekte & Code · · Schaltpläne
-
PDF
intesisbox_me-ac-eno-1_user_manual_en.pdf
commercialised in Europe. User's Manual v1 r8 eng Reference: ME-AC-ENO-1 / 1C Issue Date: 02/2012 This information is subject to change without notice 1 / 28 © Intesis Software S.L. - All rights reserved emailinfo@intesis.comis.com
in „Intesis ME-AC-ENO-1 (Enocean): wie ansteuern?“ · Haus & Smart Home ·
-
Datei
oneWire.c
***/ /* Includes **********************************************************************/ #include "stm32f10x_conf.h" #include "Delay.h" #include "oneWire.h" #include "math.h" /* Functions **********************************************************************/ //reset device uint8_t ds1820_reset(GPIO_TypeDef
in „Timingproblem mit Onewire und STM32“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Pt100-Vierleiter-Verdrahtungsdiagnose.pdf
/ Fremdspannung / Open PGA ×8…×16 Leitungsabfall 1–20 mV auflösen t_settle 2–5 ms Kabelkapazität, INA, Mux Stückliste (diskrete Variante) Teil Vorschlag Rolle MCU STM32G4 / RP2040 (12-bit reicht zur Diagnose) Mux, Ablauf, Schwellen
in „ESP 32 oder Nano“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
_4) != HAL_OK) { _Error_Handler(__FILE__, __LINE__); } HAL_TIM_MspPostInit(&htim5); } /* TIM8 init function */ static void MX_TIM8_Init(void) { TIM_ClockConfigTypeDef sClockSourceConfig; TIM_MasterConfigTypeDef sMasterConfig; htim8.Instance = TIM8; htim8.Init.Prescaler = 0; htim8.Init.CounterMode
in „Game of Life läuft nur eine Runde!“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
definitions.h
uint8_t code; uint8_t position; }u8three_t; typedef struct u8four{ uint8_t code; uint8_t position; }u8four_t; typedef struct u8fife{ uint8_t code; uint8_t position; }u8fife_t; typedef struct u8six{ uint8_t
in „Interrupt wird ständig aufgerufen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Schaltbild_v2_2.pdf
3 3 U303 LCD−MISO 2 T_DO e 2 6 2 0 0 0 0 fb 0603_0805_0 0 SK−12D02−VG3 0 C e REFL dni=1 C C e R 3 8 1 5 u 5 u 5 u 0 0 7 1 c G552 G502 _ _ B B T B B B B B 1 L 3 R320 22 1 1 r 7 0 0 5 u 2 o G553 G503 dni=1 D S P P O P P P − − P W 8 LCD−MOSI 3 T_DIN 1 l 1 5 u IP5305 U701 CONN3 y dni=1 V V B S D D S 4
-
PDF
LinMon_Kurzanleitung_140.pdf
U , basierend auf dem ISO9141-Standard. batt Abb. 6-7 : Prinzipschaltbild Abb. 6-8 : Sende- bzw Empfangstoleranzen Sendeseitig wird eine Spannung von mindestens 80% U als „high“ definiert, ein batt Wert unter 20% von U battilt als „low“. Empfangseitig ist > 60% von Ubatt „high“, <
in „LIN Kommunikation Master Slave“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
Enthält das zu schreibende Byte. * @retval None */ void SPI_WriteByte(unsigned char Byte) { SPI_I2S_SendData(SPI1, Byte); while(SPI_I2S_GetFlagStatus(SPI1, SPI_I2S_FLAG_TXE) == RESET); } /** * @brief Schreibt ein Byte an die Angegebene Adresse über den SPI Bus. * @param Addr: Enthält die Adresse an
in „STM32 SPI-Bus Probleme mit Prescaler und delay() Realisierung“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
27920-Humidity-Sensor-Datasheet.pdf
T E C H N IC A L 1 A T A R E L A T IV EH U M ID IT YS E N S O R H S1 1 0 0/H S1 1 0 1 Based on a unique capacitive cell, these relative humidity sensors are designed for high 1 volume, cost sensitive applications such as office automation, automotive cabin air
in „Sensor anschließen ?“ · Mikrocontroller und Digitale Elektronik ·