Home output

output

16 Articles

Interface Passive Buzzer with STM32

This tutorial will cover how to interface the passive buzzer with STM32 and how to play a melody containing tones of different frequencies...

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

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

STM32 TIMERS #6. Timer synchronization || Generate 3 Phase PWM

This tutorial covers another example of timer synchronization, where we will generate 3 phase PWM waveforms using the trigger mode..

Modbus #7. STM32 as Slave || Writing Coils

This tutorial will cover how the STM32 as a modbus slave device will response to the queries regarding writing a single and multiple...

Modbus #6. STM32 as Slave || Write Registers

This tutorial will cover how the STM32 as a modbus slave device will response to the queries regarding writing Registers.

Modbus #5. STM32 as Slave || Read Coils and Inputs

This tutorial will cover how the STM32 as a slave device will send a response to the queries regarding reading Coils and Discrete...

Modbus #4. STM32 as Slave || Read Holding and Input Registers

This tutorial will cover how the STM32 as a modbus slave, that will send a response to the queries regarding reading registers...