Skip to content
This repository was archived by the owner on Jan 7, 2020. It is now read-only.

DevelopmentEnvironment

mkalkov edited this page Apr 11, 2012 · 4 revisions

To set up development environment skim through the Android Open Accessory Development Kit article and follow steps below.

Downloading

  1. Arduino-0023 from Arduino homepage
  2. ADK package from Android ADK site: https://dl-ssl.google.com/android/adk/adk_release_0512.zip
  3. CapSense from Arduino wiki: http://arduino.cc/playground/uploads/Main/CapacitiveSense003.zip
  4. Android SDK from Android SDK page

Installation

  1. Unpack Arduino to a directory
  2. Unpack ADK and CapSense to ArduinoDir/libraries (see the guide above for details)
  3. Install Android SDK
  4. Install Android 2.3.3 (API 10) packages (NB: long download from the Internet)
  5. Install Google ADT plugin from Eclipse update site at https://dl-ssl.google.com/android/eclipse/
  6. Install Windows drivers for Arduino from ArduinoDir\drivers (see these instructions)
Clone this wiki locally