summaryrefslogtreecommitdiffstats
path: root/development/arduino/README
blob: 440c2d63835edd318127a77ded691fa7a545b40c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Arduino is an open-source electronics prototyping platform based on
flexible, easy-to-use hardware and software. It's intended for artists,
designers, hobbyists, and anyone interested in creating interactive
objects or environments.

Arduino can sense the environment by receiving input from a variety of
sensors and can affect its surroundings by controlling lights, motors,
and other actuators. The microcontroller on the board is programmed
using the Arduino programming language (based on Wiring) and the Arduino
development environment (based on Processing). Arduino projects can be
stand-alone or they can communicate with software on running on a
computer (e.g. Flash, Processing, MaxMSP).

The open-source Arduino environment makes it easy to write code and
upload it to the i/o board. It runs on Windows, Mac OS X, and Linux. The
environment is written in Java and based on Processing, avr-gcc, and
other open source software.

This requires avr-libc, avr-gcc, and avr-binutils.

Note: Due to a bug in the Arduino IDE, you might need to downgrade to
avr-binutils 2.20.1 to compile programs for some boards. You can use the
SlackBuild from SBo to compile a working version of avr-binutils 2.20.1.