Gatt Server on nRF52840 dongle #652
-
|
Hello, I would like to run a gatt server on a dongle on windows 11. I have tried with a realtek, using zadig and the gatt_server example it is working fine. Now I have tried a builtin intel, it was working fine at the beginning but now I have this error and I am not able to use it anymore: Finally, I have tried with the recommended nRF52840 dongle, I have tried to connect directly using the serial port ( python .\run_gatt_server.py device1.json serial:COM4); First it was working not throwing any error but the server was not advertised (i was not able to find it using ble application on android phone). Could you tell me if I am doing something wrong or missing something? I want to have a reliable way to use bumble on windows but for now I would only recommand realtek that seems working fine. Thanks for your help |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
What kind of application do you use? Did you try to scan with nRF connect on Android? |
Beta Was this translation helpful? Give feedback.
Using an Intel controller requires loading the firmware into the the controller after a cold boot. The Windows driver does that, which explains why it was working for you the first time. But if you take over the use of the controller, I believe the Windows driver won't manage it anymore, so reloading of the FW is up to the Bumble driver. There is a Bumble driver for Intel controllers, which can load FW images, but it has only been tested with a few models, which is why you see the log line:
USB device (8087, 0033) not in known list.About the nrf52840 dongle, did you flash the
hci_uartapp on it? If so, it should work. But you need to check which COM port it ends up being exposed as by Wi…