Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android ADK bluetooth device compatibility

I am trying to get started with Android ADK.

My goal is to connect Arduino UNO + blue-tooth and Android devices via blue-tooth.

I discovered that ADK needs Linux kernel 2.6.35+ which is used for Android 2.3.4 to allow communication via USB.

So it's clear that all devices should support this requirement for USB communication.

But what about blue-tooth? Does it mean that the same rules applies to blue-tooth interaction? Is it possible to establish connection and data exchange with device for instance with Android 2.1 (API level 7).

So, any explanations are warmly appreciated

UPDATE#1 My primary goal is to connect Android 2.1 device with Arduino via blue-tooth. My first thoughts were that I should use ADK but I discovered that at least for USB it depends on linux kernel version. But I think it still may be possible to use blue-tooth instead of USB and possibly I may still use ADK, if not how can I connect Arduino with android via blue-tooth without ADK.

like image 570
endryha Avatar asked Mar 06 '26 21:03

endryha


1 Answers

Well.. Not sure I understand your problem exactly but I try to give you the best possible answer I can.

There is no relationship between ADK and Bluetooth. You need ADK if you use a USB cable to connect your ADK compatible development board with your Android mobile. The USB compatible board or the ADK shield contains a USB peripheral controller so it can control the USB devices through cable.

In your case you don't need any physical connection between your Arduino and the android device so it is a matter of Bluetooth connectivity. You just have to use a cheap Bluetooth Module with your mobile (Not needs to be an Android anyway).

Now you have to connect the Bluetooth module with your Arduino. Now you have two Bluetooth enabled equipment so you are ready to communicate. I found some good tutorials on web that you can use as a starting point.

How to control Arduino over bluetooth

Arduino Android Bluetooth Communication

Let me know if you need further clarification.

like image 186
Chathuranga Chandrasekara Avatar answered Mar 09 '26 11:03

Chathuranga Chandrasekara



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!