Tag: USB
-
Massimo introduces Arduino Leonardo
Arduino Leonardo is a new board in the Arduino Family. More info here http://arduino.cc/en/Main/ArduinoBoardLeonardo Duration : 0:4:59
-
Burning fuses for the AVR and burning arduino bootloader
*My Bootloader file, as shown in the video resources *WinAVR http://sourceforge.net/projects/winavr/files/ *The programmer http://www.adafruit.com/index.php?main_page=product_info&cPath=16&products_id=46 *Fuse Calculator http://frank.circleofcurrent.com/fusecalc/fusecalc.php?chip=atmega328p *AVRDude Tutorial http://www.ladyada.net/make/usbtinyisp/avrdude.html http://www.kevindarrah.com/ Duration : 0:9:51
-
Controlling Robotic Arm with Arduino and USB Mouse
http://www.circuitsathome.com Arduino sketch: http://github.com/felis/USB_Host_Shield/blob/master/examples/arm_mouse.pde Duration : 0:2:54
-
Tutorial 06 for Arduino: Serial Communication and Processing
Serial.flush() has changed in Arduino 1.0. You can use this instead: while(Serial.available()[GREATER-THAN]0) { Serial.read(); } You can download the parts list, code, and schematics from this episode on my website: Tutorial 6 for Arduino: Serial Comm and Processing Submit your arduino project to element14’s arduino contest for a chance to win a soldering station: http://www.youtube.com/watch?v=P5QpyIaycFo…