• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Bluetooth Capabilities

ralber

Newbie
Our company makes a battery-powered device that captures an image and does some photoshop-like processing to analyze the image. We'd prefer to build a much-dumber image capture device that can send the image wirelessly to an Android phone for processing and transfer to a remote server.

My question is whether Bluetooth is robust enough to send data like .jpgs back and forth between the capture device and an Android phone. Can anybody assure me this is feasible or warn me that Bluetooth isn't the right medium to establish a 2-way transfer link (yes, we do need to send data to the image capture device).

Thanks!
 
I don't know the details, but I've looked into Android Bluetooth programming a bit, due to my frustration at the lack of a really good remote control (or better yet, an Android port of Salling Clicker).

Given the depth of your investment, I'd suggest Wifi rather than Bluetooth. This is especially true if older Android devices would need to be supported, since the Bluetooth SDK has changed a bit through OS revisions.

You should probably wait for a better-informed opinion, than mine, though.

HTH ...
 
Back
Top Bottom