Replies: 1 comment 2 replies
-
|
I think this should be pretty straightforward, if I understand the requirements correctly. On windows, you can run the Android emulator that’s included in Android Studio. You run your Android app in the emulator. You then run the Bumble HCI bridge, bridging the emulator’s virtual Bluetooth interface and a USB dongle. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am not a bluetooth expert by any means, your project seems to help me with a problem I'm facing, I don't pretend the complete solution, just to know if is this possible or not.
There is an android application (I don't own the code) that connects to a medical instrument via bluetooth BLE.
I need to interact with this application from a windows machine (windows have integrated BT but we can use an USB-bt if simpler, no problem)..
My current setup is: an android physical phone, connected via BT to the instrument, and the screen is mirrored to the windows machine via wifi
I'd like to understand if using Bumble is it possible to use only the windows machine, without the phone:
As I understood, but not sure, it should be possible to have bumble as client and as server in both win and android OS, so that physical BT messages from the windows dongle are transmitted to an android "virtual bluetooth" in the virtualized phone so that the app can connect to it.
I understood that this could be done using HCI bridge.
I don't know anything about BT, bt am technical and not afraid to learn about, just need to know if it is possible or not with current state of the project (or if could be other problems in general)
Beta Was this translation helpful? Give feedback.
All reactions