创建一个 windows 驱动程序

Create a windows Driver

我正在尝试为 CSR-V4.0 (CSR8510) 创建驱动程序。我的目标是为我的应用程序检测 BLE 信标。现在我正在使用 noble and zadig. I am trying to remove the nodejs dependency from my project. I have a very little knowledge about driver development. I tried this and this 检测信标。谁能帮我做一下。

首先在您的系统上安装 visual studio,然后为其安装兼容的 WDK(VS2015 的 WDK10)。

之后您只需从here

下载微软提供的示例驱动程序

here。 打开蓝牙示例驱动程序项目,根据您的要求和 select 您的平台和目标 OS 修改代码,然后构建它。