Do it your self projects
Arduino
DIY Arduino Ethernet Board
Jul 10th

Feel like Ethernet shield are a bit expensive ? you can done it one by your self. This great work showing on instructables how to DIY Ethernet arduino compatible, completely schematic diagram using Microchip ENC 28J60 with PCB layout.
DIY Remote Controlled Arduino Self Balancing Robot
May 24th
DIY remote controlled 2 wheels self balancing robot by using arduino as microcontroller with 300 degree/sec gyro and 1.7 g accelerometer combine with complimentary filter, PID algorithm. more about this project including souce code at : letsmakerobots
Controlled Servo by Computer Vision Coordinate System
May 21st
Work logging were found in Thai forum their done rotating the cat doll from camera vision using ARToolkit to determine the rotating coordinate from the box. their project has been develop by Visual C++ and ARToolkit installed which sending out serial port command to Arduino for controlled Servo angle. many math involved such as Euler angles, Quaternions original source which found at : electoday you may using Google translator for more info.
Ping Pong game on 8×8 LED matrix with Arduino Controller
May 16th
Ping pong game on 8×8 led matrix has been controlled by Arduino micro-controller each side can control the ball by potentiometer. visit site source for more info including source code.
Arduino Controlled 7 Segment 0-99 Counting with speed adjust
May 14th
The Arduino Controlled 2 digit of 7 Segment 0-99 counting with speed variable from 10K potentiometer. More >
Arduino LCD Timer counting Up and Down
May 12th
An example for Arduino timer counting up and counting down display output on LCD screen, Blink when time up. this an example for using millis(); time function. More >
Realtime Arduino A/D Channel Graph plotting
May 10th
Simple way to plot the realtime graph on your monitor from arduino A/D channel using processing. This example we’re using potentiometer to changing voltage level of A/D channel on Arduino board.
Simple 4 LEDs Blink with Arduino
May 8th
Simple 4 LEDs Blink line runing, simple using digitalWrite and delay functions. adjust LEDs speed by change delay time as you like More >



