= Installation = * Get the arduino software from the [http://www.arduino.cc/ Arduino] main page. * [http://www.arduino.cc/playground/Learning/Linux Installing] [http://www.arduino.cc/ Arduino] on Linux * For suse you can install through the rpm [http://download.opensuse.org/repositories/CrossToolchain:/avr/ repository], e.g. for SuSe 11.1 {{{ zypper ar http://download.opensuse.org/repositories/CrossToolchain:/avr/openSUSE_11.1/ arduino] zypper install avrdude avr-libc cross-avr-binutils cross-avr-gcc java-1_6_0-sun }}} The UI of the arduino software only works with the java implementation of sun! = Links = == Distributors == [http://www.watterott.com Watterott] - German distributor.[[BR]] [http://www.nodna.com/ No-DNA] Robot store == Hardware == [http://metalab.at/wiki/Metaboard Metaboard] - Metaboard is a USB based prototyping board for Atmel's AVR.[[BR]] === Shields === [http://www.ladyada.net/make/pshield/ Protoshield] - Creating your own hardware.[[BR]] [http://www.ladyada.net/make/mshield/ Motorshield] - Make things [http://www.ladyada.net/make/mshield/ move].[[BR]] [http://www.watterott.net/projects/arduino-s65 LCD Shield] - 132 x 176 Pixel using the [http://www.watterott.net/arduino/s65-shield_v002.zip LCD lib].[[BR]] [http://arduino.cc/en/Guide/ArduinoEthernetShield Ethernet Shield] - connect to the internet using the [http://arduino.cc/en/Reference/Ethernet Ethernet library].[[BR]] [http://arduino.cc/en/Guide/ArduinoXbeeShield XBee Shield] - can be controlled from an PC with [http://funnel.cc/ Funnel IO] or [http://www.ladyada.net/make/xbee/arduino.html XBee radios].[[BR]] [http://www.atomicsalad.com/archive/2007/03/11/tutorial_sparkfun_protoshield_assembly_use.php Protoshield] - build it![[BR]] [http://www.critterandguitari.com/home/store/arduino-piano.php Pocket Piano] - Musical Instrument === Servo motor control === [http://www.arduino.cc/playground/ComponentLib/Servo Arduino Playground] - The Software Servo Library can drive servos on all of your pins simultaneously.[[BR]] [http://principialabs.com/arduino-serial-servo-control/ Arduino Serial Servo Control] - Pulse-width modulation (PWM) signals sent to the servo are translated into position commands by electronics inside the servo. [[BR]] [http://blog.thestem.ca/archives/74 Arduino Servo Control for Beginners] - Arduino Servo Sketch for analog control of a hitec servo[[BR]] [http://www.flickr.com/photos/m4rlonj/3049843036/ Multiples Servo + Arduino] - 5 and more servos picture series at Flickr.[[BR]] [http://wiring.org.co/reference/libraries/Servo/index.html The Wiring servo motor library] - allows for easily manipulating a standard servo motor connected to a pin. [[BR]] [http://itp.nyu.edu/physcomp/Labs/Servo Servo Motor Control] with an Arduino. [[BR]] ==== Servo motor modification for continuos rotation ==== [http://www.instructables.com/id/How-to-modify-a-servo-motor-for-continuous-rotatio/ Howto] - with pcitures. [http://www.hprinzler.de/kap_e3.htm Mechanical][[BR]] [http://www.acroname.com/robotics/info/ideas/continuous/continuous.html With resistor][[BR]] ==== Bluetooth ==== [http://www.shaduzlabs.com/article-1.html SparkFun SMD Bluetooth] - A low-cost wireless Arduino === Projects === [http://www.ladyada.net/make/spokepov/ SpokePOV] - Some crazy thing for your bike, take a look at [http://www.instructables.com/id/SpokePOV:-LED-Bike-Wheel-Images/ LED Bike Wheel Images], get the [http://www.ladyada.net/make/spokepov/download.html software] and the [http://jacob.hoffman-andrews.com/hacks/spokepov-linux-patch.txt patch] linux.[[BR]] [http://www.instructables.com/id/control_arduino_using_joystick/ Control stepper motor using joystick]. [[BR]] [http://www.instructables.com/id/basic_arduino_programing/ First LED]. [[BR]] [http://www.instructables.com/id/Arduino-XMAS-hitcounter/ XMAS-hitcounter] - Christmas is coming closer, again. [[BR]] [http://www.instructables.com/id/Connecting_a_12V_Relay_to_Arduino/ 12V Relay for the arduino] [[BR]] [http://www.instructables.com/id/DIY_Servo_Extensions/ Servo extension] - Make servo work. [[BR]] [http://www.instructables.com/id/How-to-Make-an-OAWR-Obstacle-Avoiding-Walking-Rob/ Walking Robot] - Obstacle Avoiding Walking Rob. [[BR]] [http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1187659197 Arduino Pong] - pal signal generation? Yes you can! [[BR]] [http://www.instructables.com/id/How-to-build-the-one-motor-walker/ One motor walker] - how to build a walker with only one motor! == Howtos == [http://www.ladyada.net/learn/arduino/index.html Ladyada's] - Where can I learn about electronics? [[BR]] [http://www.instructables.com/id/How-to-have-fun-with-Arduino-and-become-a-Geek-in/ Howto become a Geek]. [[BR]] [http://webzone.k3.mah.se/projects/arduino-workshop/projects/arduino_meets_processing/instructions/index.html Arduino meets Processing]. [[BR]] [http://hacknmod.com/hack/top-40-arduino-projects-of-the-web/ Top 40 Arduino Projects of the Web]. [[BR]] [http://itp.nyu.edu/physcomp/Tutorials/Tutorials Various Arduino Hacks] === Software === [http://arduino.cc/en/Hacking/LibraryTutorial Library Tutorial] - This document explains how to create a library for Arduino. == Related Software == [http://scratchconnections.wik.is/User:Chalkmarrow/Catenary Scratch] for arduino.[[BR]] [http://www.barello.net/avrx/ AvrX] is a Real Time Multitasking Kernel written for the Atmel AVR series of micro controllers.[[BR]]