
DIGITAL CLASS D AMPLIFIER CIRCUIT TAS5706A PCM1850A ATMEGA128
Share this:TAS5706A Class D Amplifier was itself the signal processor. From this parts depend all the other el...

How to control DC motor speed using PWM on Atmega32
Share this:Using PWM (Pulse Width Modulation) to control a device is a common practice in embedded systems; fo...

Programming ATtiny85 with Arduino Uno
Share this:Story I am working on a project which requires reading multiple sensor data on different locations....

Markov Music Box
Share this:markov summary Traditional music boxes play one or two tunes very well, but are not very interactiv...

Introduction to AVR Microcontroller Pulse Width Modulation (PWM)
Share this:PWM is used in many industrial mostly for controlling the motor speed. The PWM is used because it’s...

AVR Twinkle Twinkle Using PWM Project
Share this:Would be interesting if we could make our microcontroller to sing for us not just beeping or blinki...

AVR LCD Thermometer Using ADC and PWM Project
Share this:Sometimes we need our microcontroller to interact with more human readable information. It will be...







Share this: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 typ... Read more
Share this: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... Read more
Share this: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 expensiv... Read more
Share this: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 n... Read more
Share this: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 m... Read more
Share this: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 featur... Read more
Share this: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. T... Read more
Share this: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... Read more
Share this: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... Read more
Share this: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... Read more