15

Does anyone know of a good intro to controlling the Arduino Mega ADK with a handset? All I want to do is to control the LED on pin 13, using a very basic toggle switch app.

Edit 26/10/11:

http://labs.arduino.cc/ADK/Index

http://jeffreysambells.com/posts/2011/05/17/understanding-the-demokit-pde-arduino-sketch/

https://github.com/deadfalkon/HelloADK

Now I'm stuck with the problem of getting My Galaxy S2 to connect in accessory mode...

Edit 27/10/11

http://sgccare.blogspot.com/2011/10/first-arduino-and-android-setup.html

Nightfirecat
  • 11,432
  • 6
  • 35
  • 51
sgccarey
  • 492
  • 2
  • 6
  • 16
  • I would like to let you know about http://electronics.stackexchange.com, a community more centered around hardware-related things! They may have a better answer for you. – Kyle Hotchkiss Oct 29 '11 at 03:41
  • Thanks Kyle, but there's very little ADK info on that site. – sgccarey Oct 31 '11 at 14:24

4 Answers4

6

Some of these links aren't yet the least code you need to blink an LED. I posted the exact solution to your question here: Blink An LED With The ADK Board.

SoftwareDev
  • 674
  • 1
  • 6
  • 14
0

You can try to use the arduino site for more informations http://www.arduino.cc/. articles with arduino tutorials and how to could be found here:

http://arduino-for-beginners.blogspot.de/ http://arduino.cc/en/Tutorial/HomePage http://www.electroshopdendermonde.be/index.php/webshop/arduino-shop/arduino-tutorials/

Ezu
  • 160
  • 1
  • 8
0

here is an Android Arduino Tutorial, that describes all steps for controlling the ADK LED from the Android device. The tutorial is in German, but the code is helpful anyway.

softwaresupply
  • 1,908
  • 3
  • 20
  • 34
0

Have you tried the information at http://developer.android.com/guide/topics/usb/adk.html Usually it provides everything to get you up and running, complete with a sample application. If you can't connect, your are probably compiling against the wrong SDK version, but that is only a wild guess.

Markus
  • 1,293
  • 9
  • 10