wiki:Arduino

Version 2 (modified by Jürgen Berwein, 15 years ago) (diff)

--

Installation

  • Get the arduino software from the Arduino main page.
  • Installing Arduino on Linux
  • For suse you can install through the rpm 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

Watterott - German distributor.
No-DNA Robot store

Hardware

Metaboard - Metaboard is a USB based prototyping board for Atmel's AVR.

Shields

Protoshield - Creating your own hardware.
Motorshield - Make things move.
LCD Shield - 132 x 176 Pixel using the LCD lib.
Ethernet Shield - connect to the internet using the Ethernet library.
XBee Shield - can be controlled from an PC with Funnel IO or XBee radios.
Protoshield - build it[[BR]] Pocket Piano - Musical Instrument

Servo motor control

Arduino Playground - The Software Servo Library can drive servos on all of your pins simultaneously.
Arduino Serial Servo Control - Pulse-width modulation (PWM) signals sent to the servo are translated into position commands by electronics inside the servo.
Arduino Servo Control for Beginners - Arduino Servo Sketch for analog control of a hitec servo
Multiples Servo + Arduino - 5 and more servos picture series at Flickr.
The Wiring servo motor library - allows for easily manipulating a standard servo motor connected to a pin.
Servo Motor Control with an Arduino.

Servo motor modification for continuos rotation

Howto - with pcitures. Mechanical
With resistor

Bluetooth

SparkFun SMD Bluetooth - A low-cost wireless Arduino

Projects

SpokePOV - Some crazy thing for your bike, take a look at LED Bike Wheel Images, get the software and the patch linux.
Control stepper motor using joystick.
First LED.
XMAS-hitcounter - Christmas is coming closer, again.
12V Relay for the arduino
Servo extension - Make servo work.
Walking Robot - Obstacle Avoiding Walking Rob.
Arduino Pong - pal signal generation? Yes you can!
One motor walker - how to build a walker with only one motor!

Howtos

Ladyada's - Where can I learn about electronics?
Howto become a Geek.
Arduino meets Processing.
Top 40 Arduino Projects of the Web.
Various Arduino Hacks

Software

Library Tutorial - This document explains how to create a library for Arduino.

Related Software

Scratch for arduino.
AvrX is a Real Time Multitasking Kernel written for the Atmel AVR series of micro controllers.
V-USB V-USB is a software-only implementation of a low-speed USB device for Atmel's AVR® microcontrollers, making it possible to build USB hardware with almost any AVR® microcontroller, not requiring any additional chip.