Arduino
Loading Program to Arduino Pro Mini

Arduino Pro Mini is a compact but powerful Arduino board. Being design with the idea to minimize the cost, the on-board USB to UART chip is taken out. leaving the board with pure ATmega microcontroller, voltage regulator and reset button. Yes, is low cost compare to the typical Arduino Duemilanove or UNO. …
Burning Arduino Bootloader with AVR USBASP

This article shows the simplest way to burn the Arduino’s bootloader fimware to the ATMEGA328P on arduino board.
PROJECT 14 – WIRELESS TEMPERATURE LOGGING

Required to send data in wireless and a long distance? Why not try to use XBee for long distance communication. For this project, we are going to interface LM35 temperature sensor and LED to the PC/Laptop by using XBee with 2 way communication.
PROJECT 13 – UART TO COMPUTER

To deal with computer keyboard, we have to know what kind of signal did keyboard giving when you press a key. For this project, we are going to interface the Arduino Duemilanove to computer through USB.
PROJECT 12 – SERIAL COMMUNICATION CONTROL DC MOTOR

Since we have try how to control DC motor with temperature, how about we try how to control DC motor with our PC/Laptop while sending temperature value to our PC.
PROJECT 11 – PIEZO BUZZER: MELODY

For this project, we are going to interfacing the piezo buzzer to Arduino Duemilanove and create a simple birthday melody by just applying the Pulse Width Modulation(PWM) signal to it.
PROJECT 10 – SERIAL COMMUNICATION CONTROL RC SERVO

Wondering how to control the RC servo motor through your PC/laptop? In this project, we are going to explore on how to control two RC servo’s position through the serial monitor of Arduino programmer. By sending the position from 0 to 180 will determine the servo position.
PROJECT 9 – LM35 CONTROL DC MOTOR SPEED

PROJECT 9 LM35 CONTROL DC MOTOR SPEED Back to Project 8 [...]
PROJECT 8 – ANALOG DISTANCE SENSOR TO LCD DISPLAY

Analog distance sensor, which are mainly use to measure the distance of an object. The advantage of this sensor is the accuracy of sensor can measure the object distance up to centimeter(cm). In this project, we going to interface this sensor to Arduino Deuemilanove and display the value it Arduino LCD Keypad shield.


