查询扫描和蓝牙堆栈

发布于 2024-11-19 04:44:54 字数 207 浏览 3 评论 0原文

我正在尝试用我得到的这个 HCI 模块做一些事情,它使用 CSR Bluecore6 芯片。我对此很陌生,所以我只想让它仅执行查询扫描(即使其可发现)。为此,我是否需要实施蓝牙堆栈,或者 CSR 芯片是否已经支持该功能?该模块的数据表不是很有帮助。由于它只是一个 HCI 模块,我需要在外部 MCU 内部还是在芯片内部实现它?

任何其他关于期望的建议将不胜感激!

谢谢

I'm trying to do something with this HCI module I got, which uses a CSR Bluecore6 chip. I'm very new to this, so I'd just want to make it perform inquiry scan only (i.e. make it discoverable). To do that, do I need to implement a bluetooth stack or do CSR chips already support that? The datasheet of the module isn't very helpful. Since it's a HCI module only, do I need to implement it inside an external MCU or within the chip?

Any other advise on what to expect will be much appreciated!

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

烟沫凡尘 2024-11-26 04:44:54

如果它是 HCI 模块,那么它将仅支持标准蓝牙 HCI 接口,并且您必须在 MCU 上提供堆栈。 CSR 还为大多数嵌入式设备提供堆栈实现 (http://www.csr.com/products/19/csr-synergy)。

If it is an HCI module then it will only support the standard bluetooth HCI interface and you must provide a stack on your MCU. CSR also provide a stack implementation (http://www.csr.com/products/19/csr-synergy) for most embedded devices.

淡紫姑娘! 2024-11-26 04:44:54

您不需要完整的堆栈来执行查询/页面扫描,您可以尝试通过其 HCI 接口将模块连接到 PC 或外部 MCU,并发送 HCI 命令来设置扫描,hciconfig 中几乎没有 PC 工具Linux 上的工具

you don't need a full stack just to perform inquiry / page scan, you can try to connect the module via its HCI interface to a PC or external MCU and send HCI commands to setup the scans, there are few PC tools lie the hciconfig tool on Linux

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文