Changes between Initial Version and Version 1 of Arduino


Ignore:
Timestamp:
Jan 14, 2010, 2:15:16 PM (15 years ago)
Author:
briegel@mpia.de
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Arduino

    v1 v1  
     1= Installation =
     2
     3 * Get the arduino software from the [http://www.arduino.cc/ Arduino] main page.
     4 * [http://www.arduino.cc/playground/Learning/Linux Installing] [http://www.arduino.cc/ Arduino] on Linux
     5 * For suse you can install through the rpm [http://download.opensuse.org/repositories/CrossToolchain:/avr/ repository],
     6   e.g. for SuSe 11.1
     7{{{
     8zypper ar  http://download.opensuse.org/repositories/CrossToolchain:/avr/openSUSE_11.1/ arduino]
     9zypper install avrdude avr-libc cross-avr-binutils cross-avr-gcc java-1_6_0-sun
     10}}}
     11The UI of the arduino software only works with the java implementation of sun!
     12
     13= Links =
     14
     15== Distributors ==
     16[http://www.watterott.com Watterott] - German distributor.[[BR]]
     17[http://www.nodna.com/ No-DNA]  Robot store
     18== Hardware ==
     19
     20[http://metalab.at/wiki/Metaboard Metaboard] - Metaboard is a USB based prototyping board for Atmel's AVR.[[BR]]
     21=== Shields ===
     22[http://www.ladyada.net/make/pshield/ Protoshield] - Creating your own hardware.[[BR]]
     23[http://www.ladyada.net/make/mshield/ Motorshield] - Make things [http://www.ladyada.net/make/mshield/ move].[[BR]]
     24[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]]
     25[http://arduino.cc/en/Guide/ArduinoEthernetShield Ethernet Shield] - connect to the internet using the [http://arduino.cc/en/Reference/Ethernet Ethernet library].[[BR]]
     26[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]]
     27[http://www.atomicsalad.com/archive/2007/03/11/tutorial_sparkfun_protoshield_assembly_use.php Protoshield] - build it![[BR]]
     28[http://www.critterandguitari.com/home/store/arduino-piano.php Pocket Piano] - Musical Instrument
     29=== Servo motor control ===
     30[http://www.arduino.cc/playground/ComponentLib/Servo Arduino Playground] - The Software Servo Library can drive servos on all of your pins simultaneously.[[BR]]
     31[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]]
     32[http://blog.thestem.ca/archives/74 Arduino Servo Control for Beginners] - Arduino Servo Sketch for analog control of a hitec servo[[BR]]
     33[http://www.flickr.com/photos/m4rlonj/3049843036/ Multiples Servo + Arduino] - 5 and more servos picture series at Flickr.[[BR]]
     34[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]]
     35[http://itp.nyu.edu/physcomp/Labs/Servo Servo Motor Control] with an Arduino. [[BR]]
     36
     37==== Servo motor modification for continuos rotation ====
     38[http://www.instructables.com/id/How-to-modify-a-servo-motor-for-continuous-rotatio/ Howto] - with pcitures.
     39[http://www.hprinzler.de/kap_e3.htm Mechanical][[BR]]
     40[http://www.acroname.com/robotics/info/ideas/continuous/continuous.html With resistor][[BR]]
     41
     42==== Bluetooth ====
     43[http://www.shaduzlabs.com/article-1.html SparkFun SMD Bluetooth] - A low-cost wireless Arduino
     44
     45=== Projects ===
     46[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]]
     47[http://www.instructables.com/id/control_arduino_using_joystick/ Control stepper motor using joystick]. [[BR]]
     48[http://www.instructables.com/id/basic_arduino_programing/ First LED]. [[BR]]
     49[http://www.instructables.com/id/Arduino-XMAS-hitcounter/ XMAS-hitcounter] - Christmas is coming closer, again. [[BR]]
     50[http://www.instructables.com/id/Connecting_a_12V_Relay_to_Arduino/ 12V Relay for the arduino] [[BR]]
     51[http://www.instructables.com/id/DIY_Servo_Extensions/ Servo extension] - Make servo work. [[BR]]
     52[http://www.instructables.com/id/How-to-Make-an-OAWR-Obstacle-Avoiding-Walking-Rob/ Walking Robot] - Obstacle Avoiding Walking Rob. [[BR]]
     53[http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1187659197 Arduino Pong] - pal signal generation? Yes you can! [[BR]]
     54[http://www.instructables.com/id/How-to-build-the-one-motor-walker/ One motor walker] - how to build a walker with only one motor!
     55
     56== Howtos ==
     57[http://www.ladyada.net/learn/arduino/index.html Ladyada's] - Where can I learn about electronics? [[BR]]
     58[http://www.instructables.com/id/How-to-have-fun-with-Arduino-and-become-a-Geek-in/ Howto become a Geek]. [[BR]]
     59[http://webzone.k3.mah.se/projects/arduino-workshop/projects/arduino_meets_processing/instructions/index.html Arduino meets Processing]. [[BR]]
     60[http://hacknmod.com/hack/top-40-arduino-projects-of-the-web/ Top 40 Arduino Projects of the Web]. [[BR]]
     61[http://itp.nyu.edu/physcomp/Tutorials/Tutorials Various Arduino Hacks]
     62=== Software ===
     63[http://arduino.cc/en/Hacking/LibraryTutorial Library Tutorial] - This document explains how to create a library for Arduino.
     64== Related Software ==
     65[http://scratchconnections.wik.is/User:Chalkmarrow/Catenary Scratch] for arduino.[[BR]]
     66[http://www.barello.net/avrx/ AvrX] is a Real Time Multitasking Kernel written for the Atmel AVR series of micro controllers.[[BR]]