pwm

PWM Motor Driver

PWM Motor Driver with MOSFET H-Bridge and AVR ATmega8

Here is a very simple project of controlling a small DC-motor (taken from an old personal cassette player) with ATmega8. The ATmega8 is having three PWM channels, out of which two are used here. PWM waveforms are fed to MOSFET (RFD3055) H-bridge. Here, direction is controlled using a two-position toggle switch and speed of the …

PWM Motor Driver with MOSFET H-Bridge and AVR ATmega8 Read More »

Controlling DC motor

Controlling DC motor with AVR ATtiny13 PWM and ADC Project Using Atmega

It’s interesting to explore what we can do with this tiny 8 pins; 8-bit microcontroller. The ATtiny13 is the smallest and cheapest Atmel AVR 8-bit microcontroller families but yet, it’s loaded with sophisticated peripherals such as two 8-bit PWM channels and 4 channels 10-bit ADC. Although the memory is quite small; 1 K flash, 64 SRAM …

Controlling DC motor with AVR ATtiny13 PWM and ADC Project Using Atmega Read More »

AVR Twinkle Twinkle

AVR Twinkle Twinkle Using PWM Project Using Atmega

Would be interesting if we could make our microcontroller to sing for us not just beeping or blinking; this project is all about using the powerful AVR ATmega168 16-bit PWM feature to produce accurate musical notes such as playing the child’s favorite Twinkle-Twinkle Little Star song or we could say beeping with style. The principal we …

AVR Twinkle Twinkle Using PWM Project Using Atmega Read More »

Schematic Introduction to AVR

Introduction to AVR Microcontroller Pulse Width Modulation (PWM) Using Atmega

PWM is used in many industrial mostly for controlling the motor speed. The PWM is used because it’s the most efficient method comparing to the analog one. That’s why most of the modern microcontrollers today have this features build in. How does this PWM works will be described on the following circuits: On the figure 1A …

Introduction to AVR Microcontroller Pulse Width Modulation (PWM) Using Atmega Read More »

DIGITAL CLASS D AMPLIFIER CIRCUIT

DIGITAL CLASS D AMPLIFIER CIRCUIT TAS5706A PCM1850A ATMEGA128

TAS5706A Class D Amplifier was itself the signal processor. From this parts depend all the other elements. Has an impact on the type of power supply, the control method of the type converter. That… Electronics Projects, Digital Class D Amplifier Circuit TAS5706A PCM1850A ATmega128 “audio amplifier circuits, avr project, class d amplifier circuit, ic amplifier, microcontroller projects, “ TAS5706A …

DIGITAL CLASS D AMPLIFIER CIRCUIT TAS5706A PCM1850A ATMEGA128 Read More »

PWM Motor Driver

PWM Motor Driver with MOSFET H-Bridge and AVR ATmega8

Here is a very simple project of controlling a small DC-motor (taken from an old personal cassette player) with ATmega8. The ATmega8 is having three PWM channels, out of which two are used here. PWM waveforms are fed to MOSFET (RFD3055) H-bridge. Here, direction is controlled using a two-position toggle switch and speed of the …

PWM Motor Driver with MOSFET H-Bridge and AVR ATmega8 Read More »

Basic Servo Motor Controlling with Microchip PIC Microcontroller

Basic Servo Motor Controlling with Microchip PIC Microcontroller Using Atmega

The servo motor is widely used in model hobbyist such as airplane R/C model for moving the rudder, ailerons, elevators and acceleration control or in the car R/C model for steering and acceleration control. In this tutorial we will learn how to control the servo motor as well as the simple close loop control algorithm …

Basic Servo Motor Controlling with Microchip PIC Microcontroller Using Atmega Read More »