Home baud

baud

5 Articles

STM32 UART #3 || Receive Data in Blocking & Interrupt mode

This is the 3rd tutorial in the STM32 UART series. Today will learn How to receive the data via the UART using Blocking...

AVR #3. How to Configure UART & Send Data

This tutorial covers how to configure UART in AVR MCU, and how to transmit a single byte or the entire string via the...

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

Send and Receive data to PC without UART (STM32 USB COM)

This tutorial will cover how can we use the STM32 USB to send and receive data from the computer, just like we did...