-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: can't scan: Unknown HCI Command #93
Comments
I have the same problem. I've tried using both a USB Bluetooth dongle as well as the built in bluetooth on my laptop. There might be some more info in the following Noridc thread, but I'm not really sure how to make sense of it. |
could you provide btmon trace ? |
Sure, here is the btmon trace. I ran this on my internal BT device (note: this is passed through VMware). I don't have the external dongle handy right now to run on that. Trace file is attached. This is the command I ran:
|
This is BR/EDR only controller and hence it is not supporting LE HCI commands. You should use something that supports at least Bluetooth 4.0 |
That makes sense, I have a USB BT dongle that I was trying to use that for sure does support BT 4.0, but that wasn't working either. I tried running
To prove that the USB BT dongle does work, II removed the VMWare BT device leaving only the USB BT 4.0 device and things then worked. This sounds like a different problem than this issue is getting at. Let me know if I should open up a new ticket for this. |
After digging deeper I found the |
I am trying to follow the tutorial on mcuboot@Zephyr but can't establish a connection from mcuboot (fails at scanning for the slave). I am on Ubuntu 18.04 and tried with my internal radio and a nrf52 dongle with zepyhr usb-hci sample.
The text was updated successfully, but these errors were encountered: