Hello guys,
I'm doing a project where I like to send data from Android mobile to Arduino UNO via bluetooth. I've downloaded all the files from amarino website for that.
I've created a button in Android and on clicking the button it has to connect with arduino. I have used the command:
Amarino.connect(this, deviceID);
But it force closes instead.
Please help.
Thanks in advance.