Home delay

delay

8 Articles

ATtiny817 Xplained mini || Clock setup || LED Blink

This tutorial covers how to setup the first project in the microchip atudio for the AVR ATtiny817 xplained mini board and blink the...

STM32F103 Clock Setup using Registers

This tutorial will cover Clock setup, Timer Setup for Delay, and GPIO configuration for STM32 F103 using the Register based programming.

STM32 Clock Setup using Registers

This tutorial will cover how to configure the clock in STM32 using Registers only. This is the first tutorial of the STM32 Register...

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 interface DHT22 sensor with STM32

This tutorial will cover how to interface the DHT22 Temperature and Humidity sensor with STM32. We will use the timer to generate...

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..