
Finally my Arduino is here. Bought it from homebrew-tech.com which is an official distributor listed on the arduino.cc website.

Yeah it's expensive but it's a genuine Arduino board and not 3rd party ones. Moreover, this is the latest revision of the Uno, the R3.
Here is the package.

Genuine Arduino Uno R3 made in Italy.

Some close-up shots.



Connected the Arduino and installed the correct drivers. This is how it shows up in Device Manager.

Now, to test it by loading the blink sketch.

For those who knows C or C++, you will definitely feel at home when writing sketches on the Arduino IDE. If you noticed, the IDE does have a built-in delay function, just specify the time in ms in delay(). In this case I used delay(1000) which means 1 second of delay. Much easier than programming a PIC MCU.
This is the video of the Uno R3 in action.
[YOUTUBE]2yaS_pBNtfQ[/YOUTUBE]
For more Arduino projects, please check out my website at http://waihung.net. Thanks.