Home microsecond

microsecond

4 Articles

How to interface DS18B20 with STM32

Interface DS18B20 Temperature sensor with STM32 using the microseconds delay generated using the Timer. The sensor uses one wire...

How to Interface Stepper motor with STM32

Interface the stepper motor 28BYJ-48 with STM32. The motor is connected via the driver ULN2003. We will use the Half Drive mode...

How to Interface DHT11 sensor with STM32

How to interface DHT11 Temperature and Humidity sensor with STM32. We will use the timer to generate the delay in microseconds...

How to Generate Microseconds delay in STM32

How to generate Delays in micro and NanoSeconds in STM32 using HAL. We will use one of the timers to generate these delays..