ADK Setup

Patrick Seeling : September 28, 2011 10:36 : Office Space

Windows Example (different IDEs for Mac/Linux)

1. Install Android SDKs for Gingerbread and above

2. Follow procedures at http://labs.arduino.cc/ADK/AccessoryMode (follows)

3. Download Processing if wanted for programming on the phone from http://processing.org/download/
- Install Processing (extract into folder of choice)
- Start processing, find default folder in preferences
- Download add-on libraries from http://labs.arduino.cc/uploads/ADK/GettingStarted/processing_bundle_ADK_v01.zip
- Extract add-on libs into the default Processing sketch folder, libraries subfolder
- Re-start Processing, set mode to android (select sdk folder)

4. Download Arduino 1.0 Beta (!) from http://files.arduino.cc/downloads/arduino-1.0-beta1.zip
- Install (extract into folder of choice)
- Download extra libs from http://labs.arduino.cc/uploads/ADK/GettingStarted/arduino_bundle_ADK.zip
- Download the MicroBridge Arduino library from http://microbridge.googlecode.com/files/MicroBridge-Arduino.zip
- Extract add-on libs into the default Arduino sketch folder, libraries subfolder
- Problem when compiling the example: wiring.h is missing!
- Download the last official Arduino IDE version (022) and extract into temp folder
- Copy the file <arduino-1.0-beta1 main folder>\hardware\arduino\cores\arduino\wiring.h
to
<arduino-1.0-beta1 main folder>\hardware\arduino\cores\arduino\wiring.h

5. If you do not want to set things up difficultly, but have instant reward:
- Look at the Seedstudio wiki: http://seeedstudio.com/wiki/Seeeduino_ADK_Main_Board
- Copy the sample code SeeeduinoADKDemo.pde into the Arduino IDE, test compile
- Change the LED from 12 to 13 (the on-board LED)
- Compile, upload to board
- Compile/upload the example Android application from http://garden.seeedstudio.com/images/1/1b/SeeeduinoADKDemo-App.zip to phone
- Connect board to PC for power, phone to board
- Start the demo app on the phone, toggle the on-board LED

6. Start thinking about the ADK apporach to this ;-)

Leave a response »

Blackboard: Math is hard!

Patrick Seeling : August 18, 2011 10:14 : Office Space

image

image

Leave a response »

D2L to CSV

Patrick Seeling : March 18, 2010 12:40 : Office Space

Well, sometimes there comes a point where you want some data off Desire to Learn (D2L) and have it in CSV format. This is especially true for surveys, which typically need to be evaluated using other tools. A simple PERL script can help in the process…feel free to use/modify this little script as you need – credit always welcome ;-)

more »

Leave a response »
« Page 1, 2 »
 

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>