I want to make my phone (Arduino) communicate with an Arduuino Mega ADK.
i already succeded to communicate with UNO by bluetooth and it works well.
but i need to use bt for other things.
so i bought a Mega ADK in order to connect it to my phone without using BT.
but i find nowhere a way to make it communicate with working exemples .
Is somebody knows how to do it or have already done it ?
Try the code you used for the UNO, it ports quite nicely to the Mega. This response is to help you get started in solving your problem, not solve it for you.
Good Luck & Have Fun!
Gil
@gilshultz I think you may have misunderstood the question. This is not about using the existing Bluetooth code on a Mega. This is about using the USB host interface of the Arduino Mega ADK board for communication between the phone and the Arduino as an alternative to the previous approach of using Bluetooth for communication.