Replies: 2 comments
-
Which version of the emulator are you using? |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can avoid this error by adding This will open GRPC server at port 8877:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm not a specialist on this but the explanation on how to get bumble to run with a android emulator is somewhat too limited for me:
I start the emulator this way:
./emulator -avd Pixel_2_API_33 -netdelay none -netspeed full
and I see this:
I then start my bumble this way:
python run_gatt_server.py device1.json android-netsim:localhost:8560
but immediately get this issue:
I'm using a nRF52840-DK with HCI_UART zephyr fw
Beta Was this translation helpful? Give feedback.
All reactions