ArduinoIDE - fieldcloud/eliot-demo-gr1 GitHub Wiki

Setting up the Arduino IDE

Arduino Programmer Type

Choose AVRISP mkII as your programmer in the "Tools" menu. ProgrammerType

Arduino Board Type

Choose Arduino Fio as your board type in the "Tools" menu (the AirBoard is derived from the original Fio) BoardType

Arduino COM Port Selection

Choose the appropriate COM port (check Windows Device Manager or Linux /dev directory). COMSelection

Import AirBoard and Sensor Libraries into the Arduino IDE

You will need to download/check out the code hosted here. Copy the directory tree for each library into your Arduino Library folder (typically "My Documents\Arduino\Libraries" on Windows).

ArduinoLibrary

External References

Download Arduino IDE
Getting Started