Quantcast
Channel: Lowyat.NET: Latest topics in Reviews and Guides
Viewing all articles
Browse latest Browse all 559

Arduino Uno R3, The latest Arduino

$
0
0
user posted image

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

user posted image

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.

user posted image

Genuine Arduino Uno R3 made in Italy.

user posted image

Some close-up shots.

user posted image

user posted image

user posted image

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

user posted image

Now, to test it by loading the blink sketch.

user posted image

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.

Viewing all articles
Browse latest Browse all 559

Trending Articles