Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Beginners tutorial for Arduino Mega ADK [closed]

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

like image 715
sgccarey Avatar asked Oct 23 '11 14:10

sgccarey


People also ask

How do I connect my Arduino Uno to Mega?

Connect one end of a wire to Mega's pin19 RX1 and the other end to Arduino UNO's(Adafruit 328) pin1 TX... Connect the ground pin on the Mega to the ground pin on the Arduino UNO(Adafruit 328). Connect Arduino UNO to a Stable/Reliable power source. Connect Arduino Mega to the Computer from the USB cable.

What is Mega ADK Arduino?

The Arduino MEGA ADK is a microcontroller board based on the ATmega2560. It has a USB host interface to connect with Android based phones, based on the MAX3421e IC. The Mega ADK is compatible with all of Android's Accessory Development Kit examples and also acts like the Arduino Mega.


1 Answers

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.

like image 182
SoftwareDev Avatar answered Sep 25 '22 09:09

SoftwareDev