Nelson T Joseph
Nelson T Joseph

Reputation: 2763

Create a windows Driver

I am trying to create a driver for CSR-V4.0 (CSR8510). My aim is to detect a BLE-beacon for my application. Now I am detecting the beacons using 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. Can anyone help me to do this.

Upvotes: 0

Views: 63

Answers (1)

Stubborn
Stubborn

Reputation: 780

First you install visual studio at your system and then the compatible WDK(WDK10 for VS2015) for it.

After that you just download the sample drivers provided by microsoft from here

OR here. Open up the bluetooth sample driver project modify the code according to your requirements and select your platform and the target OS and build it that's it.

Upvotes: 1

Related Questions