I need to send 10-bit data from the Analog to digital converter(ADC)
from a dsPIC at 2Mbps through UART interface, to the bluetooth module.
Then the bluetooth module should read this data through its UART
interface and transmit this data via bluetooth which will be finally
received by an Android phone. An application in the phone will take
this data and plot a waveform on the screen.

So basically the phone will recieve data at 2 Mbps via bluetooth. Is
this practically possible ?

Most bluetooth modules say they can transfer data only around 300 kbps
using RFCOMM protocol. To go upto 2Mbps it is needed to use the HCI
protocol. So then can the Android phone read data sent in HCI
protocol. Is there any support available. Currently all transfers done
in Android which I found are in RFCOMM.

Is there any way either using RFCOMM or any other means to for Android
phone to aquire atleast 1.5 Mbps data via bluetooth.

Thank you,
Best Regards.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to