Home over

over

5 Articles

AVR Tutorial #5. How to use ADC

This tutorial covers how to implement the ADC with the AVR MCU. We will use the ATtiny85 with the microchip studio to interface...

AVR Tutorial #4. Send Data via UART

This tutorial covers how to use the bit banging in the AVR MCU to send the datta as the UART data. I used...

How to Setup UART using Registers in STM32

In this tutorial of the STM32 Register series, we will see how to configure the UART using Registers. We will transmit some data...

PWM with DMA in STM32

This tutorial will cover how to use the Timer to generate the PWM(Pulse Width Modulation) wave in STM32. We will use the PWM...

How to communicate between HC-12 using STM32

This tutorial will cover how to communicate between STM32 MCUs using the HC-12 Module. We will use the uart to send the data...