- ATMega32 AVR > AVR ATmega Projects > PWM Projects

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

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... Read more
Using PWM (Pulse Width Modulation) to control a device is a common practice in embedded systems; for example, you can use it to control the light intensity of a LED or control the speed of a... Read more
Story I am working on a project which requires reading multiple sensor data on different locations. These require only few PWM pins so using multiple Arduino Uno would be expensive and unnec... Read more
markov summary Traditional music boxes play one or two tunes very well, but are not very interactive. Put differently, they have a high quality of synthesis, but a fixed-pattern note sequenc... Read more
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 micro... Read more
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 produc... Read more
Sometimes we need our microcontroller to interact with more human readable information. It will be better for us if we could make it display the words not just blinking the LED. Today most m... Read more
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 load... Read more
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 h... Read more
Pulse Width Modulation (PWM) is a technique widely used in modern switching circuit to control the amount of power given to the electrical device. This method simply switches ON and OFF the... Read more