Video scenes shots:

  

Watch the video:




Other videos:

Burn the Bootloader without AVR-Writer  [Arduino Diecimila] Burn the Bootloader without AVR-Writer [Arduino Diecimila]
Posted by: kimkosmac

Video duration: 218 seconds

Burning the Bootloader without external AVR-Writer / Arduino Diecimila
http://www.geocit ies.jp/arduino_dieci mila/bootloader/inde x_en.html



Arduino meets Processing via WiFi Arduino meets Processing via WiFi
Posted by: kimkosmac

Video duration: 133 seconds

http://www.geocities .jp/arduino_diecimil a/wifi/index_en.html #diag
Arduino -- Fonera -- [WiFi(TCP/IP)] --
-- Processing Server



Arduino LED Matrix Accelerometer Arduino LED Matrix Accelerometer
Posted by: kimkosmac

Video duration: 17 seconds

Arduino LED Matrix Accelerometer
http://www.geocit ies.jp/arduino_dieci mila/led_matrix_acce l.pde.txt



Arduino  8x8 LED Matrix Arduino 8x8 LED Matrix
Posted by: kimkosmac

Video duration: 12 seconds

Arduino LED 8x8 Matrix
using MAX7221



arduino servo arduino servo
Posted by: kimkosmac

Video duration: 36 seconds

//arduino servo conrol
#include "Servo.h"
Servo servo;
void setup() {
servo.attach(3);< br /> }
int val;
void loop(){
val=analogRead(0) *180.00/1023;
servo.write(val);
delay(20);
Servo::refresh();
}



Akibarduino Akibarduino
Posted by: kimkosmac

Video duration: 101 seconds

Akibarduino is Arduino-Diecimila Clone.
Voice is Japanese
http://www.geocit ies.jp/akibarduino/ (japanese)



Arduino LED contrl Arduino LED contrl
Posted by: kimkosmac

Video duration: 26 seconds

modified
http://www.arduin o.cc/en/Tutorial/Loo p



Old Lego MindStorms Rover-bot#2 Old Lego MindStorms Rover-bot#2
Posted by: kimkosmac

Video duration: 193 seconds

Old Lego MindStorms Rover-bot#2
It was made for contest of Lego robot
--
[Start]
Line following
Picking the object
Running around 2 times on track
Climbing the obstacle
[Goal]



Old Lego MindStorms Rover-bot Old Lego MindStorms Rover-bot
Posted by: kimkosmac

Video duration: 163 seconds

It was made for contest of Lego robot.
--
[Start]
Bridging over the valley
Going on the bridge
Removing the bridge
Pushing down the object
[Finish]