1

I would like to connect telosb sensor with my tablet and read the data from sensor. I am using Lenovo tablet (Android 3.1) but I am not able to find the correct driver for this. I tried to run the FTDI beta driver, but still the tablet doesn't recognize the device. FTDI website says that default permissions of USB device has to be modified and we need root access for it. I couldn't also root the tablet yet.

Has anyone worked on similar stuff?

Thanks, Ashish.

Dumbo
  • 13,555
  • 54
  • 184
  • 288
Ashish
  • 21
  • 2

2 Answers2

0

Did you see this link, Google has their own libraries to communicate with external devices.

Saravana Kumar
  • 816
  • 1
  • 12
  • 28
  • 1
    Thanks Saravana, I used the Android USB API (http://developer.android.com/guide/topics/connectivity/usb/index.html) and it was successful. – Ashish Aug 15 '12 at 10:05
0

Have you tried using Arduino boards to interface real world with your Android device? Have a look at this project. I think it can be related to what you want to do. This other link is more related to the TelosB device. Hope this can be useful to you.

jap1968
  • 7,747
  • 1
  • 30
  • 37
  • Thanks for the information. Both websites are working with Arduino board which I don't have it now. I was looking for a software solution but anyway this information was also useful. Thanks, – Ashish Dec 13 '11 at 07:42