Archive for 'Microcontroller'






H-Bridge Microchip PIC Microcontroller PWM Motor Controller

January 26, 2009 by , under Microcontroller.

One of the advantages using the Microchip PIC microcontroller Pulse Width Modulation or PWM for short is; this PWM peripheral circuit is designed to control the DC motor using the full bridge mode PWM feature. The PWM peripheral works by supplying the correct signal to the H-Bridge DC motor circuit such as speed controlling and changing the DC motor direction. (more…)

105 Comments

PIC Analog to Digital Converter C Programming

January 18, 2009 by , under Microcontroller.

The PIC16F690 microcontroller is one of Microchip midrange 8-bit microcontroller that has a build in 10-bit resolution of Analog to Digital Converter (ADC) peripheral. The ADC is one of the important features that enable us to digitize our analog world. Usually we use the electronic sensor to convert the analog value to the voltage level value. (more…)

20 Comments

AVR Twinkle Twinkle Using PWM Project

January 10, 2009 by , under Microcontroller.

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. (more…)

16 Comments

AVR LCD Thermometer Using ADC and PWM Project

January 3, 2009 by , under Microcontroller.

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 modern gadget such as mobile phone and PDA, use LCD (Liquid Crystal Display) for interacting with us. In this project we will learn how to use the 2×16 LCD for displaying the room’s temperature. (more…)

11 Comments

Controlling DC motor with AVR ATtiny13 PWM and ADC Project

December 27, 2008 by , under Microcontroller.

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. (more…)

1 Comment

Introduction to the Microchip PIC C Programming

December 18, 2008 by , under Microcontroller.

The PIC microcontroller is quite popular in industrial and hobbyist, some of the newest 8-bit midrange Microchip PIC microcontroller with nanoWatt technology is PIC16F690, this 20 pin microcontroller has a build in peripherals such as ADC, UART, PWM, I2C, analog comparator and with 7KBytes program memory flash; (more…)

29 Comments

Working with AVR microcontroller Communication Port Project

December 15, 2008 by , under Microcontroller.

Back in the old days the COM port or known as RS-232 (EIA-232 standard) is one of the essential communications protocol and hardware use in many computer system installation start from small UNIX machine to the mainframe. (more…)

No Comments