Related posts

STM32 AD5621 DAC Sinus Wave Generation

STM32 APDS-9005 Luminance Sensor Interface

STM32 12-bit DAC MCP4921: Analog Signal Generation

6 comments

STM32 ADC & ACS712 Hall Effect-Based Current Sensor - The Embedded Things May 5, 2024 - 5:41 am
[…] STM32 […]
Performance Analysis of ADC Modes on STM32: Polling,Interrupt,DMA - The Embedded Things September 23, 2024 - 9:55 pm
[…] implement this system, we can use three different methods to read the ADC result and set the PWM duty cycle using ADC Polling, Interrupt, and DMA  modes […]
Load Cell Amplifier HX711: Interfacing with STM32 - The Embedded Things September 24, 2024 - 11:38 pm
[…] with the HX711 load cell, ensuring accurate weight measurement. We’ll then enable the TIM1 timer to create precise microsecond delays for the HX711 communication protocol, crucial for […]
Servo Motors Control with STM32 - The Embedded Things October 9, 2024 - 2:31 am
[…] Pulse Width Modulation (PWM) is a method used to create analog signals from digital sources by adjusting the duration of pulses […]
Servo Motors Control with STM32 - The Embedded Things October 9, 2024 - 2:37 am
[…] learn how to control servo motors using STM32 microcontrollers by utilizing Pulse Width Modulation (PWM) to achieve precise positioning. Servo motors are crucial components in robotics and automation due […]
STM32 H-Bridge Motor Driver: Control DC Motor Direction - The Embedded Things October 9, 2024 - 7:44 am
[…] your firmware, configure the GPIO pins as outputs and utilize Pulse Width Modulation (PWM) for speed control. This configuration allows efficient management of the motor’s direction […]
Add Comment